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-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
2013-12-22
Made apps available for loading traslations in a test.
Aymeric Augustin
2013-12-22
Moved a test that didn't require Selenium.
Aymeric Augustin
2013-12-22
Syntax error.
Aymeric Augustin
2013-12-22
Renamed has_model to get_registered_models.
Aymeric Augustin
2013-12-22
Changed has_app to return a boolean.
Aymeric Augustin
2013-12-22
Used application verbose names in the admin.
Aymeric Augustin
2013-12-22
Made AppConfig importable from django.apps.
Aymeric Augustin
2013-12-22
Moved apps back in the toplevel django namespace.
Aymeric Augustin
2013-12-22
Added the ability to supply custom app configs.
Aymeric Augustin
2013-12-22
Complained on override_settings(INSTALLED_APPS=...).
Aymeric Augustin
2013-12-22
Improved set_available_apps() in several ways.
Aymeric Augustin
2013-12-22
Expurged INSTALLED_APPS from code and tests.
Aymeric Augustin
2013-12-22
Stop testing for inclusion in INSTALLED_APPS.
Aymeric Augustin
2013-12-22
Renamed registered_model to has_model.
Aymeric Augustin
2013-12-22
Stopped iterating on INSTALLED_APPS.
Aymeric Augustin
2013-12-22
Not all Python modules have a __path__.
Aymeric Augustin
2013-12-22
Populated models only when necessary in get_app_config[s].
Aymeric Augustin
2013-12-22
Deprecated load_app().
Aymeric Augustin
2013-12-22
Added an _-prefix to pending lookups because it's transient.
Aymeric Augustin
2013-12-22
Terminated AppCache._populate() with extreme prejudice.
Aymeric Augustin
2013-12-22
Implemented two-stage app-cache population.
Aymeric Augustin
2013-12-22
Removed the app_config.installed flag.
Aymeric Augustin
2013-12-22
Removed the only_installed argument of get_app_config[s].
Aymeric Augustin
2013-12-22
Refactored registration of models.
Aymeric Augustin
2013-12-22
Added a context manager to hold the import lock.
Aymeric Augustin
2013-12-22
Fixed #21643 -- repeated execution of qs with F() + timedelta
Alexey Voronov
2013-12-20
Revert "Changed admin/templates/admin/index.html to make <caption> translatable"
Aymeric Augustin
2013-12-20
Set stacklevel for the override_settings warning.
Aymeric Augustin
2013-12-19
Small flake8 fixes -- number of blank lines between top level definitions
Alex Gaynor
2013-12-20
Fixed #21639 -- Implemented RenderContext.__getitem__
Alex Hill
2013-12-19
Fixed #21478 -- Corrected docs for when Field.db_type() is called.
Anubhav Joshi
2013-12-18
Fixed #21585 -- Updated some links to 3rd party database projects.
Tim Graham
2013-12-18
Fixed #21613 -- Removed a hardcoded input id from the tutorial.
Tim Graham
2013-12-18
Simplied some code in django.conf.__init__.
Ondrej Sika
2013-12-18
Fixed #21386 -- Removed admindocs dependence on sites framework
Bouke Haarsma
2013-12-18
Fixed #11629 -- Deprecated callable arguments to queryset methods.
Baptiste Mispelon
2013-12-18
Fixed #21632 -- Docs: Removed example with callable as query parameter
Kevin Christopher Henry
2013-12-18
Fixed #21552 -- Allowed the use of None for the iexact lookup.
Denis Moskalets
2013-12-18
Refs #17413 -- Added isinstance backward compatibility on ErrorList.
Loic Bistuer
2013-12-18
Fixed #21625 -- incorrect documentation for DiscoverRunner.build_suite
Tianyi Wang
2013-12-17
Style cleanup forgotten in second previous commit.
Aymeric Augustin
2013-12-17
Removed forgotten reference to the borg pattern.
Aymeric Augustin
2013-12-17
Normalized Model._meta.installed.
Aymeric Augustin
2013-12-17
Deborgified the app cache.
Aymeric Augustin
2013-12-17
Removed superfluous models.py files.
Aymeric Augustin
[prev]
[next]