This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
django
Watch
1
Star
0
Fork
0
You've already forked django
mirror of
https://github.com/django/django.git
synced
2025-01-27 10:39:40 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
docs
/
ref
/
models
History
Hasan Ramezani
0a28b42b15
Fixed
#33084
-- Removed incorrect system check for ManyToManyField with limit_choices_to.
2021-09-09 12:07:59 +02:00
..
class.txt
…
conditional-expressions.txt
Fixed
#27021
-- Allowed lookup expressions in annotations, aggregations, and QuerySet.filter().
2021-07-09 11:43:06 +02:00
constraints.txt
…
database-functions.txt
Fixed
#10929
-- Added default argument to aggregates.
2021-07-19 13:04:27 +02:00
expressions.txt
Fixed
#10929
-- Added default argument to aggregates.
2021-07-19 13:04:27 +02:00
fields.txt
Fixed
#33084
-- Removed incorrect system check for ManyToManyField with limit_choices_to.
2021-09-09 12:07:59 +02:00
index.txt
…
indexes.txt
…
instances.txt
Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropriate.
2021-07-29 06:24:12 +02:00
lookups.txt
Fixed
#27021
-- Allowed lookup expressions in annotations, aggregations, and QuerySet.filter().
2021-07-09 11:43:06 +02:00
meta.txt
…
options.txt
…
querysets.txt
Fixed
#33046
-- Added note about using length of cached result by QuerySet.count().
2021-08-26 06:48:33 +02:00
relations.txt
…