0
0
mirror of https://github.com/django/django.git synced 2024-11-29 22:56:46 +01:00
django/docs/topics
ijl 71a03e01aa Fixed #20346 -- Made cache middleware vary on the full URL.
Previously, only the URL path was included in the cache key.

Thanks jamey for the suggestion.
2013-12-28 11:20:18 -05:00
..
auth
class-based-views
db
forms
http Fixed #21582 -- Corrected URL namespace example. 2013-12-26 20:04:28 -05:00
i18n Fixed #21650 -- Corrected bad advice for plural translation. 2013-12-27 10:02:22 -05:00
testing Added modify_settings to alter settings containing lists of values. 2013-12-23 21:37:43 +01:00
cache.txt Fixed #20346 -- Made cache middleware vary on the full URL. 2013-12-28 11:20:18 -05:00
conditional-view-processing.txt
email.txt
files.txt
index.txt
install.txt Fixed #21585 -- Updated some links to 3rd party database projects. 2013-12-18 18:48:21 -05:00
localflavor.txt
logging.txt
migrations.txt Used app_label instead of appname. 2013-12-28 09:53:02 +01:00
pagination.txt
performance.txt
python3.txt
security.txt
serialization.txt
settings.txt
signals.txt
signing.txt
templates.txt