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 02:29:55 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
docs
/
ref
/
models
History
Adam Johnson
e7fa8aff43
Improved ManyToManyField.through docs.
2020-07-17 10:29:24 +02:00
..
class.txt
…
conditional-expressions.txt
Refs
#30446
-- Removed unnecessary Value(..., output_field) in docs and tests.
2020-07-15 10:58:38 +02:00
constraints.txt
…
database-functions.txt
…
expressions.txt
Fixed
#30446
-- Resolved Value.output_field for stdlib types.
2020-07-15 10:58:29 +02:00
fields.txt
Improved ManyToManyField.through docs.
2020-07-17 10:29:24 +02:00
index.txt
…
indexes.txt
…
instances.txt
Fixed
#31502
-- Documented Model._state.db and Model._state.adding
2020-07-08 10:05:47 +02:00
lookups.txt
…
meta.txt
…
options.txt
Fixed
#31743
-- Doc't that managed=False prevents Django from managing tables modifications.
2020-06-26 08:46:01 +02:00
querysets.txt
Fixed
#31770
-- Allowed select_for_update(of) on MySQL 8.0.1+.
2020-07-13 10:15:43 +02:00
relations.txt
…