1
0
mirror of https://github.com/django/django.git synced 2025-01-11 19:06:26 +00:00
django/docs/ref
Aymeric Augustin 10e0cfc0e4 Fixed #21712 -- Moved autodiscover() to AdminConfig.ready().
Thanks Marc Tamlyn for the initial version of the patch.
2014-01-18 23:06:00 +01:00
..
class-based-views Fixed #21768 -- Corrected TemplateView context section. 2014-01-16 07:58:08 -05:00
contrib Fixed #21712 -- Moved autodiscover() to AdminConfig.ready(). 2014-01-18 23:06:00 +01:00
files Fix typo in storage docs 2014-01-15 13:17:08 -08:00
forms Fixed #8898 -- Obsoleted SplitDateTimeWidget usage with DateTimeField 2014-01-11 15:50:34 +01:00
models Fixed typos spotted by Claude Paroz 2014-01-18 22:31:35 +02:00
templates Fixed #18942 -- Clarified usage of {% get_static_prefix %}. 2014-01-17 16:06:11 -05:00
applications.txt Deprecated importing a model before loading its application. 2014-01-10 23:43:10 +01:00
clickjacking.txt
databases.txt
django-admin.txt Stopped populating the app registry as a side effect. 2013-12-30 22:11:17 +01:00
exceptions.txt
index.txt
middleware.txt
request-response.txt
settings.txt Fixed #18942 -- Clarified usage of {% get_static_prefix %}. 2014-01-17 16:06:11 -05:00
signals.txt Fixed #21477 -- Renamed db to using in pre/post_migrate signals. 2014-01-12 22:24:33 +01:00
template-response.txt
unicode.txt
urlresolvers.txt
urls.txt
utils.txt
validators.txt
views.txt