index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
db
/
backends
/
creation.py
Age
Commit message (
Expand
)
Author
2013-08-02
[1.6.x] Fixed #17519 -- Fixed missing SQL constraints to proxy models.
Tim Graham
2013-05-26
Replaced `and...or...` constructs with PEP 308 conditional expressions.
Ramiro Morales
2013-03-11
Improved the API of set_autocommit.
Aymeric Augustin
2013-03-11
Removed superfluous code now that connections use autocommit by default.
Aymeric Augustin
2013-03-11
Added an API to control database-level autocommit.
Aymeric Augustin
2013-02-27
Fixed #19861 -- Transaction ._dirty flag improvement
Anssi Kääriäinen
2013-02-24
Add sqldropindexes to manage
Tomasz Rybak
2013-02-20
Added a db_constraint option to ForeignKeys.
Alex Gaynor
2013-02-08
Moved import in db.backends.creation
Claude Paroz
2013-01-28
Fixed #19677 -- Introspection of recursive foreign keys under SQLite.
Aymeric Augustin
2012-11-27
Made sure global settings are changed in test db creation
Anssi Kääriäinen
2012-11-04
Fixed #5805 -- it is now possible to specify multi-column indexes. Thanks to ...
Alex Gaynor
2012-09-26
Fixed #3011 -- Added swappable auth.User models.
Russell Keith-Magee
2012-09-07
[py3k] Fixed the index creation code that I committed a few minutes ago for p...
Alex Gaynor
2012-09-07
Ensued that SQL indexes are alwasy created in the same name.
Alex Gaynor
2012-08-08
[py3] Replaced raw_input by input
Claude Paroz
2012-07-22
[py3] Removed longs.
Aymeric Augustin
2012-06-09
Fixed #17760 -- Implemented callable database features as cached properties
Claude Paroz
2012-04-30
Replaced print statement by print function (forward compatibility syntax).
Claude Paroz
2012-04-29
Fixed #18013 -- Use the new 'as' syntax for exceptions.
Claude Paroz
2012-04-29
Prevent Oracle from changing field.null to True
Anssi Kääriäinen
2012-02-28
Fixed #17786 (again) -- Ensured destruction of test databases works under Ora...
Aymeric Augustin
2012-01-30
Fixed #10868 -- Stopped restoring database connections after the tests' execu...
Julien Phalip
2011-11-19
Fixed #15255 -- Ensured createcachetable honors database routers.
Aymeric Augustin
2011-10-14
Fixed #12308 -- Added tablespace support to the PostgreSQL backend.
Aymeric Augustin
2011-09-21
Fixed #16353 -- don't try to create Site objects on all databases. Refs #1557...
Carl Meyer
2011-09-10
Remove a bunch of deadcode/dead imports.
Alex Gaynor
2011-07-06
Fixed #16250 -- Made test database creation support code in the PostgreSQL DB...
Ramiro Morales
2011-07-05
Rolled back r16510, r16513 and r16514 because it wasn't ready.
Jannis Leidel
2011-07-04
Fixed #15255 -- Stopped database cache from ignoring database routers when cr...
Jannis Leidel
2011-04-15
Fixed #15573: Forced the default site id to be 1 when creating test databases...
Ian Kelly
2011-04-02
Removed deprecated DB backend functions for creating m2m tables.
Russell Keith-Magee
2011-02-02
Fixed #15029 -- Moved to database backends the ability to decide if two DATAB...
Ramiro Morales
2011-01-18
Refs #14661 -- Clarified the handling of initial data injected via custom SQL.
Russell Keith-Magee
2010-12-21
Small performance tweak - avoid loading django.core.management in DB backend ...
Luke Plant
2010-12-21
Fixed #11675 -- Added support for the PyLibMC cache library. In order to supp...
Russell Keith-Magee
2010-12-21
Fixed #14921 -- Tweak changes made in r14861 for the Oracle backend so the te...
Ramiro Morales
2010-12-08
Fixed error introduced in r14666 that results in the message reporting the te...
Ramiro Morales
2010-11-21
Added printing of the name of test database being created/destroyed, at verbo...
Ramiro Morales
2010-10-11
Fixed #12991 -- Added unittest2 support. Thanks to PaulM for the draft patch,...
Russell Keith-Magee
2010-10-11
Fixed #14436 -- Escalated 1.2 PendingDeprecationWarnings to DeprecationWarnin...
Russell Keith-Magee
2010-08-07
Rationalized the verbosity levels (including introducing a new super-verbose ...
Russell Keith-Magee
2010-08-05
Fixed #13946 -- Modified the database cache backend to use the database route...
Russell Keith-Magee
2010-05-04
Fixed #12164 -- Removed the Python 2.3 compatibility imports and workarounds....
Russell Keith-Magee
2010-04-28
Fixed #12977 -- Ensure that indexes don't exceed character limits on MySQL. T...
Russell Keith-Magee
2010-04-21
Fixed #13328 -- Ensured that querysets on models with callable defaults can b...
Russell Keith-Magee
2010-03-20
Fixed #12850 -- Ensured that constraint names are quoted when they are remove...
Russell Keith-Magee
2010-01-19
Fixed #12633 -- Modified some old m2m attribute use in deprecated m2m table c...
Russell Keith-Magee
2009-12-22
Fixed #1142 -- Added multiple database support.
Russell Keith-Magee
2009-07-27
Fixed #11428 -- Ensured that SQL generating commands and dumpdata don't inclu...
Russell Keith-Magee
[next]