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
3cb2457f46
django1
/
django
/
contrib
/
gis
/
db
/
models
History
Aymeric Augustin
3cb2457f46
[py3] Replaced basestring by six.string_types.
2012-07-22 09:29:54 +02:00
..
sql
Imported zip from future_builtins instead of itertools.izip.
2012-05-07 17:25:12 +02:00
__init__.py
Fixed
#16225
-- Removed unused imports. Many thanks to Aymeric Augustin for the work on the patch and Alex for reviewing.
2011-07-13 09:35:51 +00:00
aggregates.py
Fixed
#1142
-- Added multiple database support.
2009-12-22 15:18:51 +00:00
fields.py
[py3] Replaced basestring by six.string_types.
2012-07-22 09:29:54 +02:00
manager.py
Renamed `reverse` to `reverse_geom` because of clash with existing `QuerySet` method; added `GeoQuerySet.geohash` support for producing GeoHash reprsentations.
2010-01-29 02:46:07 +00:00
proxy.py
[py3] Replaced basestring by six.string_types.
2012-07-22 09:29:54 +02:00
query.py
[py3] Replaced basestring by six.string_types.
2012-07-22 09:29:54 +02:00