summaryrefslogtreecommitdiff
path: root/tests/modeltests
AgeCommit message (Expand)Author
2012-11-27Fixed #19362 -- Detected invalid use of @python_2_unicode_compatible.Aymeric Augustin
2012-11-25Fixed two typos.Aymeric Augustin
2012-11-23Fixed #18375 -- Removed dict-ordering dependency for F-expressionsAnssi Kääriäinen
2012-11-08Merged pagination testsClaude Paroz
2012-11-04Fixed #18949 -- Fix broken test interactions in ModelForms testsAnton I. Sipos
2012-11-04Fixed #18949 -- Improve performance of model_to_dict with many-to-manyAnton I. Sipos
2012-11-04Fixed #5805 -- it is now possible to specify multi-column indexes. Thanks to ...Alex Gaynor
2012-11-02Fixed #15361 - Documented performance considerations for QuerySet.get()Tim Graham
2012-10-29Fixed #17991 - prefetch_related fails with GenericRelation and varchar ID fieldLuke Plant
2012-10-26Avoid dependence on exact Python exception messagesIan Clelland
2012-10-25Fixed 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
2012-08-15Fixed usage of several deprecated aliases in unittest.Alex Gaynor
2012-08-15Use a name that exists in both python2 and 3,Alex Gaynor
2012-08-15[py3] Fixed uses of __metaclass__ in tests.Aymeric Augustin
2012-08-14[py3] Fixed modeltests.model_forms tests.Chris Lawlor
2012-08-14[py3] Fixed serializers testsClaude Paroz
2012-08-14[py3] Compared response.content with bytes.Aymeric Augustin
2012-08-12Fixed #18306 -- Made deferred models issue update_fields on saveAndrei Antoukh
2012-08-12[py3] Refactored __unicode__ to __str__.Aymeric Augustin
2012-08-12[py3] Replaced some __str__ methods by __unicode__Aymeric Augustin
2012-08-12[py3] Removed redundant __str__ methods.Aymeric Augustin
2012-08-11Decorated some tests that require tz support.Karen Tracey
2012-08-11[py3] Various minor syntax fixes in the test suiteClaude Paroz
2012-08-11[py3] Used six.StringIO to simulate stdout buffer in testsClaude Paroz
2012-08-08[py3] Used compatible imports of StringIO.Aymeric Augustin
2012-08-07Fix a test that relied on an exception outliving the `except` block, which do...Alex Gaynor
2012-08-07[py3] Ported django.utils.encoding.Aymeric Augustin