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-03-03 21:55:04 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
docs
/
ref
/
models
History
Nick Pope
500e01073a
Fixed
#31262
-- Added support for mappings on model fields and ChoiceField's choices.
2023-08-30 22:57:40 -03:00
..
class.txt
…
conditional-expressions.txt
Fixed
#31262
-- Added support for mappings on model fields and ChoiceField's choices.
2023-08-30 22:57:40 -03:00
constraints.txt
Fixed
#34701
-- Added support for NULLS [NOT] DISTINCT on PostgreSQL 15+.
2023-07-19 21:42:27 +02:00
database-functions.txt
…
expressions.txt
Fixed
#34761
-- Dropped support for MySQL < 8.0.11.
2023-08-03 18:54:29 +02:00
fields.txt
Fixed
#31262
-- Added support for mappings on model fields and ChoiceField's choices.
2023-08-30 22:57:40 -03:00
index.txt
…
indexes.txt
Fixed
#34761
-- Dropped support for MySQL < 8.0.11.
2023-08-03 18:54:29 +02:00
instances.txt
Fixed
#31262
-- Added support for mappings on model fields and ChoiceField's choices.
2023-08-30 22:57:40 -03:00
lookups.txt
…
meta.txt
…
options.txt
Added missing backticks in docs.
2023-07-21 12:54:38 +02:00
querysets.txt
Fixed
#34760
-- Dropped support for SQLite < 3.27.
2023-08-04 06:35:13 +02:00
relations.txt
…