Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/contrib/sites
Commit message (Expand)AuthorAgeFilesLines
* Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić2015-09-122-2/+7
* Fixed #25324 -- Registered ModelAdmin instances with @adm...Y3K2015-08-311-2/+1
* Fixed #24834 -- Fixed get_current_site() when Host header...Nick Pope2015-06-181-4/+14
* Fixed #24774 -- Made contrib.site's Site.domain field uniquePiotr Jakimiak2015-05-162-1/+21
* Fetched updated contrib translations from TransifexClaude Paroz2015-04-01166-733/+242
* Fixed #24488 -- Made create_default_site() use default pk...Marten Kenbeek2015-03-161-1/+1
* Fixed #24351, #24346 -- Changed the signature of allow_mi...Loic Bistuer2015-02-201-1/+1
* Fixed #24332 -- Fixed contrib.sites create_default_site()...Tim Graham2015-02-132-2/+3
* Moved contrib.sites tests out of contrib.Tim Graham2015-02-111-195/+0
* Sorted imports with isort; refs #23860.Tim Graham2015-02-064-6/+4
* Removed contrib.sites.models.RequestSite/get_current_site...Tim Graham2015-01-181-20/+0
* Updated en translation catalogsClaude Paroz2015-01-171-6/+6
* Fixed #9104 -- Moved FieldDoesNotExist to core.exceptionsDaniel Pyrathon2015-01-021-1/+1
* Fixed #24000 -- Corrected contrib.sites default site crea...Tim Graham2014-12-272-7/+7
* Fixed #23822 -- Added support for serializing model manag...Markus Holtermann2014-12-153-0/+7
* Fixed #23945 -- Made default site use the configured SITE...wrwrwr2014-12-022-1/+10
* Fixed #23929 -- Added more tests for create_default_site.wrwrwr2014-12-011-11/+58
* Removed a clear_cache statement in contrib.sites.create_d...wrwrwr2014-12-011-2/+0
* Fixed #23641 -- Moved post_migrate signals for contrib ap...wrwrwr2014-11-273-4/+17
* Fixed #15089 -- Allowed contrib.sites to lookup the curre...Tim Graham2014-10-014-22/+76
* Updated translations from TransifexClaude Paroz2014-09-3012-21/+25
* Fetched translations from TransifexClaude Paroz2014-08-20164-612/+1764
* Added database migration for contrib.sites.Claude Paroz2014-06-162-0/+28
* Updated translation catalogsClaude Paroz2014-05-191-6/+10
* Used more specific test assertions.Aymeric Augustin2014-04-091-3/+3
* Fixed #21188 -- Introduced subclasses for to-be-removed-i...Claude Paroz2014-03-081-3/+4
* Fixed #22070 -- Changed verbose_name for apps in django.c...James Jenkins2014-03-071-1/+1
* Edited contrib.sites check messages for grammar and consi...Russell Keith-Magee2014-03-031-4/+2
* Fixed #17005 -- Added CurrentSiteMiddleware to set the cu...Christopher Medrela2014-02-062-0/+21
* Ensure cursors are closed when no longer needed.Michael Manfre2014-02-021-3/+3
* Moved RequestSite and get_current_site.Aymeric Augustin2014-01-264-30/+61
* Fixed #21829 -- Added default AppConfigs.Aymeric Augustin2014-01-251-0/+1
* Fixed #16905 -- Added extensible checks (nee validation) ...Russell Keith-Magee2014-01-201-26/+50
* Removed some unnecessary __exact operators in filters.Tim Graham2014-01-181-1/+1
* Fixed #21675 -- Added app configs for contrib apps.Aymeric Augustin2014-01-051-0/+8
* Fixed a typo.Aymeric Augustin2013-12-291-1/+1
* Refactored the migration signals to use app configs.Aymeric Augustin2013-12-291-10/+16
* Imported override_settings from its new location.Aymeric Augustin2013-12-231-2/+1
* Dropped AppCache._empty, _with_app and _without_app.Aymeric Augustin2013-12-231-7/+3
* Moved apps back in the toplevel django namespace.Aymeric Augustin2013-12-221-1/+1
* Removed the app_config.installed flag.Aymeric Augustin2013-12-221-7/+7
* Normalized Model._meta.installed.Aymeric Augustin2013-12-171-4/+4
* Moved import at proper place in contrib.sitesClaude Paroz2013-11-161-3/+5
* Fixed #21388 -- Corrected language code for FrisianBouke Haarsma2013-11-112-0/+0
* More attacking E302 violatorsAlex Gaynor2013-11-021-0/+1
* Continue to attack E302 violationsAlex Gaynor2013-11-021-0/+1
* Fixed all the E203 violationsAlex Gaynor2013-10-271-1/+1
* Fixed E225 pep8 warnings.Tim Graham2013-10-231-1/+1
* Fixed #21267 -- Fixed E502 pep8 warningsAlasdair Nicol2013-10-181-2/+2
* Whitespace cleanup.Tim Graham2013-10-102-6/+6