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-08 08:26:13 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
docs
/
ref
/
models
History
Sih Sîng-hông薛丞宏
d4bf3b4c75
Corrected models.FileField signature in docs.
2022-03-28 13:25:39 +02:00
..
class.txt
…
conditional-expressions.txt
Removed versionadded/changed annotations for 3.2.
2021-09-20 21:23:01 +02:00
constraints.txt
Doc'd BaseConstraint.
2022-03-16 16:55:17 +01:00
database-functions.txt
Refs
#32365
-- Removed internal uses of utils.timezone.utc alias.
2022-03-24 06:29:50 +01:00
expressions.txt
Removed redundant QuerySet.all() calls in docs and tests.
2022-02-22 10:29:38 +01:00
fields.txt
Corrected models.FileField signature in docs.
2022-03-28 13:25:39 +02:00
index.txt
…
indexes.txt
Refs
#32943
-- Added support for covering SP-GiST indexes on PostgreSQL 14+.
2021-10-01 13:11:34 +02:00
instances.txt
Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropriate.
2021-07-29 06:24:12 +02:00
lookups.txt
…
meta.txt
…
options.txt
…
querysets.txt
Added missing backticks to function names.
2022-03-17 11:10:03 +01:00
relations.txt
…