summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-08-26The comments app was unconditionally accessing various settings that didn'tMalcolm Tredinnick
2008-08-26Corrected references that aren't `Field` attributes.Gary Wilson Jr
2008-08-26Removed trailing whitespace in a few files.Gary Wilson Jr
2008-08-26Hid a few QuerySet regression tests from Python 2.6 due to a bug in the theMalcolm Tredinnick
2008-08-26Fixed #8490 -- Worked around a bug in flup 1.0.1 when working out the correctMalcolm Tredinnick
2008-08-26Added documentation to explain the gains and losses when using utf8_binMalcolm Tredinnick
2008-08-26A few fixes for the testing documentation:Gary Wilson Jr
2008-08-26Fixes for Geo sitemap errata.Justin Bronn
2008-08-26Fixed the `GeometryField` form to catch more than just GEOS exceptions.Justin Bronn
2008-08-26Removed a stray reference to mysql_old in the docs.Malcolm Tredinnick
2008-08-25Fixed #8542 -- Made the model_formstests tests from [8528] a little lessMalcolm Tredinnick
2008-08-25Fixed #8543: added translation markings to can_delete and can_order form labe...Jacob Kaplan-Moss
2008-08-25Fixed #7831: be case-insensitive when in `get_language_from_request`.Jacob Kaplan-Moss
2008-08-25Fixed #6353: better handle unicode in exception reasons.Jacob Kaplan-Moss
2008-08-25Fixed #8106 -- Untangled some problems with complex select_related() queriesMalcolm Tredinnick
2008-08-25Fixed a silly typo in comment settings doc.Jacob Kaplan-Moss
2008-08-25Refactored Django's comment system.Jacob Kaplan-Moss
2008-08-25Because the filter tests take non-zero time to pass, it's possible for one ofMalcolm Tredinnick
2008-08-25Fixed #8547 -- Corrected the breadcrumb display in the object_history.html te...Brian Rosner
2008-08-25Fixed #8499 -- Corrected a couple of instances of where the CSS class name er...Brian Rosner
2008-08-25Fixed a bad link in topics/db/models.txtJacob Kaplan-Moss
2008-08-25Fixed #8539: fixed PEP references. Thanks, carljm.Jacob Kaplan-Moss
2008-08-25Fixed #5591: corrected info about variables in `trans` tag. Thanks, idangazit.Jacob Kaplan-Moss
2008-08-25Fixed #8425: removed the independant nations of Palau, Marshall Islands, and ...Jacob Kaplan-Moss
2008-08-25Updated `TimeInput` changes from [8491] to allow time widgets to be used with...Jacob Kaplan-Moss
2008-08-25Removed outdated "adminindex" command -- the same behavior is now far easier ...Jacob Kaplan-Moss
2008-08-25Fixed #8519: report the correct class in databrowse's `AlreadyRegistered` err...Jacob Kaplan-Moss
2008-08-25Fixed #8285: signal handlers that aren't functions work under DEBUG. This sli...Jacob Kaplan-Moss
2008-08-25Fixed get_or_create test case for Oracle by re-raising the more specific Inte...Matt Boersma
2008-08-25Fixed #8379: the admin user change form now properly validates the username. ...Jacob Kaplan-Moss
2008-08-25Fixed #8344: make User.get_profile() work when settings.AUTH_PROFILE_MODULE i...Jacob Kaplan-Moss
2008-08-25Fixed #7833: the user creation form now works when password1 isn't set.Jacob Kaplan-Moss
2008-08-25Converted some images in the docs that claimed to be PNGs, but weren't.Jacob Kaplan-Moss
2008-08-25Fixed a handful of typo/markup problems in the docs. Patch from Daniel Roseman.Jacob Kaplan-Moss
2008-08-25Fixed #8529 -- Added Petr Lewandowski to the AUTHORS file.Malcolm Tredinnick
2008-08-25Fixed #8242: handle `foo.*` consistantly in INSTALLED_APPS.Jacob Kaplan-Moss
2008-08-25Fixed #7317: the x-view middleware is no longer enabled by default.Jacob Kaplan-Moss
2008-08-25Fixed #3575: use UPPER() instead ILIKE for postgres case-insensitive comparis...Jacob Kaplan-Moss
2008-08-25Fixed #7743: Reverted [8483], which was itself a reversion of [8481], after c...Russell Keith-Magee
2008-08-25Fixed #8517 - updated Polish translations. Thanks, Piotr Lewandowski.Jarek Zgoda
2008-08-25Fixed #7460 -- Made the "cache" template tag always generate keys that can beMalcolm Tredinnick
2008-08-25Fixed #7464 -- Fixed the psycopg2 backend to handle SafeString values asMalcolm Tredinnick
2008-08-25Fixed #7496 -- It's now possible to pickle SortedDicts with pickle protocol 2Malcolm Tredinnick
2008-08-25Improved the regression test in [8460] a bit, based on some information fromMalcolm Tredinnick
2008-08-25Fixed #8522 -- Allow app_index to take extra_context to be consistent with th...Brian Rosner
2008-08-25Fixed #7888 -- Handle model inheritance with model formsets correctly. Thanks...Brian Rosner
2008-08-25Fixed #8491 -- Allow settings.LOCALE_PATH to be any sequence, not just a tuple.Malcolm Tredinnick
2008-08-25Fixed #8510 -- Allow both strings (mostly for the admin) and integers to beMalcolm Tredinnick
2008-08-25Fixed #7195 -- Fixed the validation of MultipleChoice fields so that they canMalcolm Tredinnick
2008-08-25Added Kevin McConnell to AUTHORS (fixed #8524). Also turned Julia Elman into ...Malcolm Tredinnick