django/docs
Jacob Kaplan-Moss 7bc0878922 Fixed #8939: added a `list_editable` option to `ModelAdmin`; fields declared `list_editable` may be edited, in bulk, on the changelist page. Thanks, Alex Gaynor.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10077 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-03-17 20:51:47 +00:00
..
_ext Fixed #9436 -- Updated docs build code to create "new in development version". 2009-03-09 01:37:17 +00:00
_static
_templates
faq Fixed #10110 -- Added FAQ on how and when to poke the core developers about tickets. Thanks to Graham King for turning a couple of django-dev posts into a good first draft. 2009-01-24 12:07:26 +00:00
howto Fixed #689 -- Added a middleware and authentication backend to contrib.auth for supporting external authentication solutions. Thanks to all who contributed to this patch, including Ian Holsman, garthk, Koen Biermans, Marc Fargas, ekarulf, and Ramiro Morales. 2009-03-15 05:54:28 +00:00
internals 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
intro Cleaned up some documentation about admin URLs in Django 1.1. Thanks, Alex Gaynor. 2009-02-24 01:10:26 +00:00
man
misc
obsolete
ref Fixed #8939: added a `list_editable` option to `ModelAdmin`; fields declared `list_editable` may be edited, in bulk, on the changelist page. Thanks, Alex Gaynor. 2009-03-17 20:51:47 +00:00
releases Whitespace fix to [9896]. 2009-02-24 02:31:09 +00:00
topics Fixed #10507 -- Corrected formatting problem in ModelForm docs. Thanks to Paul Menzel for the report. 2009-03-15 11:21:41 +00:00
Makefile
conf.py Fixed #9436 -- Updated docs build code to create "new in development version". 2009-03-09 01:37:17 +00:00
contents.txt
glossary.txt
index.txt Fixed #3566 -- Added support for aggregation to the ORM. See the documentation for details on usage. 2009-01-15 11:06:34 +00:00