django/docs/ref
Kevin Christopher Henry 83e434a2c2 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:29 -07:00
..
class-based-views Removed versionadded/changed annotations for 1.5 2013-08-19 09:09:41 -04:00
contrib Removed versionadded/changed annotations for 1.5 2013-08-19 09:09:41 -04:00
files Removed versionadded/changed annotations for 1.5 2013-08-19 09:09:41 -04:00
forms Removed versionadded/changed annotations for 1.5 2013-08-19 09:09:41 -04:00
models Documentation - Noted that OneToOneField doesn't respect unique. 2013-08-20 21:20:29 -07:00
templates Removed versionadded/changed annotations for 1.5 2013-08-19 09:09:41 -04:00
clickjacking.txt Adapted uses of versionchanged/versionadded to the new form. 2013-04-20 17:18:35 +02:00
databases.txt Removed versionadded/changed annotations for 1.5 2013-08-19 09:09:41 -04:00
django-admin.txt Removed versionadded/changed annotations for 1.5 2013-08-19 09:09:41 -04:00
exceptions.txt Fixed #20786 -- Cleaned up docs/ref/exceptions.txt 2013-08-02 09:42:46 -04:00
index.txt Fixed #19897 - Updated static files howto. 2013-03-29 19:15:19 -04:00
middleware.txt Fixed #20792 -- Corrected DISALLOWED_USER_AGENTS docs. 2013-07-25 07:38:14 -04:00
request-response.txt Removed versionadded/changed annotations for 1.5 2013-08-19 09:09:41 -04:00
settings.txt Removed versionadded/changed annotations for 1.5 2013-08-19 09:09:41 -04:00
signals.txt Removed versionadded/changed annotations for 1.5 2013-08-19 09:09:41 -04:00
template-response.txt Removed versionadded/changed annotations for 1.5 2013-08-19 09:09:41 -04:00
unicode.txt Removed versionadded/changed annotations for 1.5 2013-08-19 09:09:41 -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 Removed versionadded/changed annotations for 1.5 2013-08-19 09:09:41 -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