summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-07-07Fixed #2295 -- Improved docs/sessions.txt to note INSTALLED_APPS requirement.Adrian Holovaty
2006-07-07Fixed #2303 -- Fixed bug in [3269] with regard to True and False special-casi...Adrian Holovaty
2006-07-07Fixed #2142 -- Fixed JavaScript warnings in admin JS. Thanks, mike.capp@gmail...Adrian Holovaty
2006-07-07Fixed #2258 -- Accounted for the case of a missing threading library in djang...Adrian Holovaty
2006-07-07Fixed #2272 -- Improved SQLite database introspection. Thanks, dne@mayonnaise...Adrian Holovaty
2006-07-07Fixed #2267 -- Admin docs now show help text for fields. Thanks, vidarAdrian Holovaty
2006-07-07Fixed #2283 -- Fixed XHTML-strict validation error in comment templatesAdrian Holovaty
2006-07-07Fixed #2290 -- Escaped HTML in admin messages. Thanks, SeanAdrian Holovaty
2006-07-06Fixed small typo in docs/forms.txt. Thanks, Antonio CavedoniAdrian Holovaty
2006-07-06Fixed another problem where we were creating a class twice via two importMalcolm Tredinnick
2006-07-05Fixed #2278 -- Fixed some argument parsing problems with the PostgreSQLMalcolm Tredinnick
2006-07-05Fixed #1980, #2155 -- made date, time and datetime html2python methods a bitMalcolm Tredinnick
2006-07-05Fixed #2285 -- Tweaked the error message after model errors at "syncdb" time soMalcolm Tredinnick
2006-07-04Fixed #1578 -- fixed a corner-case where we still wanting core=True attributesMalcolm Tredinnick
2006-07-04Trivial indentation fix.Russell Keith-Magee
2006-07-04Refs #2202 -- Cleaned up technique of splitting arguments, based upon a sugge...Russell Keith-Magee
2006-07-04Fixes #2202 -- Added ability to customize output of pluralize filter to handl...Russell Keith-Magee
2006-07-04Made django/utils/translation.py into a package django/utils/translation, whi...Adrian Holovaty
2006-07-04Changed admin/templates/admin/index.html to make <caption> translatableAdrian Holovaty
2006-07-04Refs #1400 -- Variable resolver now converts literal strings 'False' and 'Tru...Russell Keith-Magee
2006-07-04Fixes #1338, Refs #1400, #2237 -- Modified variable resolution to allow templ...Russell Keith-Magee
2006-07-03fixed #2241: typos in french translation (manually snarfed from the diff, ple...Georg Bauer
2006-07-03fixed #2279: updated galician translationGeorg Bauer
2006-07-03Small edits to comments in contrib/auth/__init__.pyAdrian Holovaty
2006-07-03Proofread newest changes to docs/authentication.txtAdrian Holovaty
2006-07-02Small cleanups to docs/authentication.txt, but still not properly reworded/pr...Adrian Holovaty
2006-07-01Removed stray references to (now deprecated) !__ne query type.Russell Keith-Magee
2006-07-01Removed unneeded import of ngettext from django.db.models.fields.__init__Adrian Holovaty
2006-07-01Fixed #2274 -- Fixed error in settings documentation. Thanks, Le Roux BodensteinAdrian Holovaty
2006-07-01Added note to docs/add_ons.txt about reading the source code.Adrian Holovaty
2006-07-01Formatting fix for [3248]Adrian Holovaty
2006-07-01Optimized JavaScript in django/views/i18n.pyAdrian Holovaty
2006-07-01Fixes #2271 -- Added code to imply !__exact on any query argument that doesn'...Russell Keith-Magee
2006-07-01Added USE_I18N setting, which lets you turn off internationalization overhead...Adrian Holovaty
2006-07-01Fixed #2217 -- Allowed raw objects to be used in __exact and __in query terms...Russell Keith-Magee
2006-06-30restructuredtext filter now passes settings from {{{RESTRUCTUREDTEXT_FILTER_S...Jacob Kaplan-Moss
2006-06-30Fixed #2275 -- Added footer hook to admin base.html templateAdrian Holovaty
2006-06-30Negligible spacing change to django/db/models/loading.pyAdrian Holovaty
2006-06-30Improved DateField.to_python() to catch invalid dates like Feb. 31Adrian Holovaty
2006-06-29Added a JSON serializer, a few more tests, and a couple more lines of docs.Jacob Kaplan-Moss
2006-06-29Added 'How do I add database-specific options to my CREATE TABLE statements, ...Adrian Holovaty
2006-06-29Fixed #2263 -- Fixed typo in docs/authentication.txtAdrian Holovaty
2006-06-28Added Bob Ippolito's simplejson (http://undefined.org/python/#simplejson) as ...Jacob Kaplan-Moss
2006-06-28Merged multi-auth branch to trunk. See the authentication docs for the ramif...Jacob Kaplan-Moss
2006-06-28Added initial cut at serialization framework, along with some basic tests and...Jacob Kaplan-Moss
2006-06-28Fixed #1754, #2211, #2192 -- allow date filtering comparisons to use strings asMalcolm Tredinnick
2006-06-28Fixed #1812 -- permit apps without models (without disguising other errors).Malcolm Tredinnick
2006-06-28Fixed #2196 -- Fixed AttributeError in method_set_order. Thanks, fonsoAdrian Holovaty
2006-06-28Fixed #2246 -- Changed textile templatetag in contrib.markup to use DEFAULT_C...Adrian Holovaty
2006-06-27Added {{{Manager.create()}}} method to create and save an object in a single ...Jacob Kaplan-Moss