django/docs/topics
Loic Bistuer bed504d70b Fixed #24351, #24346 -- Changed the signature of allow_migrate().
The new signature enables better support for routing RunPython and
RunSQL operations, especially w.r.t. reusable and third-party apps.

This commit also takes advantage of the deprecation cycle for the old
signature to remove the backward incompatibility introduced in #22583;
RunPython and RunSQL won't call allow_migrate() when when the router
has the old signature.

Thanks Aymeric Augustin and Tim Graham for helping shape up the patch.

Refs 22583.
2015-02-20 21:34:09 +07:00
..
auth
class-based-views
db Fixed #24351, #24346 -- Changed the signature of allow_migrate(). 2015-02-20 21:34:09 +07:00
forms
http
i18n
testing Added an import to docs/topics/testing/advanced.txt example. 2015-02-17 13:53:20 -05:00
cache.txt Fixed #24351, #24346 -- Changed the signature of allow_migrate(). 2015-02-20 21:34:09 +07:00
checks.txt
conditional-view-processing.txt
email.txt
files.txt
index.txt
install.txt Fixed #24350 -- Freshened up database install topic section. 2015-02-16 14:56:38 -05:00
localflavor.txt
logging.txt
migrations.txt Fixed #23892 -- Clarified compatibility policy for migrations. 2015-02-16 10:11:47 -05:00
pagination.txt
performance.txt
python3.txt
security.txt
serialization.txt
settings.txt Deprecated TEMPLATE_DEBUG setting. 2015-02-15 20:47:04 +01:00
signals.txt
signing.txt
templates.txt Deprecated TEMPLATE_DEBUG setting. 2015-02-15 20:47:04 +01:00