summaryrefslogtreecommitdiff
path: root/tests/regressiontests
AgeCommit message (Expand)Author
2012-03-22Fixed #17937 -- Avoided an error in the timeuntil filter when it receives a d...Aymeric Augustin
2012-03-21Fixed #17920 -- Actually pass the full path of a newly created project or app...Jannis Leidel
2012-03-19Fixed #17932 -- Tweaked the admin_changelist tests because Oracle doesn't lik...Aymeric Augustin
2012-03-18Fixed #17931 -- Accepted aware datetimes to set cookies expiry dates. Thanks ...Aymeric Augustin
2012-03-17Fixed #16138 -- Made FormMixin get_initial return a copy of the 'initial' cla...Claude Paroz
2012-03-17Fixed #17828 -- Ensured that when a list filter's `queryset()` method fails, ...Julien Phalip
2012-03-17Fixed #17918 - Handle proxy models correctly when sorting deletions for datab...Carl Meyer
2012-03-16Reorganized proxy-delete tests for easier addition of new tests. Refs #16128.Carl Meyer
2012-03-16Ensured that some staticfiles tests get properly cleaned up on teardown. Than...Julien Phalip
2012-03-15Added a `with_statement` import to a test for Python 2.5 compatibility.Julien Phalip
2012-03-15Fixed #17838 - prefetch_related fails for GenericForeignKeys when related obj...Luke Plant
2012-03-15Reverted r16386 because it replaced a brittle method with another not lessRamiro Morales
2012-03-14Tweaked tests from r17702 to run only when using sqlite3 DB(s).Ramiro Morales
2012-03-13Fixed #17895 -- Made override_settings send the setting_changed signal both w...Aymeric Augustin
2012-03-13Fixed #16329 -- Fixed detection of transaction-handling capabilities when all...Ramiro Morales
2012-03-13Fixed #17768 -- Add a comment about an expected failure in generic_views testsClaude Paroz
2012-03-13Fixed #17857 -- Stopped CachedStaticFilesStorage from creating absolute URLs ...Jannis Leidel
2012-03-13Fixed #17865 -- Strip whitespaces from the paths when using the CachedStaticF...Jannis Leidel
2012-03-12Fixed #17861 -- Took care of special characters when creating the staticfiles...Jannis Leidel
2012-03-12Edited some docs and docstrings until [17685]Adrian Holovaty
2012-03-12Fix #17879: Corrected regression in python (inherited by yaml and json) seria...Karen Tracey
2012-03-10Fixed #17327 (again) -- Moved createsuperuser tests added in r17665.Ramiro Morales
2012-03-09Removed executable bits from some files that don't need them.Ramiro Morales
2012-03-05Fixed #17830 -- Modified list_filter on DateTimeFields to account for the new...Aymeric Augustin
2012-03-05Added change forgotten in r17668.Aymeric Augustin
2012-03-05Enabled the existing admin Selenium tests to be run with Internet Explorer. N...Julien Phalip
2012-03-05Fixed #16128 - Correctly cascade-delete proxy models as if they were the conc...Carl Meyer
2012-03-04Fix staticfiles_tests.TestCollectionCachedStorage.test_post_processing so it ...Karen Tracey
2012-03-04Made the Selenium tests for the admin horizontal/vertical filter widgets a bi...Julien Phalip
2012-03-04Added more thorough Selenium tests for the admin horizontal/vertical filter w...Julien Phalip
2012-03-03Fixed #17717 (again) -- Used the new API for concrete models added in r17573....Jannis Leidel
2012-03-03Fixed #17717 -- Fixed serialization of proxy models. Thanks, Anssi Kääriäi...Jannis Leidel
2012-03-03Fixed a typo in r17638.Aymeric Augustin
2012-03-03Modified a test added in r17508 to not run under Oracle.Ramiro Morales
2012-03-03Fixed #17198 -- Ensured that a deterministic order is used across all databas...Julien Phalip
2012-03-02Fixed #17817 -- Modified LocalMiddleware to use full URLs when redirecting to...Jannis Leidel
2012-03-02Edited stuff from [17543] to [17629]Adrian Holovaty
2012-03-02Fixed #16842 -- Modified the RedirectView to correctly handle query strings w...Jannis Leidel
2012-03-02Fixed #17806 -- Fixed off-by-n error in the CachedStaticFilesStorage that pre...Jannis Leidel
2012-03-02Fixed #17734 -- Made sure to only redirect translated URLs if they can actual...Jannis Leidel
2012-03-02Fixed test cases that generate their own settings file.Paul McMillan
2012-03-01Fixed #17737 -- Stopped the collectstatic management command from copying the...Jannis Leidel
2012-02-27Modified tests introduced in r15452 to not run 31 test cases twice. Thanks Ju...Ramiro Morales
2012-02-23Added some Selenium tests for the admin's filter_horizontal and filter_vertic...Julien Phalip
2012-02-22Enabled the admin selenium tests to run on Chrome.Julien Phalip
2012-02-22Don't let ALLOWED_INCLUDE_ROOTS be accidentally set to a string rather than a...Chris Beaven
2012-02-21Fixed #17660 -- Standardize extends tag token parsingChris Beaven
2012-02-19Fixed #13068 (again) -- Corrected the admin stacked inline template to allow ...Julien Phalip
2012-02-18Fixed #17720 -- Stopped the LocaleMiddleware from overeagerly using the reque...Jannis Leidel
2012-02-18Prevented the generic views from automatically creating a HEAD method when th...Aymeric Augustin