1
0
mirror of https://github.com/django/django.git synced 2025-01-12 03:15:47 +00:00
django/docs/ref
2011-10-07 08:35:20 +00:00
..
contrib Fixed #8060 - Added permissions-checking for admin inlines. Thanks p.patruno for report and Stephan Jaensch for work on the patch. 2011-10-07 00:41:25 +00:00
files Fixed incorrect pluralized argument in Files docs 2011-09-28 02:26:12 +00:00
forms Fixed some improper quotes in the form fields reference doc. 2011-09-12 07:15:47 +00:00
models Fixed #16937 - added QuerySet.prefetch_related to prefetch many related objects. 2011-10-05 23:14:52 +00:00
templates Added some sphinx cross-reference links to the built-in template tags and filters in multiple areas of the documentation. Also fixed a few minor inconsistencies and did a little PEP8 cleanup while I was at it. 2011-10-03 08:06:01 +00:00
authbackends.txt
class-based-views.txt Fixed doc references to django.db.models.query.QuerySet and converted some tabs that were introduced in r16699 to spaces. 2011-09-30 10:28:39 +00:00
clickjacking.txt
databases.txt
django-admin.txt
exceptions.txt
generic-views.txt
index.txt
middleware.txt
request-response.txt Fixed #16494 by normalizing HttpResponse behavior with non-string input. HttpResponse now always converts content to string on output, regardless of input type. 2011-09-14 23:27:35 +00:00
settings.txt Fixed #17012 - Removed references to the 'hasNoProfanities' validator. Refs #8794. 2011-10-07 08:35:20 +00:00
signals.txt Slight english readability fix for the signals docs. 2011-09-22 16:32:30 +00:00
template-response.txt
unicode.txt
utils.txt
validators.txt