summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'release/0.5'v0.5Jannis Leidel2012-02-2017-129/+210
|\
| * Updated changelog.Jannis Leidel2012-02-201-0/+11
| * Bumped to 0.5.Jannis Leidel2012-02-201-1/+1
| * Stopped using versiontools.Jannis Leidel2012-02-203-15/+30
| * It's 2012.Jannis Leidel2012-02-202-2/+2
| * Moved tests into a new appconf package. Shouldn't have any different behavior.Jannis Leidel2012-01-2611-52/+60
| * Move around the test app to make sure it runs on the CI server.Jannis Leidel2012-01-262-7/+7
| * Merge branch 'develop' of github.com:jezdez/django-appconf into developJannis Leidel2012-01-201-0/+25
| |\
| | * Added section to README about reusable apps.Jannis Leidel2012-01-201-0/+25
| * | Ported tests to use djanog-jenkins.Jannis Leidel2012-01-207-64/+82
| * | Added intersphinx config.Jannis Leidel2012-01-201-1/+5
| |/
| * Merge branch 'release/0.4.1' into developJannis Leidel2011-09-093-2/+7
| |\
* | \ Merge branch 'release/0.4.1'v0.4.1Jannis Leidel2011-09-098-33/+25
|\ \ \ | | |/ | |/|
| * | Update changelog.Jannis Leidel2011-09-091-0/+5
| * | Bumped version to 0.4.1.Jannis Leidel2011-09-092-2/+2
| |/
| * Removed wrong installation section. Fixes #3.Jannis Leidel2011-09-093-22/+8
| * Fixed small typo in README. Thanks, Martin Mahner.Jannis Leidel2011-08-261-2/+2
| * Fixed indentation of a few code examples in the docs.Jannis Leidel2011-08-252-7/+7
| * Merge branch 'develop' of github.com:jezdez/django-appconf into developJannis Leidel2011-08-250-0/+0
| |\
| | * Fixed a minor spelling typo.Chris Streeter2011-08-241-1/+1
| * | Added docs to manifest.Jannis Leidel2011-08-251-0/+1
| * | Merge branch 'release/0.4' into developJannis Leidel2011-08-252-3/+3
| |\ \
* | \ \ Merge branch 'release/0.4'v0.4Jannis Leidel2011-08-2517-170/+989
|\ \ \ \ | | |/ / | |/| |
| * | | Bumped up to 0.4.Jannis Leidel2011-08-252-3/+3
| |/ /
| * | Fixed broken link and added Sphinx build process to tox configuration.Jannis Leidel2011-08-252-2/+8
| * | Updated trove classifier and project URL.Jannis Leidel2011-08-251-3/+3
| * | Added Sphinx docs and extended change log. Also added AUTHORS and LICENSE files.Jannis Leidel2011-08-2514-124/+854
| * | Moved setting the configured_data dictionary outside of the _configure() meth...Jannis Leidel2011-08-243-11/+31
| * | Added proxy Meta attribute to configure access to global settings.Jannis Leidel2011-08-243-1/+18
| * | Added ability to specify a `holder` Meta attribute which by default is `'djan...Jannis Leidel2011-08-243-17/+63
| * | Renamed `app_label` Meta attribute to `prefix` to better describe what it means.Jannis Leidel2011-08-243-18/+18
| |/
* | Merge branch 'release/0.3'v0.3Jannis Leidel2011-08-239-46/+284
|\ \ | |/
| * Bumped version.Jannis Leidel2011-08-231-1/+1
| * Added gitignore.Jannis Leidel2011-08-231-0/+10
| * Added tests and fixed a bunch of things.Jannis Leidel2011-08-238-45/+273
* | Merge branch 'release/0.2.2'v0.2.2Jannis Leidel2011-08-222-2/+7
|\ \ | |/
| * Bumped to 0.2.2.Jannis Leidel2011-08-222-1/+6
| * Reverted silly change made in b272a46eb53431c88aae040ea16c4a9c47e2cbd6.Jannis Leidel2011-08-221-1/+1
| * Merge branch 'hotfix/0.2.1' into developJannis Leidel2011-08-222-2/+7
| |\
| * \ Merge branch 'release/0.2' into developJannis Leidel2011-08-222-2/+2
| |\ \
* | \ \ Merge branch 'hotfix/0.2.1'v0.2.1Jannis Leidel2011-08-222-2/+7
|\ \ \ \ | | |_|/ | |/| |
| * | | Bumped version.Jannis Leidel2011-08-221-1/+1
| * | | Minor fix in configure() API.Jannis Leidel2011-08-222-1/+6
|/ / /
* | | Merge branch 'release/0.2'v0.2Jannis Leidel2011-08-222-9/+56
|\ \ \ | | |/ | |/|
| * | Minor bugfix.Jannis Leidel2011-08-221-1/+1
| * | Bumped version to 0.2.Jannis Leidel2011-08-221-1/+1
| |/
| * Added configure() API.Jannis Leidel2011-08-222-8/+55
|/
* Added initial version of appconf.v0.1Jannis Leidel2011-08-224-0/+215