summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed #1977 -- Added clarification about TIME_ZONE setting.Adrian Holovaty2006-07-071-0/+4
* Fixed ReST error in docs/settings.txtAdrian Holovaty2006-07-071-1/+1
* Fixed #2295 -- Improved docs/sessions.txt to note INSTALLED_APPS requirement.Adrian Holovaty2006-07-071-8/+12
* Fixed #2303 -- Fixed bug in [3269] with regard to True and False special-casi...Adrian Holovaty2006-07-071-2/+2
* Fixed #2142 -- Fixed JavaScript warnings in admin JS. Thanks, mike.capp@gmail...Adrian Holovaty2006-07-072-1/+2
* Fixed #2258 -- Accounted for the case of a missing threading library in djang...Adrian Holovaty2006-07-071-1/+4
* Fixed #2272 -- Improved SQLite database introspection. Thanks, dne@mayonnaise...Adrian Holovaty2006-07-073-6/+46
* Fixed #2267 -- Admin docs now show help text for fields. Thanks, vidarAdrian Holovaty2006-07-071-1/+1
* Fixed #2283 -- Fixed XHTML-strict validation error in comment templatesAdrian Holovaty2006-07-072-2/+6
* Fixed #2290 -- Escaped HTML in admin messages. Thanks, SeanAdrian Holovaty2006-07-071-1/+1
* Fixed small typo in docs/forms.txt. Thanks, Antonio CavedoniAdrian Holovaty2006-07-061-1/+1
* Fixed another problem where we were creating a class twice via two importMalcolm Tredinnick2006-07-061-0/+5
* Fixed #2278 -- Fixed some argument parsing problems with the PostgreSQLMalcolm Tredinnick2006-07-051-4/+5
* Fixed #1980, #2155 -- made date, time and datetime html2python methods a bitMalcolm Tredinnick2006-07-051-10/+13
* Fixed #2285 -- Tweaked the error message after model errors at "syncdb" time soMalcolm Tredinnick2006-07-051-1/+4
* Fixed #1578 -- fixed a corner-case where we still wanting core=True attributesMalcolm Tredinnick2006-07-043-0/+15
* Trivial indentation fix.Russell Keith-Magee2006-07-041-4/+4
* Refs #2202 -- Cleaned up technique of splitting arguments, based upon a sugge...Russell Keith-Magee2006-07-041-8/+5
* Fixes #2202 -- Added ability to customize output of pluralize filter to handl...Russell Keith-Magee2006-07-043-6/+65
* Made django/utils/translation.py into a package django/utils/translation, whi...Adrian Holovaty2006-07-046-40/+74
* Changed admin/templates/admin/index.html to make <caption> translatableAdrian Holovaty2006-07-041-1/+1
* Refs #1400 -- Variable resolver now converts literal strings 'False' and 'Tru...Russell Keith-Magee2006-07-041-1/+5
* Fixes #1338, Refs #1400, #2237 -- Modified variable resolution to allow templ...Russell Keith-Magee2006-07-044-16/+32
* fixed #2241: typos in french translation (manually snarfed from the diff, ple...Georg Bauer2006-07-032-2/+2
* fixed #2279: updated galician translationGeorg Bauer2006-07-034-108/+76
* Small edits to comments in contrib/auth/__init__.pyAdrian Holovaty2006-07-031-4/+4
* Proofread newest changes to docs/authentication.txtAdrian Holovaty2006-07-031-39/+98
* Small cleanups to docs/authentication.txt, but still not properly reworded/pr...Adrian Holovaty2006-07-021-35/+38
* Removed stray references to (now deprecated) !__ne query type.Russell Keith-Magee2006-07-012-3/+2
* Removed unneeded import of ngettext from django.db.models.fields.__init__Adrian Holovaty2006-07-011-1/+1
* Fixed #2274 -- Fixed error in settings documentation. Thanks, Le Roux BodensteinAdrian Holovaty2006-07-011-6/+11
* Added note to docs/add_ons.txt about reading the source code.Adrian Holovaty2006-07-011-0/+2
* Formatting fix for [3248]Adrian Holovaty2006-07-011-24/+21
* Optimized JavaScript in django/views/i18n.pyAdrian Holovaty2006-07-011-50/+22
* Fixes #2271 -- Added code to imply !__exact on any query argument that doesn'...Russell Keith-Magee2006-07-012-2/+23
* Added USE_I18N setting, which lets you turn off internationalization overhead...Adrian Holovaty2006-07-015-3/+44
* Fixed #2217 -- Allowed raw objects to be used in __exact and __in query terms...Russell Keith-Magee2006-07-016-14/+139
* restructuredtext filter now passes settings from {{{RESTRUCTUREDTEXT_FILTER_S...Jacob Kaplan-Moss2006-06-301-1/+2
* Fixed #2275 -- Added footer hook to admin base.html templateAdrian Holovaty2006-06-301-1/+1
* Negligible spacing change to django/db/models/loading.pyAdrian Holovaty2006-06-301-2/+2
* Improved DateField.to_python() to catch invalid dates like Feb. 31Adrian Holovaty2006-06-301-1/+4
* Added a JSON serializer, a few more tests, and a couple more lines of docs.Jacob Kaplan-Moss2006-06-297-12/+211
* Added 'How do I add database-specific options to my CREATE TABLE statements, ...Adrian Holovaty2006-06-291-24/+43
* Fixed #2263 -- Fixed typo in docs/authentication.txtAdrian Holovaty2006-06-291-1/+1
* Added Bob Ippolito's simplejson (http://undefined.org/python/#simplejson) as ...Jacob Kaplan-Moss2006-06-285-0/+864
* Merged multi-auth branch to trunk. See the authentication docs for the ramif...Jacob Kaplan-Moss2006-06-2810-48/+231
* Added initial cut at serialization framework, along with some basic tests and...Jacob Kaplan-Moss2006-06-286-0/+632
* Fixed #1754, #2211, #2192 -- allow date filtering comparisons to use strings asMalcolm Tredinnick2006-06-282-1/+5
* Fixed #1812 -- permit apps without models (without disguising other errors).Malcolm Tredinnick2006-06-281-3/+10
* Fixed #2196 -- Fixed AttributeError in method_set_order. Thanks, fonsoAdrian Holovaty2006-06-281-4/+4