summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-12-17Fixed #12393 -- Parameterized the form output in the testGenericInlineFormset...Russell Keith-Magee
2009-12-17Fixed #11753 - Q objects with callables no longer explode on Python 2.4. Than...Jacob Kaplan-Moss
2009-12-17Fixed #12395 - fixed test suite flushing problems on Postgres, MySQL.Jacob Kaplan-Moss
2009-12-17Fixed #12390 -- `Distance` and `Area` objects now support multiplication when...Justin Bronn
2009-12-17Fixed #399: Added big integer field. Thanks to Tomáš Kopeček for persisten...Karen Tracey
2009-12-17Updated BaseGenericInlineFormSet to match the changes made to BaseInlineFormS...Russell Keith-Magee
2009-12-16Fixed #12384: fixed a Python 2.4 incompatibility introduced in [11863].Jacob Kaplan-Moss
2009-12-16Fixed #12389 - performance enhancement of get_models()Luke Plant
2009-12-16Polish translation updated (still missing some GIS-related things)Jarek Zgoda
2009-12-16Fixed #12385: Made built-in field type descriptions in admindocs translatable...Karen Tracey
2009-12-16Cleaned up some stray text in the test from r11874. Thanks to Rob Hudson for ...Russell Keith-Magee
2009-12-16Fixed #10263 -- Added a queryset argument to BaseInlineFormSet, normalizing w...Russell Keith-Magee
2009-12-14Made the message strings added in r11837 visible to makemessages. Refs #12281.Karen Tracey
2009-12-14Fixed #7052 -- Added support for natural keys in serialization.Russell Keith-Magee
2009-12-14Fixed #6262 -- Added a cached template loader, and modified existing template...Russell Keith-Magee
2009-12-14Fixed #12367 -- Modified test urls to avoid the DeprecationWarning caused by ...Russell Keith-Magee
2009-12-13Converted regressiontests/forms/fields.py to unittestsBrian Rosner
2009-12-13Fixed #10969: Made US State field a CharField, fixing a few oddities in its b...Karen Tracey
2009-12-13Fixed #10646: `cache.incr()` and `decr()` now fail consistantly under python-...Jacob Kaplan-Moss
2009-12-13Fixed #10326: handler500 and handler404 may now be callables. Thanks, dcwatso...Jacob Kaplan-Moss
2009-12-13Fixed #12215: Added len to ModelChoiceIterator. Thanks Alex and Tobias.Karen Tracey
2009-12-13Fixed a reST error from [11843] and added a versionadded directive.Jacob Kaplan-Moss
2009-12-13Fixed #12368: Fixed order-dependent messages test that was failing on MySQL/M...Karen Tracey
2009-12-13Added tet runner tests mistakenly left out of r11843. Refs #11613.Karen Tracey
2009-12-13Fixed #12146: Corrected Canadian postal code validation. Thanks paulschreibe...Karen Tracey
2009-12-13Fixed #11613: Added a failfast option for test running. Thanks jukvalim and ...Karen Tracey
2009-12-13Apply doc addition that somehow was left out of r11833. Refs #7977.Karen Tracey
2009-12-12Update an email address in AUTHORS.Karen Tracey
2009-12-12Fixed #12218: Added some helpful messages when Go is pressed in admin actions...Karen Tracey
2009-12-12Fixed #11632: Fixed a test broken by r11826 that relied on the exact (invalid...Karen Tracey
2009-12-12Fixed #7977: Fixed admindocs to use docstrings instead of a static array to l...Karen Tracey
2009-12-12Removed a left-over empty test directory -- the perils of git-svn, apparently.Jacob Kaplan-Moss
2009-12-12Fixed #3512: it's now possible to add CSS hooks to required/erroneous form ro...Jacob Kaplan-Moss
2009-12-12Fixed the tests I broke with [11824].Jacob Kaplan-Moss
2009-12-12Fixed #11632: Fixed the id for hidden initial widget so that it is different ...Karen Tracey
2009-12-12FIxed #10130: you may now delete attributes on `settings`. Thanks, jcassee.Jacob Kaplan-Moss
2009-12-12Fixed #11972: Corrected title filter handling of numbers followed by letters....Karen Tracey
2009-12-12Fixed edge case that breaks the test suite on versions of Python > 2.6.4Brian Rosner
2009-12-12Adjusted URL to #django IRC logsBrian Rosner
2009-12-12Fixed #11874 -- Optimizations and cleanups for SortedDict. Thanks to Alex Gay...Russell Keith-Magee
2009-12-12Fixed #12362 -- Corrected Python 2.4 incompatibility with hmac constructor in...Russell Keith-Magee
2009-12-11Polish translation updatedJarek Zgoda
2009-12-10Fixed #12349: Added missing unquote in admin history view. Thanks for the rep...Karen Tracey
2009-12-10Fixed #11010 - Add a foundation for object permissions to authentication back...Jannis Leidel
2009-12-09Implemented 'smart if' template tag, allowing filters and various operators t...Luke Plant
2009-12-09Fixed #4604 - Configurable message passing system, supporting anonymous usersLuke Plant
2009-12-09Optimised use of 'in' operator on QuerySet using an explicit __contains__ met...Luke Plant
2009-12-09Added section info on top-level use of django.conf.settings to 'contributing'...Luke Plant
2009-12-09Fixed #12340 -- `BaseGenericInlineFormSet.get_queryset` now returns an ordere...Justin Bronn
2009-12-09Fixed #12336 - infinite recursion in dir(UserSettingsHolder)Luke Plant