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
/
core
/
management
/
sql.py
Age
Commit message (
Expand
)
Author
2013-07-24
Fixed #14300 -- Fixed initial SQL location if models is a package.
Tim Graham
2013-06-10
Added a stealth option to flush to allow cascades.
Aymeric Augustin
2013-05-29
Fixed #15697 -- Made sqlindexes aware of auto-created tables
Claude Paroz
2013-05-23
Fixed #11398 - Added a pre_syncdb signal
Donald Stufft
2013-02-24
Add sqldropindexes to manage
Tomasz Rybak
2013-02-05
Fixed #19689 -- Renamed `Model._meta.module_name` to `model_name`.
Simon Charette
2012-12-08
Fixed #19357 -- Allow non-ASCII chars in filesystem paths
Claude Paroz
2012-12-03
Fixed #19416 -- Fixed multi-line commands in initial SQL files
Claude Paroz
2012-10-21
Updated error message for bad database engine
Preston Holmes
2012-09-26
Fixed #3011 -- Added swappable auth.User models.
Russell Keith-Magee
2012-08-14
[py3] Fixed file.read().decode(), used codecs.open() instead
Anssi Kääriäinen
2012-07-24
Fixed #18271 -- Changed stage at which TransactionTestCase flushes DB tables.
Ramiro Morales
2012-07-21
Fixed #4680 -- Improved initial_sql parsing
Claude Paroz
2012-06-07
Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.
Claude Paroz
2012-05-05
Made more extensive usage of context managers with open.
Claude Paroz
2012-04-30
Replaced print statement by print function (forward compatibility syntax).
Claude Paroz
2012-04-29
Made table_names() output sorted.
Anssi Kääriäinen
2012-03-31
Removed the deprecated reset and sqlreset management commands.
Aymeric Augustin
2011-09-10
Kill some more dead code.
Alex Gaynor
2011-08-12
Fixed #16584 -- Fixed a bunch of typos in code comments. Thanks, Bernhard Essl.
Jannis Leidel
2011-04-02
Advanced deprecations in core.mail, core.commands, core.context_processors an...
Russell Keith-Magee
2010-12-12
Fixed #14268 -- Start the deprecation of the reset and sqlreset management co...
Jannis Leidel
2010-10-31
When looking for django tables which exist, query for all tables once, not on...
Alex Gaynor
2010-10-09
Fixed #14356. Remove some dead imports from django.core.management.sql. Tha...
Alex Gaynor
2010-10-06
Negligible formatting improvement to an error in management/sql.py
Adrian Holovaty
2010-05-04
Fixed #12164 -- Removed the Python 2.3 compatibility imports and workarounds....
Russell Keith-Magee
2010-01-27
Fixed #11969 -- `Field.post_create_sql` hook should not be called for unmanag...
Justin Bronn
2009-12-22
Fixed #1142 -- Added multiple database support.
Russell Keith-Magee
2009-11-03
Fixed #10109 -- Removed the use of raw SQL in many-to-many fields by introduc...
Russell Keith-Magee
2008-11-29
Fixed #9717 -- Corrected a problem where django-admin.py flush would attempt ...
Russell Keith-Magee
2008-08-16
Fixes #7845: Removed a piece of stale code that was causing ./manage.py reset...
Russell Keith-Magee
2008-08-11
Fixed #5461 -- Refactored the database backend code to use classes for the cr...
Russell Keith-Magee
2008-08-06
Major refactoring of django.dispatch with an eye towards speed. The net resul...
Jacob Kaplan-Moss
2008-07-31
Fixed #8053 -- Corrected a bug with reset and m2m intermediate tables. Thanks...
Russell Keith-Magee
2008-07-29
Fixed #6095 -- Added the ability to specify the model to use to manage a Many...
Russell Keith-Magee
2008-07-29
Fixed #7589 -- Added a way for post-table-creation SQL modifications to be do...
Malcolm Tredinnick
2008-06-30
Make sure we only create the minimum number of table indexes for MySQL.
Malcolm Tredinnick
2008-06-08
Fixed #6394: improved comment stripping in initial SQL files. Thanks, Thomas ...
Jacob Kaplan-Moss
2008-05-31
Fixed #6820: flush no longer fails under PostgreSQL 8.3. WARNING: In the proc...
Jacob Kaplan-Moss
2008-04-27
Merged the queryset-refactor branch into trunk.
Malcolm Tredinnick
2008-03-27
Added inline Oracle tablespace SQL for unique_together constraints.
Ian Kelly
2008-03-10
Fixed #6374: cross-app and circular FK constraints are now detected and added...
Jacob Kaplan-Moss
2008-01-04
Fixed the Oracle backend mangling colorized unique_together SQL.
Ian Kelly
2007-12-17
Generic relations should not try to drop their related table in "sqlreset".
Malcolm Tredinnick
2007-11-04
Fixed #5729 -- For MySQL (only), always delay the creation of foreign key
Malcolm Tredinnick
2007-09-15
Fixed two more instances of bug #4827 in the management code.
Ian Kelly
2007-09-14
Fixed #5218: Made Oracle create autoinc triggers using the correct name
Ian Kelly
2007-08-25
Fixed #5086 -- The 'flush' and 'sqlflush' management commands no longer touch...
Adrian Holovaty
2007-08-20
Removed legacy django.db.backend import in sql_delete()
Adrian Holovaty
2007-08-20
Refactored get_drop_sequence() to DatabaseOperations.drop_sequence_sql(). Ref...
Adrian Holovaty
[prev]
[next]