django1/django/db/models/functions
sage 6789ded0a6 Fixed #12990, Refs #27694 -- Added JSONField model field.
Thanks to Adam Johnson, Carlton Gibson, Mariusz Felisiak, and Raphael
Michel for mentoring this Google Summer of Code 2019 project and
everyone else who helped with the patch.

Special thanks to Mads Jensen, Nick Pope, and Simon Charette for
extensive reviews.

Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com>
2020-05-08 07:23:31 +02:00
..
__init__.py Removed redundant names in django.db.models.functions.__all__. 2019-10-02 13:07:14 +02:00
comparison.py Fixed #12990, Refs #27694 -- Added JSONField model field. 2020-05-08 07:23:31 +02:00
datetime.py Fixed #30821 -- Added ExtractIsoWeekYear database function and iso_week_day lookup. 2019-10-02 10:41:34 +02:00
math.py Fixed #30271 -- Added the Sign database function. 2019-03-22 12:52:39 +01:00
mixins.py Fixed #30542 -- Fixed crash of numerical aggregations with filter. 2019-06-05 08:06:26 +02:00
text.py Simplified imports from django.db and django.contrib.gis.db. 2020-02-04 13:20:06 +01:00
window.py Simplified some imports for database functions. 2019-01-08 19:21:31 -05:00