1
0
mirror of https://github.com/django/django.git synced 2025-01-11 10:56:28 +00:00
django/django
2009-03-11 21:14:18 +00:00
..
bin
conf Updates German translation, fixes #10444 2009-03-09 16:33:52 +00:00
contrib Fixed the django.contrib.gis test database creation as well. 2009-03-11 05:48:26 +00:00
core 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
db Fixed some breakages in the Oracle test database handling from r10026. 2009-03-11 21:14:18 +00:00
dispatch
forms Fixed #10271, #10281 -- Fixed the handling multiple inline models that share a common base class and have the link to the inline parent on the base class. Includes modifications that allow the equivalent handling for GenericFields. Thanks to Idan Gazit, Antti Kaihola (akaihola), and Alex Gaynor for their work on this patch. 2009-03-10 11:19:26 +00:00
http
middleware
shortcuts
template Fixed #9701 -- Added a "safeseq" template filter. 2009-03-02 08:16:33 +00:00
templatetags
test Fixed #10165 -- Use settings.TEST_RUNNER in runtests.py 2009-02-28 04:46:38 +00:00
utils Factor out some common pieces of django.conf.LazySettings. 2009-03-02 04:48:22 +00:00
views Revised r9566 slightly to be backwards compatible with versions 1.0 - 1.0.2. 2009-01-09 12:41:07 +00:00
__init__.py Bump version to 1.1 alpha 1 and add download_url for the eventual 1.1 alpha 1 packagee 2009-02-24 01:46:29 +00:00