summaryrefslogtreecommitdiff
path: root/tests/annotations/models.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-3/+3
* Removed unused __str__() methods in tests models.Mariusz Felisiak2020-04-301-5/+0
* Removed unused __str__() methods in tests models.Author: Mads Jensen2020-04-151-21/+0
* Fixed #28289 -- Fixed crash of RawSQL annotations on inherited model fields.can2019-07-111-0/+1
* Refs #23919 -- Removed python_2_unicode_compatible decorator usageClaude Paroz2017-01-181-9/+0
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-181-1/+0
* Fixed E128 flake8 warnings in tests/.Tim Graham2016-04-081-2/+2
* Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...Flavio Curella2015-07-271-3/+3
* Fixed #24485 -- Allowed combined expressions to set output_fieldJosh Smeaton2015-03-221-0/+9
* Fixed #14030 -- Allowed annotations to accept all expressionsJosh Smeaton2014-11-151-0/+86