1
0
mirror of https://github.com/django/django.git synced 2025-01-10 18:36:05 +00:00
django/docs/ref
2013-05-21 21:29:14 +02:00
..
class-based-views Fixed #20476 -- Typo. 2013-05-21 21:29:14 +02:00
contrib Fixed #17308 -- Enabled the use of short_description on properties in the admin. 2013-05-21 13:19:18 +02:00
files
forms add missing imports to the examples in the 'Forms' 2013-05-19 13:31:45 +02:00
models Fixed #19326 -- Added first() and last() methods to QuerySet 2013-05-21 18:52:28 +03:00
templates Add missing imports and models to the examples in the template layer documentation 2013-05-19 13:29:38 +02:00
clickjacking.txt
databases.txt
django-admin.txt Fixed #16330 -- added --pks option in dumpdata command 2013-05-19 09:10:40 -07:00
exceptions.txt
index.txt
middleware.txt Fixed #20126 -- XViewMiddleware moved to django.contrib.admindocs.middleware 2013-05-19 13:18:35 +02:00
request-response.txt Fixed #20459 - Improved example for setting HTTP header fields. 2013-05-19 12:30:53 -04:00
settings.txt Removed a confusing duplicate SESSION_COOKIE_DOMAIN header 2013-05-21 00:53:40 +02:00
signals.txt
template-response.txt Add missing imports and models to the examples in the view layer documentation 2013-05-18 18:39:11 +02:00
unicode.txt
urlresolvers.txt
urls.txt
utils.txt
validators.txt
views.txt