django1/docs/ref
Tim Graham 3d25f592fe [1.6.x] Fixed some markup in docs/ref/templates/api.txt
Backport of 862a04a56d from master
2013-07-15 11:31:38 -04:00
..
class-based-views [1.6.x] Fixed #20733 -- Typo in docs/ref/class-based-views/generic-display.txt 2013-07-11 07:37:42 -04:00
contrib [1.6.x] Fixed #19695 -- Retitle "Form Media" to "Form Assets". 2013-07-08 14:09:02 -04:00
files Fixed typo in file storage docs. 2013-01-13 19:36:49 +01:00
forms [1.6.x] Fixed #20582 -- Allowed default Form.label_suffix to be translated 2013-07-13 16:20:09 +02:00
models [1.6.x] Fixed #17528 -- Documented that add() and remove() with a many-to-many relationship do not call Model.save() 2013-07-12 06:22:19 -04:00
templates [1.6.x] Fixed some markup in docs/ref/templates/api.txt 2013-07-15 11:31:38 -04:00
clickjacking.txt Adapted uses of versionchanged/versionadded to the new form. 2013-04-20 17:18:35 +02:00
databases.txt Support 'pyformat' style parameters in raw queries, Refs #10070 2013-06-28 06:59:10 +03:00
django-admin.txt [1.6.x] Fixed #20653 -- Renamed checksetup -> check missed in [03465639] 2013-07-12 12:50:53 -04:00
exceptions.txt Fixed #17601 -- expose underlying db exceptions under py2 2013-06-04 12:46:10 +01: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 [1.6.x] Fixed #20673 -- Clarified that HttpRequest.user uses AUTH_USER_MODEL. 2013-07-04 09:34:02 -04:00
settings.txt [1.6.x] Fixed #19695 -- Retitle "Form Media" to "Form Assets". 2013-07-08 14:09:02 -04:00
signals.txt Fix typo 2013-06-27 12:39:50 -04:00
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 [1.6.x] Fixed #20691 -- Added a note for __str__() vs. __unicode__() and Python 3. 2013-07-03 08:46:05 -04:00
urlresolvers.txt Removed versionadded/changed annotations dating back to 1.4. 2012-12-29 21:59:08 +01:00
urls.txt Fixed #19897 - Updated static files howto. 2013-03-29 19:15:19 -04:00
utils.txt [1.6.x] Fixed #20224 -- Update docs examples which mention __unicode__ 2013-07-05 19:30:08 +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