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
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 fields
Anssi Kääriäinen
2013-01-08
[1.5.x] Updated deprecated test assertions
Claude 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 tests
Anssi 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 comparisons
Ian 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_404
Claude Paroz
2012-12-08
[1.5.x] Removed US localflavor-specific tests from core
Claude Paroz
2012-12-08
[1.5.x] Fixed #19357 -- Allow non-ASCII chars in filesystem paths
Claude 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-expressions
Anssi Kääriäinen
2012-11-09
[1.5.x] Merged pagination tests
Claude Paroz
2012-11-04
[1.5.x] Fixed #18949 -- Fix broken test interactions in ModelForms tests
Anton I. Sipos
2012-11-04
[1.5.x] Merge pull request #495 from aisipos/ticket_18949
Alex 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 messages
Ian Clelland
2012-10-25
[1.5.x] 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
[next]