summaryrefslogtreecommitdiff
path: root/tests/modeltests
AgeCommit message (Expand)Author
2013-02-25[1.5.x] Changed testing strategy used in 6b03179e.Aymeric Augustin
2013-02-24[1.5.x] Fixed #19688 -- Allow model subclassing with a custom metaclass using...Simon Charette
2013-02-23[1.5.x] Fixed #19895 -- Made second iteration over invalid queryset raise an ...Grzegorz Nosek
2013-02-08[1.5.x] Cleaned up some lingering signals in the test suite that were causing...Julien Phalip
2013-02-06[1.5.x] Fixed a typo in the test suite that was causing some spurious failure...Julien Phalip
2013-01-23[1.5.x] Fixed #19652 -- Fixed .none() regression in related fieldsAnssi Kääriäinen
2013-01-08[1.5.x] Updated deprecated test assertionsClaude Paroz
2013-01-02[1.5.x] Minor fixes in the known_related_objects tests.Aymeric Augustin
2013-01-02[1.5.x] Fixed #19547 -- Caching of related instances.Aymeric Augustin
2012-12-29[1.5.x] Fixed autopk issue in testsAnssi Kääriäinen
2012-12-27[1.5.x] Fixed #19525 -- Reverted dcd4383107 and 05d333ba3b.Aymeric Augustin
2012-12-24[1.5.x] Use new TestCase methods for equality comparisonsIan Clelland
2012-12-19[1.5.x] Fixed #18172 -- Made models with __iter__ usable in ModelMultipleChoi...Patryk Zawadzki
2012-12-12[1.5.x] Fixed #19432 -- Provided better error message for get_object_or_404Claude Paroz
2012-12-08[1.5.x] Removed US localflavor-specific tests from coreClaude Paroz
2012-12-08[1.5.x] Fixed #19357 -- Allow non-ASCII chars in filesystem pathsClaude Paroz
2012-11-27[1.5.x] Fixed #19362 -- Detected invalid use of @python_2_unicode_compatible.Aymeric Augustin
2012-11-25[1.5.x] Fixed two typos.Aymeric Augustin
2012-11-23[1.5.x] Fixed #18375 -- Removed dict-ordering dependency for F-expressionsAnssi Kääriäinen
2012-11-09[1.5.x] Merged pagination testsClaude Paroz
2012-11-04[1.5.x] Fixed #18949 -- Fix broken test interactions in ModelForms testsAnton I. Sipos
2012-11-04[1.5.x] Merge pull request #495 from aisipos/ticket_18949Alex Gaynor
2012-11-04[1.5.x] Fixed #5805 -- it is now possible to specify multi-column indexes. Th...Alex Gaynor
2012-11-02[1.5.X] Fixed #15361 - Documented performance considerations for QuerySet.get()Tim Graham
2012-10-29[1.5.x] Fixed #17991 - prefetch_related fails with GenericRelation and varcha...Luke Plant
2012-10-26[1.5.x] Avoid dependence on exact Python exception messagesIan Clelland
2012-10-25[1.5.x] Fixed timezone tests when dict randomization is onAymeric Augustin
2012-10-24Fixed a DeprecationWarning under Python 3.Aymeric Augustin
2012-10-10Revert "Fixed #16211 -- Added comparison and negation ops to F() expressions"Anssi Kääriäinen
2012-10-10Revert "Splitted expressions tests into smaller methods"Anssi Kääriäinen
2012-10-09Fixed #17867 -- Made email validation pass with IDN domainsClaude Paroz
2012-10-09Moved some email validation tests to validators testsClaude Paroz
2012-10-09Improved assertion error messages in validators testsClaude Paroz
2012-10-03Fixed #14567 -- Made ModelMultipleChoiceField return EmptyQuerySet as empty v...Stephen Burrows
2012-10-02Fixed #19049 -- Ensure that swapped models aren't included in reverse field c...Russell Keith-Magee
2012-09-30Splitted expressions tests into smaller methodsAnssi Kääriäinen
2012-09-30Fixed #16211 -- Added comparison and negation ops to F() expressionsAnssi Kääriäinen
2012-09-28Fixed #18676 -- Allow fast-path deletion of objectsAnssi Kääriäinen
2012-09-26Fixed #17899 -- Rewrote [Ee]-mail to [Ee]mailAdrien Lemaire
2012-09-26Fixed #3011 -- Added swappable auth.User models.Russell Keith-Magee
2012-09-19Revert "Fixed #16865 -- Made get_or_create use read database for initial get ...Carl Meyer
2012-09-19Fixed #16865 -- Made get_or_create use read database for initial get query.Carl Meyer
2012-09-07[py3k] Silence many warnings while running the tests.Alex Gaynor
2012-09-07Cleaned up some small bits of the ORM, including removing an import *.Alex Gaynor
2012-09-01Fixed #18212 -- Standardized arguments of GenericIPAddressFieldClaude Paroz
2012-08-29Removed unnecessary bytes prefix for ContentFileClaude Paroz
2012-08-16[py3] Fixed the str tests.Aymeric Augustin
2012-08-15[py3] Fixed paginator tests.Florian Apolloner
2012-08-15[py3] Removed map() calls used for side-effects onlyAnssi Kääriäinen
2012-08-15Made the validation tests python3 friendly.Alex Gaynor