Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/basic
Commit message (Expand)AuthorAgeFilesLines
* Refs #21414 -- Removed Field.related per deprecation time...Tim Graham2015-09-241-15/+0
* Tweak some examples.Aymeric Augustin2015-08-221-13/+13
* Fixed #21127 -- Started deprecation toward requiring on_d...Flavio Curella2015-07-281-2/+6
* Refs #24652 -- Used SimpleTestCase where appropriate.Simon Charette2015-05-201-3/+4
* Fixed #24584 -- Fixed microsecond handling with older MyS...Jon Dufresne2015-04-061-4/+19
* Renamed Field.rel attribute to remote_fieldAnssi Kääriäinen2015-03-251-1/+1
* Fixed #24418 -- Prevented crash in refresh_from_db with n...Claude Paroz2015-02-271-0/+7
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-7/+8
* Reverted "Fixed #6785 -- Made QuerySet.get() fetch a limi...Tim Graham2015-01-301-25/+1
* Fixed #24211 -- Removed ValuesQuerySet() and ValuesListQu...Loic Bistuer2015-01-301-2/+1
* Fixed typos in code comments.Adam Taylor2015-01-201-1/+1
* Fixed #12663 -- Formalized the Model._meta API for retrie...Daniel Pyrathon2015-01-071-1/+1
* Fixed #21414 -- Removed RelatedObject and deprecated Fiel...Anssi Kääriäinen2014-12-231-0/+15
* Fixed #901 -- Added Model.refresh_from_db() methodAnssi Kääriäinen2014-11-281-1/+58
* Added a comment for test of refs #20278.Anssi Kääriäinen2014-11-201-0/+2
* Fixed #22967 -- Made Model._do_update consistentJozef Knaperek2014-11-121-1/+1
* Fixed #23620 -- Used more specific assertions in the Djan...Berker Peksag2014-11-031-11/+9
* Refactored model lookup tests; refs #18586.Browniebroke2014-10-071-144/+134
* Replaced set([foo, ...]) by {foo, ...} literals. Refs PR ...Thomas Chaumeny2014-09-281-1/+1
* Removed numbering from the models.py header of some test ...Loic Bistuer2014-09-241-1/+1
* assertEquals -> assertEqualTim Graham2014-07-021-2/+2
* Split tests.basic.ModelTests in several tests; refs #18586.zsoldosp2014-06-251-315/+161
* Harmonized some PEP 0263 coding preamblesClaude Paroz2014-05-151-1/+1
* Removed legacy transaction management per the deprecation...Aymeric Augustin2014-03-211-1/+0
* Fixed many typos in comments and docstrings.Rodolfo Carvalho2014-03-031-1/+1
* PEP8 cleanupJason Myers2013-11-032-16/+34
* Fix all violators of E231Alex Gaynor2013-10-261-1/+1
* Fixed #21298 -- Fixed E301 pep8 warningsAlasdair Nicol2013-10-231-0/+2
* Fixed #21288 -- Fixed E126 pep8 warningsAlasdair Nicol2013-10-211-4/+2
* Fixed #21287 -- Fixed E123 pep8 warningsAlasdair Nicol2013-10-181-1/+1
* Used "is" for comparisons with None.Tim Graham2013-10-101-2/+2
* Removed some more unused local varsAlex Gaynor2013-09-081-9/+9
* Replaced "not PY3" by "PY2", new in six 1.4.0.Aymeric Augustin2013-09-021-1/+1
* Fixed #20988 -- Added model meta option select_on_saveAnssi Kääriäinen2013-08-302-1/+64
* Fixed model.__eq__ and __hash__ for no pk value casesAnssi Kääriäinen2013-08-221-0/+11
* Made Model.__eq__ consider proxy models equivalentAnssi Kääriäinen2013-08-191-0/+4
* Fixed #20826 -- Moved Manager.raw() and Manager._insert()...Loic Bistuer2013-07-311-0/+2
* Removed most of absolute_import importsClaude Paroz2013-07-291-1/+1
* Fixed #20625 -- Chainable Manager/QuerySet methods.Loic Bistuer2013-07-261-0/+55
* Fixed #6785 -- Made QuerySet.get() fetch a limited number...Tim Graham2013-07-081-1/+23
* Defined available_apps in relevant tests.Aymeric Augustin2013-06-101-0/+3
* Use assertIsInstance in tests.Marc Tamlyn2013-05-211-5/+5
* Fixed #20278 -- ensured .get() exceptions do not recurse ...Anssi Kääriäinen2013-05-202-14/+18
* Revert "Fixed 19895 -- Made second iteration over invalid...Claude Paroz2013-03-201-6/+1
* Fixed #16649 -- Refactored save_base logicAnssi Kääriäinen2013-03-141-2/+29
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-263-0/+713