summaryrefslogtreecommitdiff
path: root/tests/modeltests
Commit message (Expand)AuthorAgeFilesLines
* Removed __init__.py files.Florian Apolloner2013-02-261-0/+0
* Use built-in fixture support rather than calling loaddata in setUp().Carl Meyer2013-02-251-3/+1
* Changed testing strategy used in 6b03179e.Aymeric Augustin2013-02-252-38/+20
* Fixed #19688 -- Allow model subclassing with a custom metaclass using six.wit...Simon Charette2013-02-243-0/+41
* Merge pull request #717 from slurms/ticket_19746Florian Apolloner2013-02-241-2/+16
|\
| * Fixed #19746 -- Allow deserialization of pk-less dataNick Sandford2013-02-121-2/+16
* | Fixed a few ResourceWarnings.Florian Apolloner2013-02-241-10/+7
* | Removing unneeded tearDown code.Honza Kral2013-02-241-4/+0
* | Fixed #18491 -- deleting a proxy doesn't show warning about cascade deletesHonza Kral2013-02-232-1/+51
* | Fixed #18829 -- Fixed ModelChoiceIterator lengthKlaas van Schelven2013-02-231-0/+1
* | Fixed 19895 -- Made second iteration over invalid queryset raise an exception...Grzegorz Nosek2013-02-231-1/+6
* | Fixed errors introduced in 664855b74e1f417384dc7aef35a3df5f86db52d6Florian Apolloner2013-02-231-4/+4
* | Fixed errors introduced in 21f333bcefccc151d6439246f8203d609ab6ca79. Refs #17751Florian Apolloner2013-02-231-16/+2
* | Fixed #15877 -- Improved exception when ModelForm has no model classClaude Paroz2013-02-231-0/+16
* | Merge pull request #775 from HiddenData/ticket-18899Honza Král2013-02-231-0/+30
|\ \
| * | #18899 FileSystemStorage.save should support any file-like objectsMarcin Biernat2013-02-231-0/+30
* | | Fix #17751: Added stripping of whitespace for IPAddressField/GenericIPAddress...Erik Romijn2013-02-231-2/+16
|/ /
* | Fixed #19686 -- Added HTML5 number input typeClaude Paroz2013-02-232-10/+11
* | Fixed #17260 -- Added time zone aware aggregation and lookups.Aymeric Augustin2013-02-165-71/+143
|/
* Fixed #18906 -- Ignored to-be-deleted forms in formset validate_uniqueClaude Paroz2013-02-081-7/+15
* Cleaned up some lingering signals in the test suite that were causing spuriou...Julien Phalip2013-02-081-0/+6
* Fixed a typo in the test suite that was causing some spurious failures with p...Julien Phalip2013-02-061-1/+1
* Fixed #19730 -- Don't validate importability of settings by using i18n in man...Ramiro Morales2013-02-033-0/+34
* Added test to demonstrate issue 11263 isn't there anymore.Ramiro Morales2013-02-012-1/+15
* Fixed #19589 -- assertRegexpMatches is deprecated in Python 3.3.Aymeric Augustin2013-01-261-1/+1
* Fixed validation of email addresses when the local part contains an @.Aymeric Augustin2013-01-261-0/+1
* Fixed #17416 -- Added widgets argument to inlineformset_factory and modelform...Nick Sandford2013-01-241-0/+24
* Cleaned up testing models.py added for earliest()Anssi Kääriäinen2013-01-201-17/+1
* Fixed #17813 -- Added a .earliest() method to QuerySetNick Sandford2013-01-204-63/+126
* Removed some uses of the deprecated assertEqualsAlex Gaynor2013-01-151-3/+3
* Improve test to ensure that post_delete was actually calledDavid Cramer2013-01-141-0/+7
* Move signal disconnect into finally blockDavid Cramer2013-01-141-4/+6
* Send post_delete signals immediatelyDavid Cramer2013-01-141-0/+12
* Fixed #4833 -- Validate email addresses with localhost as domainClaude Paroz2013-01-111-0/+2
* Adapted test assertion against yaml dumpClaude Paroz2013-01-111-1/+4
* Updated deprecated test assertionsClaude Paroz2013-01-082-4/+4
* Tests for various emptyqs ticketsAnssi Kääriäinen2013-01-061-1/+41
* Fixed #19173 -- Made EmptyQuerySet a marker class onlyAnssi Kääriäinen2013-01-063-2/+9
* Minor fixes in the known_related_objects tests.Aymeric Augustin2013-01-022-22/+22
* Fixed #19547 -- Caching of related instances.Aymeric Augustin2013-01-023-1/+56
* Silenced warnings in the tests of deprecated features.Aymeric Augustin2012-12-291-10/+22
* Fixed autopk issue in testsAnssi Kääriäinen2012-12-291-3/+6
* Fixed #19525 -- Reverted dcd4383107 and 05d333ba3b.Aymeric Augustin2012-12-272-20/+1
* Use new TestCase methods for equality comparisonsIan Clelland2012-12-242-9/+16
* Fixed #18172 -- Made models with __iter__ usable in ModelMultipleChoiceFieldPatryk Zawadzki2012-12-192-1/+30
* Fixed #19462 -- Made assertQuerysetEqual detect undefined orderingAnssi Kääriäinen2012-12-137-26/+45
* Fixed #19432 -- Provided better error message for get_object_or_404Claude Paroz2012-12-121-0/+25
* Removed US localflavor-specific tests from coreClaude Paroz2012-12-082-21/+2
* Fixed #19357 -- Allow non-ASCII chars in filesystem pathsClaude Paroz2012-12-083-9/+11
* Fixed #19362 -- Detected invalid use of @python_2_unicode_compatible.Aymeric Augustin2012-11-272-1/+19