0
0
mirror of https://github.com/django/django.git synced 2024-11-30 07:06:18 +01:00
django/docs/topics
2012-04-26 17:15:40 +00:00
..
_images
db Added documentation notes about lack of database savepoints support when using MySQL+MyISAM. 2012-04-21 22:52:03 +00:00
forms Removed deprecated URLField.verify_exists. 2012-03-31 13:55:03 +00:00
http Fixed #18033 -- Removed function-based generic views, as per official deprecation timeline. Rest in peace! Thanks Anssi Kääriäinen for the review. 2012-04-25 19:17:47 +00:00
i18n Fixed #18037 -- Changed behaviour of url and ssi template tags to the new syntax, as per official deprecation timeline. Thanks Ramiro Morales and Jannis Leidel for the review. 2012-04-24 19:55:52 +00:00
auth.txt Fixed #18038 -- Removed the 'supports_inactive_user' backwards-compatibility flag. Thanks Aymeric Augustin for the initial patch and Ramiro Morales for the review. 2012-04-26 17:15:40 +00:00
cache.txt
class-based-views.txt Fixed #18033 -- Removed function-based generic views, as per official deprecation timeline. Rest in peace! Thanks Anssi Kääriäinen for the review. 2012-04-25 19:17:47 +00:00
conditional-view-processing.txt
email.txt Fixed #18095 -- Added missing 'cc' mention in EmailMessage recipients() description. Thanks Stéphane Raimbault for the report and the patch. 2012-04-10 20:00:18 +00:00
files.txt
index.txt Fixed #18033 -- Removed function-based generic views, as per official deprecation timeline. Rest in peace! Thanks Anssi Kääriäinen for the review. 2012-04-25 19:17:47 +00:00
install.txt Fixed #17983 -- Re-fixed the ln syntax by adding a trailing slash to the destination directory. 2012-03-31 18:55:23 +00:00
logging.txt
pagination.txt
security.txt Added more explicit warnings about unconfigured reStructured Text usage in docs. 2012-04-19 15:00:55 +00:00
serialization.txt
settings.txt
signals.txt
signing.txt
templates.txt
testing.txt