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-10-31 09:41:08 +00:00
Code
Issues
32
Releases
Wiki
Activity
Files
a800036981c6fea8eb3dac22467965c71af05d29
django
/
django
/
contrib
/
gis
/
db
/
backends
/
oracle
History
Alasdair Nicol
a800036981
Fixed
#21287
-- Fixed E123 pep8 warnings
2013-10-18 10:07:39 +01:00
..
__init__.py
Fixed
#1142
-- Added multiple database support.
2009-12-22 15:18:51 +00:00
adapter.py
Fixed
#1142
-- Added multiple database support.
2009-12-22 15:18:51 +00:00
base.py
Fixed
#12637
-- GeoDjango's
inspectdb
command is now a subclass of Django's, and works with all spatial backends (Oracle and SpatiaLite did work before). This changeset introduces new introspection modules for all of the spatial backends and adds hooks to the original
inspectdb.Command
class to enable reuse.
2010-01-18 21:02:47 +00:00
compiler.py
Fixed
#17260
-- Added time zone aware aggregation and lookups.
2013-02-16 09:19:04 +01:00
creation.py
Fixed
#17627
-- Renamed util.py files to utils.py
2013-09-16 12:52:05 -04:00
introspection.py
Fixed
#18003
-- Preserved tracebacks when re-raising errors.
2013-03-19 15:42:39 -07:00
models.py
[py3] Refactored __unicode__ to __str__.
2012-08-12 14:44:40 +02:00
operations.py
Fixed
#21287
-- Fixed E123 pep8 warnings
2013-10-18 10:07:39 +01:00