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-26
Merged regressiontests and modeltests into the test root.
Florian Apolloner
2013-02-26
Removed __init__.py files.
Florian Apolloner
2013-02-25
Use built-in fixture support rather than calling loaddata in setUp().
Carl Meyer
2013-02-25
Changed testing strategy used in 6b03179e.
Aymeric Augustin
2013-02-24
Fixed #19688 -- Allow model subclassing with a custom metaclass using six.wit...
Simon Charette
2013-02-24
Merge pull request #717 from slurms/ticket_19746
Florian Apolloner
2013-02-24
Fixed a few ResourceWarnings.
Florian Apolloner
2013-02-24
Removing unneeded tearDown code.
Honza Kral
2013-02-23
Fixed #18491 -- deleting a proxy doesn't show warning about cascade deletes
Honza Kral
2013-02-23
Fixed #18829 -- Fixed ModelChoiceIterator length
Klaas van Schelven
2013-02-23
Fixed 19895 -- Made second iteration over invalid queryset raise an exception...
Grzegorz Nosek
2013-02-23
Fixed errors introduced in 664855b74e1f417384dc7aef35a3df5f86db52d6
Florian Apolloner
2013-02-23
Fixed errors introduced in 21f333bcefccc151d6439246f8203d609ab6ca79. Refs #17751
Florian Apolloner
2013-02-23
Fixed #15877 -- Improved exception when ModelForm has no model class
Claude Paroz
2013-02-23
Merge pull request #775 from HiddenData/ticket-18899
Honza Král
2013-02-23
#18899 FileSystemStorage.save should support any file-like objects
Marcin Biernat
2013-02-23
Fix #17751: Added stripping of whitespace for IPAddressField/GenericIPAddress...
Erik Romijn
2013-02-23
Fixed #19686 -- Added HTML5 number input type
Claude Paroz
2013-02-16
Fixed #17260 -- Added time zone aware aggregation and lookups.
Aymeric Augustin
2013-02-12
Fixed #19746 -- Allow deserialization of pk-less data
Nick Sandford
2013-02-08
Fixed #18906 -- Ignored to-be-deleted forms in formset validate_unique
Claude Paroz
2013-02-08
Cleaned up some lingering signals in the test suite that were causing spuriou...
Julien Phalip
2013-02-06
Fixed a typo in the test suite that was causing some spurious failures with p...
Julien Phalip
2013-02-03
Fixed #19730 -- Don't validate importability of settings by using i18n in man...
Ramiro Morales
2013-02-01
Added test to demonstrate issue 11263 isn't there anymore.
Ramiro Morales
2013-01-26
Fixed #19589 -- assertRegexpMatches is deprecated in Python 3.3.
Aymeric Augustin
2013-01-26
Fixed validation of email addresses when the local part contains an @.
Aymeric Augustin
2013-01-24
Fixed #17416 -- Added widgets argument to inlineformset_factory and modelform...
Nick Sandford
2013-01-20
Cleaned up testing models.py added for earliest()
Anssi Kääriäinen
2013-01-20
Fixed #17813 -- Added a .earliest() method to QuerySet
Nick Sandford
2013-01-15
Removed some uses of the deprecated assertEquals
Alex Gaynor
2013-01-14
Improve test to ensure that post_delete was actually called
David Cramer
2013-01-14
Move signal disconnect into finally block
David Cramer
2013-01-14
Send post_delete signals immediately
David Cramer
2013-01-11
Fixed #4833 -- Validate email addresses with localhost as domain
Claude Paroz
2013-01-11
Adapted test assertion against yaml dump
Claude Paroz
2013-01-08
Updated deprecated test assertions
Claude Paroz
2013-01-06
Tests for various emptyqs tickets
Anssi Kääriäinen
2013-01-06
Fixed #19173 -- Made EmptyQuerySet a marker class only
Anssi Kääriäinen
2013-01-02
Minor fixes in the known_related_objects tests.
Aymeric Augustin
2013-01-02
Fixed #19547 -- Caching of related instances.
Aymeric Augustin
2012-12-29
Silenced warnings in the tests of deprecated features.
Aymeric Augustin
2012-12-29
Fixed autopk issue in tests
Anssi Kääriäinen
2012-12-27
Fixed #19525 -- Reverted dcd4383107 and 05d333ba3b.
Aymeric Augustin
2012-12-24
Use new TestCase methods for equality comparisons
Ian Clelland
2012-12-19
Fixed #18172 -- Made models with __iter__ usable in ModelMultipleChoiceField
Patryk Zawadzki
2012-12-13
Fixed #19462 -- Made assertQuerysetEqual detect undefined ordering
Anssi Kääriäinen
2012-12-12
Fixed #19432 -- Provided better error message for get_object_or_404
Claude Paroz
2012-12-08
Removed US localflavor-specific tests from core
Claude Paroz
2012-12-08
Fixed #19357 -- Allow non-ASCII chars in filesystem paths
Claude Paroz
[next]