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