django1/docs/ref
Kevin Christopher Henry e7d4d41a30 [1.6.x] Documentation - Noted that OneToOneField doesn't respect unique.
Added OneToOneField to the list of model fields for which the unique
argument isn't valid. (OneToOneFields are inherently unique, and if
the user supplies a value for unique it is ignored / overwritten.)
2013-08-20 21:20:55 -07:00
..
class-based-views [1.6.x] Added versionadded directive missing from b7bd708. 2013-07-25 20:16:02 +02:00
contrib [1.6.x] Updated docs following deprecation of django.views.defaults.shortcut 2013-08-15 07:07:15 -04:00
files Fixed typo in file storage docs. 2013-01-13 19:36:49 +01:00
forms [1.6.x] Added an anchor for django.forms.Form.clean in docs 2013-08-08 14:14:14 -04:00
models [1.6.x] Documentation - Noted that OneToOneField doesn't respect unique. 2013-08-20 21:20:55 -07: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 [1.6.x] Updated the `databases` documentation 2013-07-19 06:31:38 -04:00
django-admin.txt [1.6.x] Fixed a small formatting issue. 2013-08-04 17:33:00 -07:00
exceptions.txt [1.6.x] Fixed #20786 -- Cleaned up docs/ref/exceptions.txt 2013-08-02 09:43:20 -04:00
index.txt Fixed #19897 - Updated static files howto. 2013-03-29 19:15:19 -04:00
middleware.txt [1.6.x] Fixed #20792 -- Corrected DISALLOWED_USER_AGENTS docs. 2013-07-25 07:39:36 -04:00
request-response.txt [1.6.x] Fixed #18315 -- Documented QueryDict.popitem and QueryDict.pop 2013-07-25 11:08:47 -04:00
settings.txt [1.6.x] Added some doc links for django.contrib.messages 2013-08-14 12:58:19 -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] Added more on @cached_property, refs #20870 2013-08-08 09:47:24 -04: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