0
0
mirror of https://github.com/django/django.git synced 2024-12-01 15:42:04 +01:00
django/docs/ref
2013-06-15 10:14:48 -07:00
..
class-based-views Merge pull request #1271 from batisteo/ticket-20565 2013-06-14 07:40:00 -07:00
contrib Added release notes for auth views being reversed by name, not by path. 2013-06-13 16:08:56 -04:00
files
forms Fixed #20000 -- Allowed ModelForm meta overrides for label, help_text and error_messages 2013-06-13 15:06:25 -04:00
models Fixed #16856 - Added a way to clear select_related. 2013-05-30 11:06:05 -04:00
templates Fixed #20606 -- Fixed 'for' example in template tag docs 2013-06-15 12:02:25 +02:00
clickjacking.txt
databases.txt Proofed the 1.6 release notes 2013-06-05 12:55:58 -04:00
django-admin.txt Adjusted the docs to reflect when the checksetup command was added. 2013-06-15 10:14:48 -07:00
exceptions.txt Fixed #17601 -- expose underlying db exceptions under py2 2013-06-04 12:46:10 +01:00
index.txt
middleware.txt Fixed #20126 -- XViewMiddleware moved to django.contrib.admindocs.middleware 2013-05-19 13:18:35 +02:00
request-response.txt Tweak caching decorators/utility functions xrefs. 2013-05-30 20:38:44 -03:00
settings.txt Fixed #19875 - Added warnings regarding DEBUG=False and empty ALLOWED_HOSTS 2013-06-09 15:05:15 -04:00
signals.txt Warned that request_finished isn't sent by some buggy setups. 2013-06-12 20:52:08 +02:00
template-response.txt
unicode.txt
urlresolvers.txt
urls.txt
utils.txt Fixed #20591: added version in docs for utils.module_loading.import_by_path. 2013-06-12 10:50:37 +02:00
validators.txt
views.txt