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-28
Populated non-master app registries.
Aymeric Augustin
2013-12-28
Fixed doc indentation in previous commit.
Tim Graham
2013-12-28
Fixed #20346 -- Made cache middleware vary on the full URL.
ijl
2013-12-28
Worked around a bug in python 3.3.3. Refs #21093
Florian Apolloner
2013-12-28
Implemented #10164 for new schema migration code.
Ramiro Morales
2013-12-28
Fixed #21093 -- Ensured that mails are not base64 encoded on python 3.3.3+.
Florian Apolloner
2013-12-28
Fixed #21618 -- Added hints about openlayers.js hosting
Claude Paroz
2013-12-28
Used app_label instead of appname.
Aymeric Augustin
2013-12-28
Migrated built-in AppCommands to use handle_app_config.
Aymeric Augustin
2013-12-28
Updated the AppCommand API to support apps without a models module.
Aymeric Augustin
2013-12-28
Simplified the implementation of register_model.
Aymeric Augustin
2013-12-27
Amend test table name so it doesn't clash.
Ramiro Morales
2013-12-27
Merge pull request #2120 from ramiro/schema-creation-quoting
Ramiro Morales
2013-12-27
Avoided %r formatting on possibly unicode strings.
Aymeric Augustin
2013-12-27
Fixed #21692 -- Quote table name when creating it.
Ramiro Morales
2013-12-27
Refactored dumpdata with app configs instead of models modules.
Aymeric Augustin
2013-12-27
Fixed a couple flake8 warnings.
Aymeric Augustin
2013-12-27
Fixed #21650 -- Corrected bad advice for plural translation.
Tim Graham
2013-12-27
Created a constant for the migrations module name.
Aymeric Augustin
2013-12-27
Don't try to load app directory templates from apps with a path (eg eggs)
Florian Apolloner
2013-12-27
Properly app_template_dirs when INSTALLED_APPS change.
Florian Apolloner
2013-12-26
Fixed #21582 -- Corrected URL namespace example.
Tim Graham
2013-12-26
Used app_config.verbose_name instead of app_label|capfirst.
Aymeric Augustin
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
[next]