| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
reordering.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Made URL application namespaces be set in the included URLconf and
instance namespaces in the call to include(). Deprecated other ways
to set application and instance namespaces.
|
|
|
|
|
|
|
|
Thanks Tim Graham for the review.
|
|
|
|
|
|
|
|
|
|
|
|
Kept support for creating models without migrations when running tests
(especially for Django's test suite).
|
|
|
|
|
|
|
|
|
|
Thanks nmarler for the report.
|
|
There are no supported versions that use the old layout (<=1.3).
|
|
|
|
|
|
|
|
|
|
|
|
Translators may want to change the irc link pointing to a
language-specific channel.
|
|
Moved logic to syncdb command for backwards compatibility.
|
|
This change is required after the introduction of
SessionAuthenticationMiddleware to the default middleware
|
|
|
|
Thanks Eugenio Cano-Manuel.
|
|
|
|
|
|
Thanks Tim Graham for the report and recommendations
|
|
Thanks Russell for the report, Marc for the initial patch, Carl for the
final review, and everyone who contributed to the design discussion.
|
|
This is the result of Christopher Medrela's 2013 Summer of Code project.
Thanks also to Preston Holmes, Tim Graham, Anssi Kääriäinen, Florian
Apolloner, and Alex Gaynor for review notes along the way.
Also: Fixes #8579, fixes #3055, fixes #19844.
|
|
Thanks Marc Tamlyn for the initial version of the patch.
|
|
|
|
Since it triggers imports, it shouldn't be done lightly.
This commit adds a public API for doing it explicitly, django.setup(),
and does it automatically when using manage.py and wsgi.py.
|
|
Various small fixes while I was proof-reading.
|
|
- use code-block:: bash
- prefix the command with $
|
|
|
|
|