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-05-07 07:26:29 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
django
/
db
History
Aymeric Augustin
3cb87ec605
[1.5.x]
Fixed
#19525
-- Reverted dcd4383107 and 05d333ba3b.
...
Refs
#9893
,
#18515
. Thanks Russell for the report. Backport of db278c3 from master.
2012-12-27 09:43:41 +01:00
..
backends
[1.5.x]
Fixed
#19441
-- Created PostgreSQL varchar index when unique=True
2012-12-18 10:04:47 +01:00
models
[1.5.x]
Fixed
#19525
-- Reverted dcd4383107 and 05d333ba3b.
2012-12-27 09:43:41 +01:00
__init__.py
[1.5.x]
Fixed
#18575
-- Empty DATABASES should default to dummy backend
2012-10-28 23:46:54 +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
[1.5.x]
Fixed
#19357
-- Allow non-ASCII chars in filesystem paths
2012-12-08 11:16:03 +01:00