django/docs/topics
Malcolm Tredinnick 7197a4dcb7 Made it explicit if you accidentally override a Field from a parent model.
This was always not working reliably (model initialization and serialization
were two of the problems). Now, it's an explicit error. Also, documented.

Fixed #10252.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@9974 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-03-04 10:39:29 +00:00
..
db Made it explicit if you accidentally override a Field from a parent model. 2009-03-04 10:39:29 +00:00
forms Fixed #10009 -- Corrected a field reference in an example on rendering hidden fields. Thanks to karihre@gmail.com for the report. 2009-02-22 06:09:03 +00:00
http Fixed #10298 -- Corrected the example for the get_list_or_404 shortcut. Thanks to Dagur for the report. 2009-02-22 06:06:56 +00:00
auth.txt Auth-related doc cleanups: 2009-02-16 05:10:31 +00:00
cache.txt Small edit to the caching docs. 2009-03-02 05:46:04 +00:00
email.txt Fixed #8638 -- Added documentation on how to redirect email to a dummy server for testing purposes. Thanks to Rob Hudson and Marc Fargas for their work on the draft for this change. 2009-01-29 12:31:11 +00:00
files.txt Fixed #9904 -- Corrected name of storage method in files documentation. 2008-12-22 23:21:32 +00:00
i18n.txt Fixed #9477 -- Removed and edited a bunch of references to "development 2008-11-15 05:51:25 +00:00
index.txt Fixed #8326: added signals documentation. 2008-08-26 19:04:52 +00:00
install.txt Fixed #10377: Added clearer warning to database notes for cx_Oracle 5.0. 2009-02-28 06:03:18 +00:00
pagination.txt Fixed #9215 -- Added a view/template example of using pagination. 2008-10-07 11:51:14 +00:00
serialization.txt Fixed #10218 -- Reworded serialization.txt sentence to remove awkward quotes. Thanks for bringing this up, thedaniel 2009-02-21 08:40:07 +00:00
settings.txt Fixed #6979 -- Fixed the documentation cross-reference between the TIME_ZONE 2008-10-06 11:18:30 +00:00
signals.txt Fixed #8326: added signals documentation. 2008-08-26 19:04:52 +00:00
templates.txt Minor typo correction from [9279]. 2008-10-26 03:10:13 +00:00
testing.txt Fixed #4476 -- Added a ``follow`` option to the test client request methods. This implements browser-like behavior for the test client, following redirect chains when a 30X response is received. Thanks to Marc Fargas and Keith Bussell for their work on this. 2009-02-27 13:14:59 +00:00