.. |
db
|
Fixed #11931: Removed mention of nonexistent get_sql() method for arguments to limit_choices_to. Since the correct reference involves undocumented ORM internals, this simply removes the reference entirely in favor of publicly-documented use of Q objects.
|
2009-09-23 23:40:12 +00:00 |
forms
|
Fixed #399: Added big integer field. Thanks to Tomáš Kopeček for persistently maintaining a patch for this.
|
2009-12-17 15:10:38 +00:00 |
http
|
Fixed #10326: handler500 and handler404 may now be callables. Thanks, dcwatson, adurdin.
|
2009-12-13 20:29:04 +00:00 |
auth.txt
|
Fixed #11010 - Add a foundation for object permissions to authentication backends. Thanks to Florian Apolloner for writing the initial patch.
|
2009-12-10 01:05:35 +00:00 |
cache.txt
|
Corrected an inconsistency in the documentation regarding the way to specify the locmem and dummy cache backend. Thanks to Jens Diemer for the report.
|
2009-11-19 11:23:34 +00:00 |
conditional-view-processing.txt
|
Removed mentions of Python 2.3 support from the docs -- Django 1.2 drops support for Python 2.3 -- and added a quick FAQ about that dropping of support.
|
2009-10-23 19:30:23 +00:00 |
email.txt
|
Corrected spelling of e-mail (according to our standard).
|
2009-12-03 14:55:28 +00:00 |
files.txt
|
Fixed #10779 -- Corrected description of an example in the files docs. Thanks to timo for the patch.
|
2009-04-16 12:48:46 +00:00 |
generic-views.txt
|
Fixed #11873 -- Corrected typo in generic views docs. Thanks to Brett Cannon for the report.
|
2009-09-13 00:25:53 +00:00 |
i18n.txt
|
Fixed #11364 -- Modified the jsi18n example to use the {% url %} tag rather than a placeholder. Thanks to jcassee for the suggestion.
|
2009-07-15 13:54:45 +00:00 |
index.txt
|
Refs #11336 -- Another dummy commit to force refresh of some index pages by Sphinx, caused by file ommitted from [11025] and included in [11026]. Thanks to Peter Landry for the report, and Ramiro for the explanation.
|
2009-06-18 00:16:48 +00:00 |
install.txt
|
Fixed a silly typo left over from removing Python 2.3 references.
|
2009-10-23 19:43:58 +00:00 |
pagination.txt
|
Fixed #9215 -- Added a view/template example of using pagination.
|
2008-10-07 11:51:14 +00:00 |
serialization.txt
|
Fixed #7052 -- Added support for natural keys in serialization.
|
2009-12-14 12:39:20 +00:00 |
settings.txt
|
|
|
signals.txt
|
|
|
templates.txt
|
Implemented 'smart if' template tag, allowing filters and various operators to be used in the 'if' tag
|
2009-12-09 22:40:36 +00:00 |
testing.txt
|
Fixed #12204 -- Corrected the use of :djadmin: links in the testing docs, plus updated a lot of old-style markup in the django-admin docs. Thanks to Art_S for the report.
|
2009-11-12 13:58:32 +00:00 |