1
0
mirror of https://github.com/django/django.git synced 2024-12-25 18:46:22 +00:00
django/docs/ref
Tim Graham 61524b09cf Fixed #18388 - Added InlineModelAdmin.get_max_num hook.
Thanks d.willy.c.c@ for the suggestion and Melevir and Areski Belaid for work
on the patch.
2013-06-01 18:20:54 -04:00
..
class-based-views Fixed #20478 – Added support for HTTP PATCH method in generic views. 2013-05-22 14:48:11 +02:00
contrib Fixed #18388 - Added InlineModelAdmin.get_max_num hook. 2013-06-01 18:20:54 -04:00
files
forms add missing imports to the examples in the 'Forms' 2013-05-19 13:31:45 +02:00
models Fixed #16856 - Added a way to clear select_related. 2013-05-30 11:06:05 -04:00
templates Fixed regroup example. 2013-05-29 21:46:58 -04:00
clickjacking.txt
databases.txt Fixed #20511 -- Corrected link about isolation levels in databases docs 2013-05-31 10:17:34 +02:00
django-admin.txt Fixed #20525 -- Added versionadded for clearsessions. 2013-05-28 20:14:01 -04:00
exceptions.txt Fixed #19866 -- Added security logger and return 400 for SuspiciousOperation. 2013-05-25 16:27:34 -07: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 Removed a confusing duplicate SESSION_COOKIE_DOMAIN header 2013-05-21 00:53:40 +02:00
signals.txt Fixed #11398 - Added a pre_syncdb signal 2013-05-23 01:09:22 -04:00
template-response.txt
unicode.txt
urlresolvers.txt
urls.txt
utils.txt Fixed #19237 (again) - Made strip_tags consistent between Python versions 2013-05-23 14:01:27 +02:00
validators.txt
views.txt