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 13:34:26 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
docs
/
ref
/
models
History
Carlton Gibson
5028a02352
Doc'd TextField.db_collation as optional.
...
Matches CharField.db_collation docs. Thanks to Paolo Melchiorre for the report.
2022-08-02 15:16:42 +02:00
..
class.txt
…
conditional-expressions.txt
…
constraints.txt
…
database-functions.txt
…
expressions.txt
…
fields.txt
Doc'd TextField.db_collation as optional.
2022-08-02 15:16:42 +02:00
index.txt
…
indexes.txt
…
instances.txt
…
lookups.txt
…
meta.txt
…
options.txt
Fixed
#27236
-- Deprecated Meta.index_together in favor of Meta.indexes.
2022-07-12 09:04:31 +02:00
querysets.txt
Fixed
#33820
-- Doc'd "true"/"false"/"null" caveat for JSONField key transforms on SQLite.
2022-07-26 20:21:27 +02:00
relations.txt
…