This website requires JavaScript.
Explore
Help
Sign In
Django
/
django
Watch
11
Star
0
Fork
0
You've already forked django
Code
Pull Requests
Projects
Releases
Activity
django
/
docs
/
ref
/
models
History
Mariusz Felisiak
6731672060
[1.11.x]
Fixed
#28781
-- Added QuerySet.values()/values_list() support for union(), difference(), and intersection().
...
Thanks Tim Graham for the review. Backport of 2d3cc94284674638c334670903d49565039d77ae from master
2017-11-12 14:33:41 +01:00
..
class.txt
Fixed
#22019
-- Added Model.objects reference documentation.
2014-05-17 08:32:05 -04:00
conditional-expressions.txt
[1.11.x]
Fixed
#28352
-- Corrected QuerySet.values_list() return type in docs examples.
2017-07-11 14:23:22 -04:00
database-functions.txt
[1.11.x]
Fixed
#28568
-- Fixed typo in docs/ref/models/database-functions.txt.
2017-09-04 14:41:17 -04:00
expressions.txt
[1.11.x] Doc'd the need to remove default ordering on Subquery aggregates.
2017-07-18 13:11:26 -04:00
fields.txt
[1.11.x]
Fixed
#28557
-- Fixed ForeignKey/OneToOneField/ManyToManyField argument name in docs.
2017-09-01 21:44:06 -04:00
index.txt
Fixed
#26709
-- Added class-based indexes.
2016-06-27 10:41:01 -04:00
indexes.txt
[1.11.x] Removed extra characters in docs header underlines.
2017-03-20 18:31:28 -04:00
instances.txt
[1.11.x]
Fixed
#18485
-- Doc'd behavior of PostgreSQL when manually setting AutoField.
2017-06-19 09:25:32 -04:00
lookups.txt
[1.11.x] Removed self from method signatures in docs.
2017-03-16 20:34:15 -04:00
meta.txt
Fixed
#25461
-- Corrected meta API code examples to account for MTI.
2016-07-06 09:28:37 -04:00
options.txt
[1.11.x]
Fixed
#28471
-- Clarified that Meta.indexes is preferred to index_together.
2017-08-08 09:48:21 -04:00
querysets.txt
[1.11.x]
Fixed
#28781
-- Added QuerySet.values()/values_list() support for union(), difference(), and intersection().
2017-11-12 14:33:41 +01:00
relations.txt
Fixed
#26706
-- Made RelatedManager modification methods clear prefetch_related() cache.
2016-08-05 13:32:27 -04:00