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-23 07:55:07 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
docs
/
ref
/
models
History
Nick Pope
e85afa5943
Refs
#28643
-- Changed StdDev() to use NumericOutputFieldMixin.
...
Keeps precision instead of forcing DecimalField to FloatField.
2019-01-14 14:38:00 -05:00
..
class.txt
…
conditional-expressions.txt
…
constraints.txt
Fixed
#30062
-- Added support for unique conditional constraints.
2019-01-12 09:50:20 -05:00
database-functions.txt
Refs
#28643
-- Added Reverse database function.
2019-01-12 10:45:48 -05:00
expressions.txt
…
fields.txt
…
index.txt
…
indexes.txt
…
instances.txt
…
lookups.txt
…
meta.txt
…
options.txt
…
querysets.txt
Refs
#28643
-- Changed StdDev() to use NumericOutputFieldMixin.
2019-01-14 14:38:00 -05:00
relations.txt
…