django/docs
Russell Keith-Magee 273a002544 Fixed #13087 -- Modified m2m signals to provide greater flexibility over exactly when notifications are delivered.
This is a BACKWARDS INCOMPATIBLE CHANGE for anyone using the signal names introduced in r12223.

 * If you were listening to "add", you should now listen to "post_add".
 * If you were listening to "remove", you should now listen to "post_remove".
 * If you were listening to "clear", you should now listen to "pre_clear".

You may also want to examine your code to see whether the "pre_add", "pre_remove" or "post_clear" would be better suited to your application.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@12888 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-03-30 11:54:56 +00:00
..
_ext Fixed `fieldlookup` docs cross-reference directive, and added it to the queryset reference. Refs #12930. 2010-03-20 05:04:31 +00:00
_static
_templates Fixed #12275 - Small fix in Sphinx templates. 2010-02-21 23:41:05 +00:00
faq Created a 'DB optimization' topic, with cross-refs to relevant sections. 2010-01-16 03:13:16 +00:00
howto Fixed #13084: Corrected typo in error-reporting docs. 2010-03-11 09:33:49 +00:00
internals Fixed #12102 -- Corrected an example in the docs that suggested that you use a relative path in your PYTHONPATH. Thanks to alexkon for the report. 2010-02-24 14:50:37 +00:00
intro Fixed #12114 -- Clarified the existence of the reverse relation _set in the tutorial. Thanks to panfist for the suggestion, and dwillis for the patch. 2010-03-08 03:20:29 +00:00
man Fixed #7050 - Allow the makemessages command to optionally ignore paths when examining source code and templates for translation strings. 2010-02-16 12:15:04 +00:00
misc
obsolete
ref Fixed #13087 -- Modified m2m signals to provide greater flexibility over exactly when notifications are delivered. 2010-03-30 11:54:56 +00:00
releases Updated syndication framework porting notes. 2010-03-10 03:12:48 +00:00
topics Fixed #13023 - Removed ambiguity with regard to the max_num option of formsets and as a result of admin inlines. Thanks to Gabriel Hurley for the patch. 2010-03-27 23:03:56 +00:00
Makefile
conf.py
contents.txt
glossary.txt
index.txt Created a 'DB optimization' topic, with cross-refs to relevant sections. 2010-01-16 03:13:16 +00:00