1
0
mirror of https://github.com/django/django.git synced 2024-11-18 23:44:22 +00:00
django/docs/ref
Preston Holmes 6786920fd8 Fixed #16330 -- added --pks option in dumpdata command
Thanks to guettli for the initial ticket and patch, with additional work
from mehmetakyuz and Kevin Brolly.
2013-05-19 09:10:40 -07:00
..
class-based-views Fixed #20294 -- Documented context processors in TemplateResponseMixin. 2013-05-18 12:45:40 +02:00
contrib Fixed #15961 -- Modified ModelAdmin to allow for custom search methods. 2013-05-19 16:45:00 +02:00
files Fixed typo in file storage docs. 2013-01-13 19:36:49 +01:00
forms add missing imports to the examples in the 'Forms' 2013-05-19 13:31:45 +02:00
models Fixes #18896. Add tests verifying that you can get IntegrityErrors using get_or_create through relations like M2M, and it also adds a note into the documentation warning about it 2013-05-19 14:16:12 +02: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 Adapted uses of versionchanged/versionadded to the new form. 2013-04-20 17:18:35 +02:00
databases.txt Fixed #20215 -- Disabled persistent connections by default. 2013-05-09 15:42:14 +02:00
django-admin.txt Fixed #16330 -- added --pks option in dumpdata command 2013-05-19 09:10:40 -07:00
exceptions.txt Adapted uses of versionchanged/versionadded to the new form. 2013-04-20 17:18:35 +02:00
index.txt Fixed #19897 - Updated static files howto. 2013-03-29 19:15:19 -04:00
middleware.txt Fixed #20126 -- XViewMiddleware moved to django.contrib.admindocs.middleware 2013-05-19 13:18:35 +02:00
request-response.txt Fixed #12747 -- Made reason phrases customizable. 2013-05-19 13:14:54 +02:00
settings.txt Fixed #20126 -- XViewMiddleware moved to django.contrib.admindocs.middleware 2013-05-19 13:18:35 +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 Adapted uses of versionchanged/versionadded to the new form. 2013-04-20 17:18:35 +02:00
urlresolvers.txt
urls.txt Fixed #19897 - Updated static files howto. 2013-03-29 19:15:19 -04:00
utils.txt Make the example usage of import_by_path less confusing. 2013-05-16 10:11:46 +02:00
validators.txt Fixed #4833 -- Validate email addresses with localhost as domain 2013-01-11 20:45:46 +01:00
views.txt Fixed #20330 -- Normalized spelling of "web server". 2013-04-29 19:40:43 +02:00