1
0
mirror of https://github.com/django/django.git synced 2024-12-23 17:46:27 +00:00
django/docs/ref
Loic Bistuer 82a58ce5b6 Fixed #21491 -- Removed documented workaround for a known issue.
The issue was that two M2M hidden reverse managers
(related_name ending with a '+') could clash with each other.

Refs #21375 and #15932. Thanks Baptiste.
2013-11-23 01:29:09 +07:00
..
class-based-views Fixed the base class note in the Date Views docs. 2013-11-19 10:23:59 -05:00
contrib Fixed #21479 -- Favor 'migrate' over 'syncdb' in the docs. 2013-11-21 15:12:39 +01:00
files
forms
models Fixed #21491 -- Removed documented workaround for a known issue. 2013-11-23 01:29:09 +07:00
templates fixed typo in builtins.txt 2013-11-19 12:53:28 -05:00
clickjacking.txt
databases.txt
django-admin.txt Added more internal links in the management command documentation. 2013-11-18 19:25:28 +01:00
exceptions.txt
index.txt
middleware.txt
request-response.txt
settings.txt
signals.txt
template-response.txt
unicode.txt
urlresolvers.txt
urls.txt
utils.txt
validators.txt
views.txt