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
/
contrib
/
sites
/
management.py
Age
Commit message (
Expand
)
Author
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2016-05-15
Fixed #24075 -- Used post-migration models in contrib apps receivers.
Simon Charette
2015-03-16
Fixed #24488 -- Made create_default_site() use default pk of 1.
Marten Kenbeek
2015-02-20
Fixed #24351, #24346 -- Changed the signature of allow_migrate().
Loic Bistuer
2015-02-13
Fixed #24332 -- Fixed contrib.sites create_default_site() when 'default' DATA...
Tim Graham
2014-12-27
Fixed #24000 -- Corrected contrib.sites default site creation in a multiple d...
Tim Graham
2014-12-01
Fixed #23945 -- Made default site use the configured SITE_ID.
wrwrwr
2014-12-01
Removed a clear_cache statement in contrib.sites.create_default_site.
wrwrwr
2014-11-27
Fixed #23641 -- Moved post_migrate signals for contrib apps to AppConfig.read...
wrwrwr
2014-02-02
Ensure cursors are closed when no longer needed.
Michael Manfre
2013-12-29
Fixed a typo.
Aymeric Augustin
2013-12-29
Refactored the migration signals to use app configs.
Aymeric Augustin
2013-11-02
Continue to attack E302 violations
Alex Gaynor
2013-10-26
Fixed all the E203 violations
Alex Gaynor
2013-07-30
Rename allow_syncdb to allow_migrate
Andrew Godwin
2013-07-30
Rename pre_ and post_syncdb to *_migrate, with aliases from old names
Andrew Godwin
2012-04-30
Replaced print statement by print function (forward compatibility syntax).
Claude Paroz
2012-01-07
Fixed #17415 -- Reset database sequence for Site's pk after creating the defa...
Aymeric Augustin
2011-09-21
Fixed #16353 -- don't try to create Site objects on all databases. Refs #1557...
Carl Meyer
2009-12-22
Fixed #1142 -- Added multiple database support.
Russell Keith-Magee
2008-08-06
Major refactoring of django.dispatch with an eye towards speed. The net resul...
Jacob Kaplan-Moss
2008-06-22
Fixed #7514 -- Added code to clear the site cache on sync. This shouldn't hav...
Russell Keith-Magee
2006-08-27
Refs #2333 - Added 'test' target to django-admin script. Includes addition of...
Russell Keith-Magee
2006-05-02
MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...
Adrian Holovaty