This website requires JavaScript.
Explore
Help
Sign In
innov
/
django1
Watch
1
Star
0
Fork
You've already forked django1
0
Code
Issues
Pull Requests
1
Projects
Releases
Wiki
Activity
5b57798513
django1
/
django
/
contrib
/
gis
/
db
/
models
History
Jon Dufresne
93ffa81bc5
Refs
#30657
-- Made DeferredAttribute.__init__() to take a field instance instead of a field name.
2019-07-25 07:24:52 +02:00
..
sql
Fixed
#28353
-- Fixed some GIS functions when queryset is evaluated more than once.
2017-09-11 11:56:39 -04:00
__init__.py
Made isvalid lookup use IsValid function to decrease code redundancy.
2017-03-29 08:56:58 -04:00
aggregates.py
Fixed
#29048
-- Added **extra_context to database function as_vendor() methods.
2018-08-23 11:52:09 -04:00
fields.py
Fixed
#30400
-- Improved typography of user facing strings.
2019-06-28 16:46:18 +02:00
functions.py
Fixed
#28738
-- Added the GeometryDistance function.
2019-03-20 12:54:42 -04:00
lookups.py
Fixed
#28909
-- Simplified code using tuple/list/set/dict unpacking.
2017-12-11 07:08:45 -05:00
proxy.py
Refs
#30657
-- Made DeferredAttribute.__init__() to take a field instance instead of a field name.
2019-07-25 07:24:52 +02:00