summaryrefslogtreecommitdiff
path: root/tests/regressiontests
AgeCommit message (Expand)Author
2012-04-20Fixed #17615 -- Corrected unique field validation when using multitable inher...Anssi Kääriäinen
2012-04-14Converted more test assertions to assert[Not]Contains.Claude Paroz
2012-04-12Fixed #18002 -- Fixed typo in attribute name in ReverseSingleRelatedObjectDes...Claude Paroz
2012-04-11Fixed #18027 -- Removed an HTMLParser test that doesn't raise any more in rec...Claude Paroz
2012-04-11Fixed #18071 -- Ignored case sensitivity in urlize utility. Thanks luke@creat...Claude Paroz
2012-04-10Fixed #17229 -- Allow 'True', 'False' and 'None' to resolve to the correspond...Aymeric Augustin
2012-04-10Fixed #18087 -- Prevented date-based generic views from loading entire tables...Aymeric Augustin
2012-04-10Made the caching of related and reverse related objects consistent in OneToOn...Aymeric Augustin
2012-04-09Fixed #17864 -- Added Hong Kong localflavor. Thanks to mrkschan and Adrien Le...Julien Phalip
2012-04-09Fixed #17848 -- Added setting_changed signal for cases when TEMPLATE_CONTEXT_...Claude Paroz
2012-04-09Fixed #18086 -- Restored '-pk' as the default order in the admin changelist. ...Julien Phalip
2012-04-09Fixed #17877 -- Ensured that extra WHERE clauses get correctly ANDed when the...Julien Phalip
2012-04-08Fixed #18035 -- Removed deprecated AdminMediaHandler, as per official depreca...Claude Paroz
2012-04-07Fixed #15683 -- Prevented escaped string to be needlessly marked safe twice i...Claude Paroz
2012-04-06Fixed #16074 -- Added ContextMixin to class-based generic views to handle get...Claude Paroz
2012-04-05Fixed #15644 -- Improved Django File wrapper to support more file-like object...Claude Paroz
2012-04-05Fixed #17938 -- Made explicit object ordering in LiveServerDatabase test asse...Claude Paroz
2012-03-31Fixed #18040 -- Removed so-called project-level locale trees from the list of...Ramiro Morales
2012-03-31Removed some more useless code related to the verify_exists removal.Claude Paroz
2012-03-31Fixed #17972 -- Ensured that admin filters on a foreign key respect the `to_f...Julien Phalip
2012-03-31Removed some more imports/warnings useless after recent removals.Claude Paroz
2012-03-31Removed deprecated tests missed in r17839.Aymeric Augustin
2012-03-31Removed deprecated URLField.verify_exists.Aymeric Augustin
2012-03-31Extended TrailingSlashURLTests to cover STATIC_URL as well as MEDIA_URL.Aymeric Augustin
2012-03-31Required that the MEDIA_URL and STATIC_URL settings end with a slash, per the...Aymeric Augustin
2012-03-31Removed the deprecated reset and sqlreset management commands.Aymeric Augustin
2012-03-31Removed deprecated DjangoTestRunner.Aymeric Augustin
2012-03-31Fixed #18029 -- Removed mod_python as of deprecation process. Thanks Aymeric ...Claude Paroz
2012-03-31Fixed #17965 -- Definitely dropped support for Python 2.5. Thanks jonash for ...Claude Paroz
2012-03-30Removed some Python < 2.6 compatibility code. Refs #17965.Aymeric Augustin
2012-03-30Use the class decorator syntax available in Python >= 2.6. Refs #17965.Aymeric Augustin
2012-03-30Removed with_statement imports, useless in Python >= 2.6. Refs #17965. Thanks...Claude Paroz
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