index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
modeltests
Age
Commit message (
Expand
)
Author
2012-11-27
Fixed #19362 -- Detected invalid use of @python_2_unicode_compatible.
Aymeric Augustin
2012-11-25
Fixed two typos.
Aymeric Augustin
2012-11-23
Fixed #18375 -- Removed dict-ordering dependency for F-expressions
Anssi Kääriäinen
2012-11-08
Merged pagination tests
Claude Paroz
2012-11-04
Fixed #18949 -- Fix broken test interactions in ModelForms tests
Anton I. Sipos
2012-11-04
Fixed #18949 -- Improve performance of model_to_dict with many-to-many
Anton I. Sipos
2012-11-04
Fixed #5805 -- it is now possible to specify multi-column indexes. Thanks to ...
Alex Gaynor
2012-11-02
Fixed #15361 - Documented performance considerations for QuerySet.get()
Tim Graham
2012-10-29
Fixed #17991 - prefetch_related fails with GenericRelation and varchar ID field
Luke Plant
2012-10-26
Avoid dependence on exact Python exception messages
Ian Clelland
2012-10-25
Fixed timezone tests when dict randomization is on
Aymeric Augustin
2012-10-24
Fixed a DeprecationWarning under Python 3.
Aymeric Augustin
2012-10-10
Revert "Fixed #16211 -- Added comparison and negation ops to F() expressions"
Anssi Kääriäinen
2012-10-10
Revert "Splitted expressions tests into smaller methods"
Anssi Kääriäinen
2012-10-09
Fixed #17867 -- Made email validation pass with IDN domains
Claude Paroz
2012-10-09
Moved some email validation tests to validators tests
Claude Paroz
2012-10-09
Improved assertion error messages in validators tests
Claude Paroz
2012-10-03
Fixed #14567 -- Made ModelMultipleChoiceField return EmptyQuerySet as empty v...
Stephen Burrows
2012-10-02
Fixed #19049 -- Ensure that swapped models aren't included in reverse field c...
Russell Keith-Magee
2012-09-30
Splitted expressions tests into smaller methods
Anssi Kääriäinen
2012-09-30
Fixed #16211 -- Added comparison and negation ops to F() expressions
Anssi Kääriäinen
2012-09-28
Fixed #18676 -- Allow fast-path deletion of objects
Anssi Kääriäinen
2012-09-26
Fixed #17899 -- Rewrote [Ee]-mail to [Ee]mail
Adrien Lemaire
2012-09-26
Fixed #3011 -- Added swappable auth.User models.
Russell Keith-Magee
2012-09-19
Revert "Fixed #16865 -- Made get_or_create use read database for initial get ...
Carl Meyer
2012-09-19
Fixed #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-07
Cleaned up some small bits of the ORM, including removing an import *.
Alex Gaynor
2012-09-01
Fixed #18212 -- Standardized arguments of GenericIPAddressField
Claude Paroz
2012-08-29
Removed unnecessary bytes prefix for ContentFile
Claude 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 only
Anssi Kääriäinen
2012-08-15
Made the validation tests python3 friendly.
Alex Gaynor
2012-08-15
Fixed usage of several deprecated aliases in unittest.
Alex Gaynor
2012-08-15
Use 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 tests
Claude Paroz
2012-08-14
[py3] Compared response.content with bytes.
Aymeric Augustin
2012-08-12
Fixed #18306 -- Made deferred models issue update_fields on save
Andrei 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-11
Decorated some tests that require tz support.
Karen Tracey
2012-08-11
[py3] Various minor syntax fixes in the test suite
Claude Paroz
2012-08-11
[py3] Used six.StringIO to simulate stdout buffer in tests
Claude Paroz
2012-08-08
[py3] Used compatible imports of StringIO.
Aymeric Augustin
2012-08-07
Fix 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
[prev]
[next]