Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/core
Commit message (Expand)AuthorAgeFilesLines
* Fixed #25668 -- Misc spelling errorsVille Skyttä2015-11-031-1/+1
* Fixed #25635 -- Made URLValidator allow '+' in scheme.Dheerendra Rathor2015-10-311-1/+1
* Fixed #16734 -- Set script prefix even outside of requestsClaude Paroz2015-10-291-1/+1
* Fixed #25620 -- Made URLValidator prohibit URLs with cons...Dheerendra Rathor2015-10-291-1/+1
* Refs #17133 -- Optimized script_url handling in get_scrip...Claude Paroz2015-10-271-3/+4
* Fixed #25550 -- Deprecated direct assignment to the rever...Tim Graham2015-10-271-1/+1
* Removed hardcoded utf-8 BOM, used value from codecs instead.Jon Dufresne2015-10-251-2/+1
* Fixed #25604 -- Added makemigrations --check option.Jon Dufresne2015-10-241-6/+17
* Cached model field_names in Python Deserializer.Andrey Kuzmin2015-10-231-1/+5
* Fixed #17133 -- Properly handled successive slashes in in...Claude Paroz2015-10-231-0/+6
* Fixed "URLconf" spelling in code comments.Tim Graham2015-10-222-4/+4
* Fixed #25589 -- Allowed startapp/project to create apps w...Yoong Kang Lim2015-10-221-8/+15
* Fixed #25501 -- Made the file-based cache backend use the...Andrew Artajos2015-10-201-2/+2
* Fixed #25510 -- Allowed runserver to start with incorrect...Aymeric Augustin2015-10-181-4/+7
* Fixed #25500 -- Added --fail-level option to check command.Jon Dufresne2015-10-053-4/+15
* Fixed #25483 -- Allowed passing non-string arguments to c...Claude Paroz2015-10-031-1/+2
* Fixed #25468 -- Made DjangoJSONEncoder lazy string awareClaude Paroz2015-09-271-0/+3
* Refs #22804 -- Made an unsafe value of 'sep' in Signer an...Tim Graham2015-09-241-4/+4
* Removed deprecated TEMPLATE_* settings per deprecation ti...Tim Graham2015-09-241-7/+4
* Removed django.core.context_processors per deprecation ti...Tim Graham2015-09-241-9/+0
* Refs #22835 -- Removed NoArgsCommand per deprecation time...Tim Graham2015-09-241-34/+0
* Refs #23359 -- Removed the migrate --list option per depr...Tim Graham2015-09-241-23/+0
* Refs #9893 -- Removed shims for lack of max_length suppor...Tim Graham2015-09-241-14/+1
* Refs #19973 -- Removed optparse support in management com...Tim Graham2015-09-243-106/+38
* Refs #22384 -- Removed the ability to reverse URLs by dot...Tim Graham2015-09-241-86/+40
* Refs #22218 -- Removed conf.urls.patterns() per deprecati...Tim Graham2015-09-241-8/+0
* Refs #24022 -- Removed the ssi tag per deprecation timeline.Tim Graham2015-09-241-1/+0
* Refs #23813 -- Moved URLconfs into module and tidied docs...Alasdair Nicol2015-09-221-5/+5
* Corrected docstring in core.urlresolvers module.Matt Deacalion Stevens2015-09-211-3/+2
* Fixed #23813 -- Added checks for common URL pattern errorsAlasdair Nicol2015-09-214-1/+91
* Fixed #25390 -- Allowed specifying a start migration in s...Markus Holtermann2015-09-191-15/+44
* Fixed #24636 -- Added model field validation for decimal ...Iulia Chiriac2015-09-181-0/+69
* Fixed #25034 -- Converted caches ImproperlyConfigured err...Tom Christie2015-09-184-4/+20
* Fixed typo in django/core/cache/backends/base.py docstring.Matthew Crowson2015-09-161-1/+1
* Added upgrade tip in BaseCommand.option_list deprecation ...Daniel Hahler2015-09-151-0/+1
* Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić2015-09-123-18/+28
* Allowed a port range for the liveserver by default.Aymeric Augustin2015-09-091-1/+1
* Fixed #25372 -- Fixed autocompletion for options of non-a...Daniel Hahler2015-09-091-1/+1
* Fixed #25350 -- Added alias --no-input for --noinput to m...Raphael Michel2015-09-086-6/+11
* Fixed #25144 -- Allowed migrate to create tables for apps...Tim Graham2015-09-041-0/+2
* Fixed #25331 -- Removed trailing blank lines in docstrings.Maxime Lorant2015-08-317-18/+2
* Fixed #24704 -- Made the autoreloader survive SyntaxErrors.Aymeric Augustin2015-08-292-2/+19
* Fixed #17375 -- Changed makemessages to use xgettext with...Sergey Kolosov2015-08-281-104/+197
* Fixed #25318 -- Made SILENCED_SYSTEM_CHECKS suppress all ...Tim Graham2015-08-281-2/+2
* Fixed #25322 -- Lazily compiled core.validators regular e...Jonas Haag2015-08-281-12/+23
* Fixed #25047 -- Improved "Conflicting migrations" error m...Tim Graham2015-08-242-2/+4
* Fixed #25285 -- Provided unknown command message with pla...Claude Paroz2015-08-191-2/+8
* Fixed #24755 -- Hid operations from dependency apps when ...Markus Holtermann2015-08-181-1/+5
* Fixed #25231 -- Added recording of squashed migrations in...mlavin2015-08-071-0/+1
* Fixed #25204 -- Added missing space in runserver logging.Tim Graham2015-08-011-1/+1