index
:
delta/python-packages/django.git
1.8
15667
16682
24046
24215
24525
26176
3.2-man-page
4.0/make-zoneinfo-default-timezone-implementation-squashed
alex-patch-1
attic/boulder-oracle-sprint
attic/full-history
attic/generic-auth
attic/gis
attic/i18n
attic/magic-removal
attic/multi-auth
attic/multiple-db-support
attic/new-admin
attic/newforms-admin
attic/per-object-permissions
attic/queryset-refactor
attic/schema-evolution
attic/schema-evolution-ng
attic/search-api
attic/sqlalchemy
attic/unicode
c/29988-allow-f-strings
c/32409-async-tests-cannot-call-orm
c/append-slash-opt-out
c/replace-utcnow
c/use-bpo-extlink
dep0005
dep5
fix-cache-test
fix/remove-stray-file
issue/31570
link-to-code-of-conduct
main
make-zoneinfo-default-timezone-implementation
master
remove-unnecesary-if-wrap
selenium-updates
sir-sigurd-patch-1
soc2009/admin-ui
soc2009/http-wsgi-improvements
soc2009/i18n-improvements
soc2009/model-validation
soc2009/multidb
soc2009/test-improvements
soc2010/app-loading
soc2010/query-refactor
soc2010/test-refactor
stable/0.90.x
stable/0.91.x
stable/0.95.x
stable/0.96.x
stable/1.0.x
stable/1.1.x
stable/1.10.x
stable/1.11.x
stable/1.2.x
stable/1.3.x
stable/1.4.x
stable/1.5.x
stable/1.6.x
stable/1.7.x
stable/1.8.x
stable/1.9.x
stable/2.0.x
stable/2.1.x
stable/2.2.x
stable/3.0.x
stable/3.1.x
stable/3.2.x
stable/4.0.x
stable/4.1.x
stable/4.2.x
swap-closing-quote-period-in-admin-i18nable-literal
ticket-25055
ticket-31342
update-next-docs-version
github.com: django/django.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
db
/
backends
/
creation.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
[soc2010/app-loading] merged trunk
archive/soc2010/app-loading
soc2010/app-loading
Arthur Koziel
2010-09-13
1
-7
/
+10
*
Fixed #12164 -- Removed the Python 2.3 compatibility imports and workarounds....
Russell Keith-Magee
2010-05-04
1
-5
/
+0
*
Fixed #12977 -- Ensure that indexes don't exceed character limits on MySQL. T...
Russell Keith-Magee
2010-04-28
1
-1
/
+4
*
Fixed #13328 -- Ensured that querysets on models with callable defaults can b...
Russell Keith-Magee
2010-04-21
1
-3
/
+0
*
Fixed #12850 -- Ensured that constraint names are quoted when they are remove...
Russell Keith-Magee
2010-03-20
1
-1
/
+1
*
Fixed #12633 -- Modified some old m2m attribute use in deprecated m2m table c...
Russell Keith-Magee
2010-01-19
1
-2
/
+26
*
Fixed #1142 -- Added multiple database support.
Russell Keith-Magee
2009-12-22
1
-19
/
+15
*
Fixed #11428 -- Ensured that SQL generating commands and dumpdata don't inclu...
Russell Keith-Magee
2009-07-27
1
-5
/
+5
*
Fixed #11316 -- Fixed a Python 2.3 compatibilty issue with [10966] (in Python...
Gary Wilson Jr
2009-06-14
1
-2
/
+5
*
Fixed #9253 -- Modified the method used to generate constraint names so that ...
Russell Keith-Magee
2009-06-09
1
-4
/
+7
*
Fixed #10647: intermediary tables between two umanaged models are no longer c...
Jacob Kaplan-Moss
2009-04-09
1
-1
/
+2
*
Fixed the django.contrib.gis test database creation as well.
Malcolm Tredinnick
2009-03-11
1
-2
/
+3
*
Fixed some breakages in the test database handling from r10026.
Malcolm Tredinnick
2009-03-11
1
-0
/
+3
*
Fixed #3163 -- Add a "Meta.managed" option to models.
Malcolm Tredinnick
2009-03-09
1
-0
/
+10
*
Changed the way cache specifiers are parsed.
Malcolm Tredinnick
2009-03-01
1
-4
/
+5
*
Fixed #8138 -- Changed django.test.TestCase to rollback tests (when the datab...
Karen Tracey
2009-01-16
1
-2
/
+15
*
Fixed #9862 -- For better SQL portability, don't specify "NULL" on nullable
Malcolm Tredinnick
2009-01-06
1
-3
/
+3
*
Fixed #9736 -- Added quoting to the SQL constraint names generated during tab...
Russell Keith-Magee
2008-12-02
1
-2
/
+2
*
Fixed a group of missing imports, aliases and parameter passings from the
Malcolm Tredinnick
2008-08-12
1
-25
/
+28
*
Fixed #8228: fixed a Python 2.3 compatibility from [8296].
Jacob Kaplan-Moss
2008-08-11
1
-0
/
+5
*
Fixed #5461 -- Refactored the database backend code to use classes for the cr...
Russell Keith-Magee
2008-08-11
1
-3
/
+392
*
Added django/db/backends/creation.py, with BaseCreation. Refs #5461
Adrian Holovaty
2007-09-14
1
-0
/
+7