Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/core
Commit message (Expand)AuthorAgeFilesLines
...
* Removed Django 1.7 MIDDLEWARE_CLASSES upgrade check.Tim Graham2015-02-103-37/+0
* Sorted imports with isort; refs #23860.Tim Graham2015-02-0649-132/+138
* Removed old import aliases.Tim Graham2015-02-061-1/+0
* Simplified handling of RegexURLResolver.urlconf_module.Aymeric Augustin2015-02-051-11/+10
* Fixed #24149 -- Normalized tuple settings to lists.darkryder2015-02-031-1/+1
* Fixed #24137 -- Switched to HTTP reason phrases from Pyth...Jon Dufresne2015-01-281-3/+0
* Refs #16905 -- Replaced call to removed method in runserverR3v1L2015-01-191-1/+1
* Removed support for syncing apps without migrations per d...Tim Graham2015-01-188-277/+7
* Removed BaseCommand.validate() per deprecation timeline; ...Tim Graham2015-01-181-10/+0
* Removed dumpdata --natural option and serializers use_nat...Tim Graham2015-01-182-18/+2
* Removed BaseMemcachedCacheMethods._get_memcache_timeout b...Tim Graham2015-01-181-8/+1
* Removed the validate management command per deprecation t...Tim Graham2015-01-181-16/+0
* Removed unused imports from previous commit.Tim Graham2015-01-171-2/+1
* Removed BaseCommand.requires_model_validation per depreca...Tim Graham2015-01-171-42/+3
* Removed support for AppCommand.handle_app() per deprecati...Tim Graham2015-01-171-20/+3
* Required sqlparse for SQL splitting per deprecation timel...Tim Graham2015-01-171-18/+0
* Removed support for custom SQL per deprecation timeline.Tim Graham2015-01-176-141/+4
* Removed support for initial_data fixtures per deprecation...Tim Graham2015-01-173-35/+2
* Removed django.core.cache.get_cache() per deprecation tim...Tim Graham2015-01-171-30/+1
* Removed the syncdb command per deprecation timeline.Tim Graham2015-01-172-46/+1
* Removed pre_syncdb and post_syncdb signals per deprecatio...Tim Graham2015-01-173-31/+7
* Removed compatibility with Python 3.2.Tim Graham2015-01-172-8/+1
* Removed FastCGI support per deprecation timeline; refs #2...Tim Graham2015-01-174-229/+3
* Removed request.REQUEST per deprecation timeline; refs #1...Tim Graham2015-01-171-11/+0
* Removed unused importClaude Paroz2015-01-141-3/+0
* Stripped headers containing underscores to prevent spoofi...Carl Meyer2015-01-131-0/+8
* Fixed #17785 -- Preferred column names in get_relations i...Claude Paroz2015-01-121-3/+3
* Fixed #24129 -- Added indicator that migrations are rende...Markus Holtermann2015-01-121-1/+9
* Fixed #9893 -- Allowed using a field's max_length in the ...Pavel Shpilev2015-01-121-7/+37
* Fixed #24073 -- Deactivated translations when leave_local...Claude Paroz2015-01-071-9/+8
* Fixed #12663 -- Formalized the Model._meta API for retrie...Daniel Pyrathon2015-01-072-5/+5
* Fixed #20003 -- Improved and extended URLValidatorDanilo Bargen2015-01-061-6/+25
* Fixed gettext version regexClaude Paroz2015-01-061-1/+1
* Refs #23359 -- Removed double newline from output of migr...Markus Holtermann2015-01-051-2/+3
* Fixed #8280 -- Allowed management command discovery for eggsClaude Paroz2015-01-051-5/+5
* Fixed #24072 -- Added FileResponse for streaming binary f...Collin Anderson2015-01-051-0/+2
* Fixed #9104 -- Moved FieldDoesNotExist to core.exceptionsDaniel Pyrathon2015-01-021-0/+5
* Show migration elapsed time when verbosity>1Claude Paroz2015-01-021-4/+12
* Fixed #24069 -- Made ServerHandler a new style class to f...Andreas Pelme2015-01-021-1/+2
* Fixed #23366 -- Fixed a crash with the migrate --list com...Tim Graham2014-12-311-1/+1
* Fixed #24008 -- Fixed ValidationError crash with list of ...Andrey Maslov2014-12-311-1/+4
* Fixed #23359 -- Added showmigrations command to list migr...Markus Holtermann2014-12-312-43/+133
* Fixed breakage by 6fb9dee4 under Python2+Windows.Ramiro Morales2014-12-301-10/+5
* Fixed #21255 -- Closed connections after management comma...Claude Paroz2014-12-291-0/+3
* Fixed #23271 -- Don't corrupt PO files on Windows when up...Ramiro Morales2014-12-291-5/+20
* Moved context_processors from django.core to django.templ...Aymeric Augustin2014-12-281-82/+7
* Replaced sqlall in some bash_completion/admin_scripts tests.Tim Graham2014-12-271-2/+2
* Fixed #24054 -- Enabled sqlsequencereset for apps with mi...Tim Graham2014-12-261-2/+0
* Fixed #23866 -- Harmonized refs to Django documentation f...Claude Paroz2014-12-253-10/+11
* Removed shutil.copystat copied from stdlib (added to supp...Tim Graham2014-12-251-13/+2