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
/
core
/
management
/
sql.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refs #33476 -- Reformatted code with Black.
django-bot
2022-02-07
1
-7
/
+13
*
Fixed #32395 -- Allowed capturing stdout of migration signals.
Simon Charette
2021-02-04
1
-2
/
+6
*
Refs #5086 -- Removed unused only_django argument from sql_flush().
Jon Dufresne
2020-06-04
1
-8
/
+2
*
Fixed #31473 -- Made sql_flush() use RESTART IDENTITY to reset sequences on P...
Jon Dufresne
2020-04-17
1
-2
/
+6
*
Removed unnecessary assignments in various code.
Jon Dufresne
2019-04-24
1
-2
/
+1
*
Refs #27656 -- Updated django.core docstring verbs according to PEP 257.
Anton Samarchyan
2017-02-21
1
-3
/
+3
*
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2017-01-18
1
-2
/
+0
*
Fixed #24100 -- Made the migration signals dispatch its plan and apps.
Simon Charette
2016-05-15
1
-4
/
+8
*
Removed support for syncing apps without migrations per deprecation timeline.
Tim Graham
2015-01-18
1
-147
/
+1
*
Required sqlparse for SQL splitting per deprecation timeline.
Tim Graham
2015-01-17
1
-18
/
+0
*
Removed support for custom SQL per deprecation timeline.
Tim Graham
2015-01-17
1
-58
/
+0
*
Removed pre_syncdb and post_syncdb signals per deprecation timeline.
Tim Graham
2015-01-17
1
-18
/
+2
*
Fixed #23866 -- Harmonized refs to Django documentation from code
Claude Paroz
2014-12-25
1
-3
/
+6
*
Fixed #23968 -- Replaced list comprehension with generators and dict comprehe...
Jon Dufresne
2014-12-08
1
-2
/
+2
*
Normalized opening a file and decoding its content.
Aymeric Augustin
2014-11-11
1
-2
/
+2
*
Fixed #18782 -- Prevented sql_flush to flush views
Claude Paroz
2014-09-23
1
-2
/
+2
*
Limited lines to 119 characters in django/
Tim Graham
2014-09-05
1
-2
/
+9
*
Fixed #23379 -- Corrected a referencing issue in sql_create.
Simon Charette
2014-08-28
1
-1
/
+1
*
Fixed #23136 -- Added a message when sqlclear does nothing
Gabriel Muñumel
2014-08-18
1
-0
/
+2
*
Fixed #22749: Making SQL management commands migration aware.
Víðir Valberg Guðmundsson
2014-06-07
1
-2
/
+26
*
Revert "Making SQL management commands migration aware."
Florian Apolloner
2014-06-01
1
-24
/
+0
*
Fix test failure caused by 3149cdce32e7261b2d44128ab712c4d4f1a5d429
Andrew Godwin
2014-05-29
1
-1
/
+2
*
Making SQL management commands migration aware.
Víðir Valberg Guðmundsson
2014-05-29
1
-0
/
+23
*
Removed unused import.
Tim Graham
2014-04-30
1
-1
/
+0
*
Removed bogus, ineffective 'U' flag from codecs.open() call.
Ramiro Morales
2014-04-29
1
-1
/
+1
*
Fixed #3214 -- Stopped parsing SQL with regex.
Aymeric Augustin
2014-04-26
1
-3
/
+2
*
Revert "Fixed #22401 -- Deprecated regular expression parsing of initial SQL ...
Tim Graham
2014-04-16
1
-22
/
+13
*
Fixed #22401 -- Deprecated regular expression parsing of initial SQL in favor...
julien 'pouete' Godin
2014-04-09
1
-13
/
+22
*
Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warnings
Claude Paroz
2014-03-08
1
-1
/
+2
*
Ensure cursors are closed when no longer needed.
Michael Manfre
2014-02-02
1
-32
/
+33
*
Remove unneded open(.., 'U') when on python 3.
Marc Tamlyn
2014-01-13
1
-1
/
+2
*
Fixed #21477 -- Renamed db to using in pre/post_migrate signals.
Aymeric Augustin
2014-01-12
1
-2
/
+2
*
Removed the only_with_models_module argument of get_model[s].
Aymeric Augustin
2013-12-30
1
-2
/
+6
*
Changed get_migratable_models to use an app config.
Aymeric Augustin
2013-12-29
1
-5
/
+5
*
Changed sql_* to use an app config instead of a models module.
Aymeric Augustin
2013-12-29
1
-13
/
+13
*
Refactored the migration signals to use app configs.
Aymeric Augustin
2013-12-29
1
-0
/
+14
*
Renamed AppCache to Apps.
Aymeric Augustin
2013-12-24
1
-5
/
+5
*
Moved apps back in the toplevel django namespace.
Aymeric Augustin
2013-12-22
1
-1
/
+1
*
Moved the new app cache inside core.
Aymeric Augustin
2013-12-17
1
-1
/
+1
*
Made it possible to create apps without a models module.
Aymeric Augustin
2013-12-17
1
-2
/
+2
*
Deprecated get_apps().
Aymeric Augustin
2013-12-17
1
-14
/
+18
*
Deprecated get_app_package, get_app_path and get_app_paths.
Aymeric Augustin
2013-12-17
1
-1
/
+1
*
Removed module-level functions for the app cache.
Aymeric Augustin
2013-12-17
1
-4
/
+5
*
Add get_migratable_models util method to ConnectionRouter
Claude Paroz
2013-10-16
1
-13
/
+5
*
Fixed #19657 -- Made sql commands honor allow_migrate
Claude Paroz
2013-10-16
1
-7
/
+14
*
Fixed #21189: Cleaned up usage of bare except clauses.
Baptiste Mispelon
2013-10-05
1
-1
/
+1
*
Fixed a number of flake8 errors -- particularly around unused imports and loc...
Alex Gaynor
2013-09-06
1
-1
/
+0
*
Fixed #20989 -- Removed useless explicit list comprehensions.
Simon Charette
2013-08-30
1
-1
/
+1
*
Merge remote-tracking branch 'core/master' into schema-alteration
Andrew Godwin
2013-08-09
1
-3
/
+17
|
\
|
*
Fixed #14300 -- Fixed initial SQL location if models is a package.
Tim Graham
2013-07-24
1
-3
/
+17
[next]