summaryrefslogtreecommitdiff
path: root/tests/regressiontests
AgeCommit message (Expand)Author
2011-08-28Fixed #15525 -- Custom template tags loading breaks whenever templatetags is ...Chris Beaven
2011-08-26Further improved on the work done in r16622 by making the help text icons loo...Julien Phalip
2011-08-25Fixed #16677 -- Fixed the future version of the ssi template tag to work with...Julien Phalip
2011-08-24Fixed #15837. Consolidated all the locaflavor tests into a single, logical, p...Julien Phalip
2011-08-23Reverted r16662 -- There are bunch of problems with this patch, including fai...Russell Keith-Magee
2011-08-23Fixed a broken test from r16656.Malcolm Tredinnick
2011-08-23Fixed #16202 -- Added a Slovenian localflavor. Thanks to Jure Cuhalev <gandal...Russell Keith-Magee
2011-08-23Fixed #15315 -- Added support for the 'widget' argument to modelform_factory....Russell Keith-Magee
2011-08-23Fixed #15499 -- Ensure that cache control headers don't try to set public and...Russell Keith-Magee
2011-08-23Fixed an isnull=False filtering edge-case. Fixes #15316.Malcolm Tredinnick
2011-08-23Fixed #15838 -- Promoted assertFieldOutput to a general test utility. Thanks ...Russell Keith-Magee
2011-08-23Fixed #10571 -- Factored out the payload encoding code to make sure it is use...Russell Keith-Magee
2011-08-23Fixed #16672 -- Ensure that test classes decorated with @override_setings get...Russell Keith-Magee
2011-08-22Fixed #14876 -- Ensure that join promotion works correctly when there are nul...Russell Keith-Magee
2011-08-17Fixed #8190 -- Added support for a field's help text to the tabular admin inl...Jannis Leidel
2011-08-15Fixed #15206 -- Added select_related call to the permissions field of the Gro...Jannis Leidel
2011-08-13Fixed #14695 -- Stopped model fields from incorrectly overwriting the field n...Jannis Leidel
2011-08-13Fixed #14503 -- Unified multiple implementations of test cases assert* method...Ramiro Morales
2011-08-12Fixed #11559 -- Fixed the URL resolver to be able to handle captured paramete...Jannis Leidel
2011-08-12Fixed #9847 -- Added 403 response handler. Many thanks to kgrandis, adamnelso...Jannis Leidel
2011-08-12Fixed #5831 -- Made sure the ForNode reports the correct source of an excepti...Jannis Leidel
2011-08-12Fixed #10405 -- Raise a more useful error if the formfield of a related model...Jannis Leidel
2011-08-12Fixed #15907 -- Fixed another conflict between the ModelForm exclude and the ...Jannis Leidel
2011-08-12Fixed #14496 -- Fixed conflict between ModelForm exclude and ModelAdmin reado...Jannis Leidel
2011-08-12Fixed #16604 -- Use new save_related hook when saving objects on the changeli...Jannis Leidel
2011-08-12Fixed #16584 -- Fixed a bunch of typos in code comments. Thanks, Bernhard Essl.Jannis Leidel
2011-08-11Fixed #15252 -- Added static template tag and CachedStaticFilesStorage to sta...Jannis Leidel
2011-08-10Made override_settings also work with TransactionTestCase when acting as a cl...Ramiro Morales
2011-08-08Added fixtures files missing from [16590].Ramiro Morales
2011-08-07Fixed #3615: Added support for loading fixtures with forward references on da...Karen Tracey
2011-08-01Fixed #16542 -- Made Raw ID form widgets shipped with the admin app render th...Ramiro Morales
2011-07-29Fixed #14288 -- Fixed linebreaksbr template filter to normalize newlines firs...Jannis Leidel
2011-07-29Fixed #16497 -- Added new form and model fields to the Mexican local flavor. ...Jannis Leidel
2011-07-29Fixed #8013 -- Added Columbian and Ecuadorian local flavor. Thanks, ikks and ...Jannis Leidel
2011-07-29Fixed #16101 -- Added parameters to SingleObjectMixin to override the name of...Jannis Leidel
2011-07-29Fixed #16326 -- Fixed re-pickling of unpickled TemplateResponse instances. Th...Jannis Leidel
2011-07-29Fixed #16533 -- Stopped the memcache cache backend from raising an exception ...Jannis Leidel
2011-07-25Add some simple regression tests for the truncatechars filter. Refs #16510.Chris Beaven
2011-07-17Fixed #16480 -- Modified test added in r16522 so it doesn't use a query not s...Ramiro Morales
2011-07-14Fixed #5025 -- Add a "truncatechars" template filter. Many thanks to Chris Be...Jannis Leidel
2011-07-13Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...Jannis Leidel
2011-07-10Fixed #16447 -- Stopped using the setting name as the sender parameter for th...Jannis Leidel
2011-07-10Fixed a typo in the `multiple_database` tests. Thanks Jim Dalton.Ramiro Morales
2011-07-08Fixed typos in admin_views tests XML fixtures.Ramiro Morales
2011-07-08Fixed bug with our SimpleCookie regarding load/custom Morsel, and simplified ...Luke Plant
2011-07-08FIlter warnings about deprecated syntax of the `url` template tag in recently...Ramiro Morales
2011-07-07Fixed #16409 -- Fixed an error condition when using QuerySet only()/defer() o...Ramiro Morales
2011-07-06Fixed #16424 -- Fixed regression in collect static management command introdu...Jannis Leidel
2011-07-05Rolled back r16510, r16513 and r16514 because it wasn't ready.Jannis Leidel
2011-07-05Removed left over print statement.Jannis Leidel