index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2013-12-27
Switched setup.py to setuptools.
Florian Apolloner
2013-12-26
Fixed #21629 -- Added instructions for loading MySQL time zone definitions.
Tim Graham
2013-12-26
Added a test for Apps.has_app.
Aymeric Augustin
2013-12-26
Fixed #21609 -- Amended CONTRIBUTING.rst pull request guidelines.
Tim Graham
2013-12-26
Added file forgotten in previous commit, plus one more test.
Aymeric Augustin
2013-12-26
Added tests for invalid values of INSTALLED_APPS.
Aymeric Augustin
2013-12-26
Normalized exceptions raised by AppConfig.create.
Aymeric Augustin
2013-12-26
Made the AppConfig API marginally more consistent.
Aymeric Augustin
2013-12-26
Made unset_installed_apps reset the app registry state.
Aymeric Augustin
2013-12-26
Added basic tests for get_app_config[s].
Aymeric Augustin
2013-12-26
Fixed #21206 -- No longer run discovery if the test label doesn't point to a ...
Preston Timmons
2013-12-26
Turned apps.ready into a property. Added tests.
Aymeric Augustin
2013-12-26
Beefed up the comments for AppConfig.all_models.
Aymeric Augustin
2013-12-26
Removed a few gratuitous lambdas.
Aymeric Augustin
2013-12-26
Added missing newline in previous commit.
Tim Graham
2013-12-26
Fixed #21627 -- Added unicode_literals to changepassword command.
Jon Lønne
2013-12-26
Added 1.6.2 release note for 542198c1d
Claude Paroz
2013-12-25
Merge pull request #2114 from levigross/master
Alex Gaynor
2013-12-25
Removed redundant line
Levi Gross
2013-12-25
Swapped app registry and app config API docs.
Aymeric Augustin
2013-12-25
Merge pull request #2105 from funkybob/cleanup_get_post
Aymeric Augustin
2013-12-25
Unified listing of shell commands/code
Yaroslav Halchenko
2013-12-25
Fixed unittest typo
Levi Gross
2013-12-25
Added versionadded annotations for redirect middleware attributes.
Tim Graham
2013-12-25
Fixed #21663 -- Added missing WSGIPythonPath in mod_wsgi config.
Tim Graham
2013-12-25
Fixed #21669 -- Typo in docs/ref/forms/fields.txt.
Tim Graham
2013-12-24
Copy-edited previous commit.
Aymeric Augustin
2013-12-24
Added release notes for app loading changes.
Aymeric Augustin
2013-12-24
Added a missing import and removed an unneeded import
Alex Gaynor
2013-12-24
Merge pull request #2108 from jgastal/master
Alex Gaynor
2013-12-24
Typo fix for exception message.
Jonas Gastal
2013-12-24
Updated a few doc paragraphs following the app-loading refactor.
Aymeric Augustin
2013-12-24
Documented the Apps and AppConfig APIs.
Aymeric Augustin
2013-12-24
Added more spatial predicates for prepared geometries
Claude Paroz
2013-12-24
Dropped support for GEOS < 3.1
Claude Paroz
2013-12-24
Fixed #21662 -- Kept parent reference in prepared geometry
Claude Paroz
2013-12-24
Renamed AppCache to Apps.
Aymeric Augustin
2013-12-24
Use cached_property for request.GET and request.COOKIES
Curtis
2013-12-24
Invalidated get_models cache in a few more places.
Aymeric Augustin
2013-12-24
Replaced ad-hoc caching of get_models with lru_cache.
Aymeric Augustin
2013-12-24
Fixed override_settings when set_available_apps raises an exception.
Aymeric Augustin
2013-12-23
Renamed two tests so they actually run.
Aymeric Augustin
2013-12-23
Avoided loading repeatedly the same models module.
Aymeric Augustin
2013-12-23
Imported override_settings from its new location.
Aymeric Augustin
2013-12-23
Dropped AppCache._empty, _with_app and _without_app.
Aymeric Augustin
2013-12-23
Added modify_settings to alter settings containing lists of values.
Aymeric Augustin
2013-12-23
Refactored INSTALLED_APPS overrides.
Aymeric Augustin
2013-12-23
Used a more translator-friendly format in admin sites.py
Claude Paroz
2013-12-22
Fixed #21651 -- Remove recapitalize.
Marc Tamlyn
2013-12-22
Fixed a flaky test.
Aymeric Augustin
[next]