1
0
mirror of https://github.com/django/django.git synced 2024-12-23 01:25:58 +00:00
django/docs/topics
2017-01-17 20:52:04 -05:00
..
_images
auth Refs #25847 -- Removed support for User.is_(anonymous|authenticated) as methods. 2017-01-17 20:52:03 -05:00
class-based-views Fixed #27289 -- Corrected View.as_view() explanation. 2016-09-28 11:26:32 -04:00
db Fixed typo in docs/topics/db/managers.txt. 2017-01-11 18:31:11 -05:00
forms Refs #26154 -- Removed deprecated CommaSeparatedIntegerField. 2017-01-17 20:52:02 -05:00
http Refs #26601 -- Removed support for old-style middleware using settings.MIDDLEWARE_CLASSES. 2017-01-17 20:52:04 -05:00
i18n Refs #19567 -- Removed deprecated javascript_catalog() and json_catalog() views. 2017-01-17 20:52:03 -05:00
testing Refs #25190 -- Removed callable_obj parameter to assertRaisesMessages(). 2017-01-17 20:52:01 -05:00
cache.txt Fixed #27641 -- Doc'd default local-memory caching in deployment checklist. 2016-12-28 19:43:01 -05:00
checks.txt
conditional-view-processing.txt Refs #19705 -- Documented decorator ordering with @condition(). 2016-10-14 07:36:01 -04:00
email.txt
external-packages.txt
files.txt
index.txt
install.txt Fixed #27711 -- Demoted "Installing a distribution-specific package" in install intro. 2017-01-10 09:29:23 -05:00
logging.txt Fixed outdated log level in docs/topics/logging.txt. 2017-01-12 13:04:17 -05:00
migrations.txt Refs #24109 -- Doc'd the elidable feature in squashing migrations docs. 2017-01-17 13:02:58 -05:00
pagination.txt
performance.txt Fixed #26447 -- Deprecated settings.USE_ETAGS in favor of ConditionalGetMiddleware. 2016-10-10 14:55:59 -04:00
python3.txt Refs #24046 -- Removed mark_for_escaping() per deprecation timeline. 2017-01-17 20:52:04 -05:00
security.txt
serialization.txt
settings.txt
signals.txt Refs #24205 -- Removed Signal.disconnect()'s weak argument. 2017-01-17 14:09:28 -05:00
signing.txt
templates.txt Documented render_to_string()'s using parameter. 2016-10-04 18:58:50 -04:00