summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2009-12-22Fixed #9289 - Added Swedish localflavor. Thanks to Andreas Pelme, Ludvig Eric...Jannis Leidel
2009-12-22Fixed #342 -- added readonly_fields to ModelAdmin. Thanks Alex Gaynor for boo...Brian Rosner
2009-12-22Fixed #7980 - Improved i18n framework to support locale aware formatting (dat...Jannis Leidel
2009-12-22Tweaked the model_formsets test to work around a weird sorting problem betwee...Russell Keith-Magee
2009-12-22Fixed #1142 -- Added multiple database support.Russell Keith-Magee
2009-12-22Fixed #11936 -- Removed deferred models from the list returned by the app_cac...Russell Keith-Magee
2009-12-22Corrected the tests for DjangoTestRunner so they pass under Postgres.Russell Keith-Magee
2009-12-21Fixed #12409 -- Corrected some documentation typos in the docs on raw queryse...Russell Keith-Magee
2009-12-20Fixed #11863: added a `Model.objects.raw()` method for executing raw SQL quer...Jacob Kaplan-Moss
2009-12-19Fixed #10927 - Content Types shortcut view throws 500s instead of 404sLuke Plant
2009-12-19Fixed #12251 - QuerySet.in_bulk() should accept set/frozensetLuke Plant
2009-12-19Fixed #6961 - loaddata fails if models is a package instead of a moduleLuke Plant
2009-12-18Fixed #9749 - Added hook to ModelAdmin for specifying custom ChangeLists. Tha...Jannis Leidel
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 #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-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-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 #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-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-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 #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-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-09Fixed #12340 -- `BaseGenericInlineFormSet.get_queryset` now returns an ordere...Justin Bronn
2009-12-02Refs #11109 -- Touched some whitespace so Trac will display some files correc...Russell Keith-Magee
2009-11-20Added an explicit test showing that field errors are correctly autoescaped.Jacob Kaplan-Moss
2009-11-20Fixed #12245 -- Corrected target app handling for auto-generated m2m models w...Russell Keith-Magee
2009-11-19Corrected a regression in validation of admin fieldsets with nested definitio...Russell Keith-Magee
2009-11-19Fixed #12242 -- Corrected a problem with masking extra selects() in a DateQue...Russell Keith-Magee
2009-11-19Fixed #11243 -- Ensured that bash_completion output is emitted in sorted orde...Russell Keith-Magee
2009-11-18Added tests for the bash completion script from [11526]. Thanks to Eric Holsc...Russell Keith-Magee