This website requires JavaScript.
Explore
Help
Sign In
Django
/
django
Watch
11
Star
0
Fork
0
You've already forked django
Code
Pull Requests
Projects
Releases
Activity
django
/
django
/
db
History
Russell Keith-Magee
fd17163481
Fixed
#4231
-- Added quoting for sequence names on sequence reset for PostgreSQL. This was causing difficulties if table or application names were capitalized. Thanks for the report, Mark Jarecki.
...
git-svn-id:
http://code.djangoproject.com/svn/django/trunk@5204
bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-05-12 15:21:33 +00:00
..
backends
Fixed
#4231
-- Added quoting for sequence names on sequence reset for PostgreSQL. This was causing difficulties if table or application names were capitalized. Thanks for the report, Mark Jarecki.
2007-05-12 15:21:33 +00:00
models
Moved generic relations into django.contrib.contenttypes, since it depends on
2007-05-08 10:59:35 +00:00
__init__.py
Fixed
#3450
-- Exposed IntegrityError in a backend-neutral fashion. This is a
2007-04-25 10:18:56 +00:00
transaction.py
Fixed
#4040
-- Changed uses of has_key() to "in". Slight performance
2007-04-26 13:30:48 +00:00