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