summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2010-09-12Migrated get_object_or_404 doctests. Thanks to Alex Gaynor.Russell Keith-Magee
2010-09-12Migrate get_latest doctests. Thanks to Alex Gaynor.Russell Keith-Magee
2010-09-12Migrated the force_insert_update tests. Thanks to Alex Gaynor.Russell Keith-Magee
2010-09-12Migrate the files doctests. Thanks to Alex Gaynor.Russell Keith-Magee
2010-09-12Migrated the field_subclsasing doctests. Thanks to Alex Gaynor.Russell Keith-Magee
2010-09-12Migrated i18n and field_defaults doctests. Thanks to Alex Gaynor.Russell Keith-Magee
2010-09-12Migrated delete doctests. Thanks to Alex Gaynor.Russell Keith-Magee
2010-09-12Migrated defer doctests. Thanks to Alex Gaynor.Russell Keith-Magee
2010-09-12Migrated custom_pk doctests. Thanks to Alex Gaynor.Russell Keith-Magee
2010-09-12Migrated custom_methods doctests. Thanks to Alex Gaynor.Russell Keith-Magee
2010-09-12Migrated the custom_managers tests. Thanks to Alex Gaynor.Russell Keith-Magee
2010-09-12Fixed #9015 -- added a signal decorator for simplifying signal connectionsBrian Rosner
2010-09-12Fixed #13702 -- Made sure to actually fall back to the l10n format strings pr...Jannis Leidel
2010-09-12Debug 404 page now displays names of URL patterns, if they exist.Malcolm Tredinnick
2010-09-12Add warning when using cache keys that might not work with memcached.Malcolm Tredinnick
2010-09-12Migrated the custom_columns doctests to unit tests. Thanks to Alex Gaynor.Russell Keith-Magee
2010-09-11Fixed #13390 -- `SplitDateTimeWidget` now recognizes when it's no longer requ...Justin Bronn
2010-09-11Fixed #13149 -- The admin `ForeignKeyRawIdWidget` now properly handles non-in...Justin Bronn
2010-09-11Add option to redirect_to view to allow passing along the query stringMalcolm Tredinnick
2010-09-11Fixed #13599 -- No longer embed hidden `<td>` elements in `ChangeList` that c...Justin Bronn
2010-09-11Improved unicode-type, ASCII-convertible header handling inMalcolm Tredinnick
2010-09-11Fixed #11905: Raise an error on model form creation if a non-existent field w...Karen Tracey
2010-09-11Adjust AdminDocTests to run after r13728. Also match comments to tests and ad...Karen Tracey
2010-09-10Fixed a test so that it actually tests what it's supposed to test.Luke Plant
2010-09-10Fixed #14235 - UnicodeDecodeError in CSRF middlewareLuke Plant
2010-09-10Fixed #13095 -- `formfield_callback` keyword argument is now more sane and wo...Justin Bronn
2010-09-10Converted doctest to unittest. Patch by Alex Gaynor.Jannis Leidel
2010-09-10Pass commit=False to loaddata in tests, which will keep the DB connection ope...Karen Tracey
2010-09-10Fixed #11158 - get_image_dimensions very slow/incorrect after 1 callLuke Plant
2010-09-10Fixed #14246: Modified aggregation_regress tests so that they will pass on a ...Karen Tracey
2010-09-10Fixed some of the problems with aggregation_regress tests on higher levles of...Karen Tracey
2010-09-10Adding related objects in the admin (via popup) respects userMalcolm Tredinnick
2010-09-09Patch CSRF-protection system to deal with reported security issue. Announceme...James Bennett
2010-09-07Fixed #13081 - Admin actions lose get-parameters in changelist viewLuke Plant
2010-09-07Fixed #13475 - for tag raises an exception when trying to unpack a non-iterab...Luke Plant
2010-08-31Fixed #14199 -- Added a missing table creation statement in the db cache back...Russell Keith-Magee
2010-08-30Fixed #13798 -- Added connection argument to the connection_created signal. T...Russell Keith-Magee
2010-08-30Fixed #14162 - Dumpdata needs an option to use the base manager instead of th...Luke Plant
2010-08-27Fixed #14116 -- Added a flag to enable CSRF checks in the test client. Thanks...Russell Keith-Magee
2010-08-24Fixed #14159 -- Corrected more potential uses of relative paths in tests. Tha...Russell Keith-Magee
2010-08-23Fixed #14155 -- Refactored another doctest suite and call to flush. Thanks to...Russell Keith-Magee
2010-08-21Fixed #13140 -- Ensure that request headers are preserved through redirect ch...Russell Keith-Magee
2010-08-21Fixed #14148 -- Ensure the admin_script tests always use an absolute path; Py...Russell Keith-Magee
2010-08-20Fixed #12574 -- Removed an unnecessary exception catch from the system runtes...Russell Keith-Magee
2010-08-20Fixed #13895 -- Refactored aggregation_regress doctests. Thanks to Alex Gayno...Russell Keith-Magee
2010-08-20Fixed #14068 -- Corrected error handling in loaddata when an allow_syncdb met...Russell Keith-Magee
2010-08-19Fixed #14123 -- Made AdminDocs tests optional, based on the availability of d...Russell Keith-Magee
2010-08-17Fixed #14102 -- Ensure that fields that have been excluded from a form aren't...Russell Keith-Magee
2010-08-14Added file missing from r13590.Russell Keith-Magee
2010-08-14Fixed #5350 -- Added fallback to default 404/500 handlers when they're not ex...Russell Keith-Magee