1
0
mirror of https://github.com/django/django.git synced 2024-12-24 01:55:49 +00:00
django/docs/topics
2009-03-11 13:27:03 +00:00
..
db Fixed #3460 -- Added an ability to enable true autocommit for psycopg2 backend. 2009-03-11 07:06:50 +00:00
forms Fixed #10009 -- Corrected a field reference in an example on rendering hidden fields. Thanks to karihre@gmail.com for the report. 2009-02-22 06:09:03 +00:00
http Fixed #10298 -- Corrected the example for the get_list_or_404 shortcut. Thanks to Dagur for the report. 2009-02-22 06:06:56 +00:00
auth.txt
cache.txt Fixed #6464 -- Added incr() and decr() operations on cache backends. Atomic on Memcache; implemented as a 2 stage retrieve/update on other backends. Includes refactor of the cache tests to ensure all the backends are actually tested, and a fix to the DB cache backend that was discovered as a result. Thanks to Michael Malone for the original patch. 2009-03-11 13:27:03 +00:00
email.txt
files.txt
i18n.txt
index.txt
install.txt Fixed #10377: Added clearer warning to database notes for cx_Oracle 5.0. 2009-02-28 06:03:18 +00:00
pagination.txt
serialization.txt Fixed #10218 -- Reworded serialization.txt sentence to remove awkward quotes. Thanks for bringing this up, thedaniel 2009-02-21 08:40:07 +00:00
settings.txt
signals.txt
templates.txt
testing.txt Changed a few versionadded doc directives from "development" to "1.1". 2009-03-09 01:36:53 +00:00