summaryrefslogtreecommitdiff
path: root/tests/annotations/models.py
Commit message (Collapse)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
| | | Follow up to 6461583b6cc257d25880ef9a9fd7e2125ac53ce1.
* Removed unused __str__() methods in tests models.Author: Mads Jensen2020-04-151-21/+0
| | | | | Co-Authored-By: Mariusz Felisiak <felisiak.mariusz@gmail.com> Co-Authored-By: Hasan Ramezani <hasan.r67@gmail.com>
* 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 ↵Flavio Curella2015-07-271-3/+3
| | | | ForeignKey/OneToOneField
* 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