mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
Used the 🎫 syntax more extensively
This commit is contained in:
@@ -1173,9 +1173,7 @@ errors are handled by different cache backends.
|
||||
``django.core.cache.backends.locmem.LocMemCache`` used to fail silently when
|
||||
such an error occurs, which is inconsistent with other backends and leads to
|
||||
cache-specific errors. This has been fixed in Django 1.7, see
|
||||
`Ticket #21200`_ for more details.
|
||||
|
||||
.. _Ticket #21200: https://code.djangoproject.com/ticket/21200
|
||||
:ticket:`21200` for more details.
|
||||
|
||||
Cache keys are now generated from the request's absolute URL
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
@@ -1199,11 +1197,9 @@ instance using default routing behavior, overriding any manually specified
|
||||
database routing. In Django 1.7, a value of ``None`` passed to db_manager will
|
||||
produce a router that *retains* any manually assigned database routing -- the
|
||||
manager will *not* be reset. This was necessary to resolve an inconsistency in
|
||||
the way routing information cascaded over joins. See `Ticket #13724`_ for more
|
||||
the way routing information cascaded over joins. See :ticket:`13724` for more
|
||||
details.
|
||||
|
||||
.. _Ticket #13724: https://code.djangoproject.com/ticket/13724
|
||||
|
||||
pytz may be required
|
||||
~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
|
||||
Reference in New Issue
Block a user