summaryrefslogtreecommitdiff
path: root/tests/custom_pk
Commit message (Expand)AuthorAgeFilesLines
* Refs #33990 -- Renamed TransactionTestCase.assertQuerysetEqual() to assertQue...Gregor Gärtner2022-10-081-6/+6
* Replaced assertQuerysetEqual() to assertSequenceEqual()/assertCountEqual() wh...Mariusz Felisiak2022-10-071-55/+13
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-073-46/+64
* Fixed #32442 -- Used converters on returning fields from INSERT statements.Adam Johnson2021-04-073-5/+32
* Refs #30573 -- Rephrased "Of Course" and "Obvious(ly)" in documentation and c...Adam Johnson2020-05-041-2/+2
* Removed unused __str__() methods in tests models.Mariusz Felisiak2020-04-301-6/+0
* Capitalized Unicode in docs, strings, and comments.Jon Dufresne2020-04-201-1/+1
* Used assertRaisesMessage() to test Django's error messages.Mads Jensen2017-07-291-1/+1
* Fixed #28370 -- Deprecated the context arg of Field.from_db_value() and Expre...Tim Graham2017-07-201-1/+1
* Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand2017-01-251-1/+1
* Refs #23919 -- Stopped inheriting from object to define new style classes.Simon Charette2017-01-191-1/+1
* Refs #23919 -- Removed six.<various>_types usageClaude Paroz2017-01-182-12/+10
* Refs #23919 -- Removed python_2_unicode_compatible decorator usageClaude Paroz2017-01-182-6/+0
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-182-6/+0
* Refs #26022 -- Used context manager version of assertRaises in tests.Hasan2016-01-291-5/+4
* Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...Flavio Curella2015-07-271-1/+1
* Update converters to take a consistent set of parameters.Marc Tamlyn2015-02-201-1/+1
* Sorted imports with isort; refs #23860.Tim Graham2015-02-062-3/+3
* Fixed #24020 -- Refactored SQL compiler to use expressionsAnssi Kääriäinen2015-01-081-1/+1
* Refs #18586 -- Split custom_pk test.Shabda Raaj2014-12-111-55/+106
* Removed numbering from the models.py header of some test packages.Loic Bistuer2014-09-241-1/+1
* Fixed #18757, #14462, #21565 -- Reworked database-python type conversionsMarc Tamlyn2014-09-031-1/+6
* Fixed E124 pep8 warnings.Loic Bistuer2013-12-101-1/+2
* Fixed #21517 -- Added unit test for non-autoincrement primary key with value 0.Vajrasky Kok2013-11-281-0/+7
* PEP8 cleanupJason Myers2013-11-022-1/+4
* Fixed #21298 -- Fixed E301 pep8 warningsAlasdair Nicol2013-10-231-0/+2
* Whitespace cleanup.Tim Graham2013-10-101-1/+0
* Fixed #21134 -- Prevented queries in broken transactions.Aymeric Augustin2013-09-301-10/+6
* Removed some more unused local varsAlex Gaynor2013-09-081-2/+2
* Removed most of absolute_import importsClaude Paroz2013-07-292-2/+2
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-264-0/+287