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
066cf2d70e
django1
/
django
/
db
History
Simon Charette
f58efd07ff
Fixed
#19576
-- Use `six.with_metaclass` uniformously accross code base.
2013-01-08 20:13:43 +01:00
..
backends
Created special PostgreSQL text indexes when unique is True
2013-01-07 17:54:30 +01:00
models
Fixed
#19576
-- Use `six.with_metaclass` uniformously accross code base.
2013-01-08 20:13:43 +01:00
__init__.py
Fixed
#18575
-- Empty DATABASES should default to dummy backend
2012-10-28 23:44:03 +01:00
transaction.py
Removed with_statement imports, useless in Python >= 2.6. Refs
#17965
. Thanks jonash for the patch.
2012-03-30 08:02:08 +00:00
utils.py
Fixed
#19357
-- Allow non-ASCII chars in filesystem paths
2012-12-08 11:13:52 +01:00