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-02-22 07:24:59 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
docs
/
ref
/
models
History
Mariusz Felisiak
68da6b389c
Fixed
#33543
-- Deprecated passing nulls_first/nulls_last=False to OrderBy and Expression.asc()/desc().
...
Thanks Allen Jonathan David for the initial patch.
2022-05-12 11:30:03 +02:00
..
class.txt
…
conditional-expressions.txt
Removed versionadded/changed annotations for 3.2.
2021-09-20 21:23:01 +02:00
constraints.txt
Fixed
#30581
-- Added support for Meta.constraints validation.
2022-05-10 11:22:23 +02:00
database-functions.txt
Refs
#32365
-- Removed internal uses of utils.timezone.utc alias.
2022-03-24 06:29:50 +01:00
expressions.txt
Fixed
#33543
-- Deprecated passing nulls_first/nulls_last=False to OrderBy and Expression.asc()/desc().
2022-05-12 11:30:03 +02:00
fields.txt
Corrected models.FileField signature in docs.
2022-03-28 13:25:39 +02:00
index.txt
…
indexes.txt
Fixed
#33675
-- Dropped support for PostgreSQL 10 and PostGIS 2.4.
2022-05-04 06:28:51 +02:00
instances.txt
Fixed
#30581
-- Added support for Meta.constraints validation.
2022-05-10 11:22:23 +02:00
lookups.txt
…
meta.txt
…
options.txt
…
querysets.txt
Fixed
#33646
-- Added async-compatible interface to QuerySet.
2022-04-26 20:25:23 +02:00
relations.txt
…