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 15:34:50 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
docs
/
ref
/
models
History
David Sanders
0e34ac8981
[5.0.x] Refs
#31435
-- Doc'd potential infinite recursion when accessing model fields in __init__.
...
Backport of e47298aec4fa04416e7082331fbd44bd9f2662aa from main
2023-10-05 14:33:24 -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
…
database-functions.txt
Corrected documentation of Log database function.
2023-05-24 05:29:50 +02:00
expressions.txt
Fixed
#34761
-- Dropped support for MySQL < 8.0.11.
2023-08-03 18:54:29 +02:00
fields.txt
Fixed
#24561
-- Added support for callables on model fields' choices.
2023-09-14 10:15:33 -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
[5.0.x] Refs
#31435
-- Doc'd potential infinite recursion when accessing model fields in __init__.
2023-10-05 14:33:24 -03:00
lookups.txt
[5.0.x] Refs
#22936
-- Doc'd Lookup.prepare_rhs.
2023-10-05 15:26:56 +02:00
meta.txt
…
options.txt
…
querysets.txt
[5.0.x] Refs
#34808
-- Doc'd that aggregation functions on empty groups can return None.
2023-09-21 13:17:32 -03:00
relations.txt
…