Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/core
Commit message (Expand)AuthorAgeFilesLines
...
* Extended variable name in handlers/base.pyClaude Paroz2015-05-051-5/+5
* Fixed #24693 -- Added label and label_lower property to M...Luis Del Giudice2015-05-022-5/+3
* Fixed #23271 -- Fixed makemessages crash/test failure for...daphshez2015-05-012-10/+13
* Fixed #24707 -- Improved error reporting for explicitly i...Harry2015-04-261-0/+5
* Fixed #24703 -- Changed squashmigrations to use a Migrati...Marten Kenbeek2015-04-251-7/+6
* Fixed #24664 -- Removed misleading arg name from Temporar...David Danier2015-04-201-2/+2
* Fixed #23879 -- Allowed model migration skip based on fea...Claude Paroz2015-04-181-1/+1
* Fixed #24349 -- Limited domain name labels to 63 characte...Anoop Thomas Mathew2015-04-181-3/+2
* Fixed #21652 -- Added notification when processing object...Yitzhak Clark2015-04-161-1/+8
* Added missing periods in migrate help messages.Joe Borg2015-04-141-2/+2
* Fixed #24560 -- Added a --dry-run mode to the createcache...Adam Chainz2015-04-091-4/+16
* Fixed #19820 -- Added more helpful error messages to Pyth...Richard Eames2015-04-092-16/+38
* Removed unused exception "as" variable.Tim Graham2015-04-081-1/+1
* Fixed #24544 -- Fixed get_image_dimensions() on image buf...steve2015-04-081-0/+6
* Fixed #24571 -- Restored testserver positional arguments ...Claude Paroz2015-04-041-1/+0
* Fixed typo in django.core.files.File docstring.Matt Hooks2015-04-031-1/+1
* Fixed #24558 -- Made dumpdata mapping ordering determinis...Simon Charette2015-04-023-16/+21
* Removed unused import in makemessagesClaude Paroz2015-04-011-1/+0
* Refs #24500 -- Avoided locale.getpreferredencoding in mak...Claude Paroz2015-04-011-5/+4
* Fixed #24531 -- Improved CommaSeparatedIntegerField valid...Bertrand Bordage2015-03-251-5/+8
* Fixed #24441 -- Changed get_image_dimensions() return val...Raúl Cumplido2015-03-251-1/+1
* Renamed Field.rel attribute to remote_fieldAnssi Kääriäinen2015-03-254-37/+37
* Fixed #24500 -- Fixed makemessages encoding problems retr...Pakal2015-03-211-10/+24
* Removed unused imports.Tim Graham2015-03-201-1/+1
* Adapted sendtestemail to be more argparse-ishClaude Paroz2015-03-201-4/+5
* Fixed #24419 -- Added sendtestemail management commandLoek van Gent2015-03-201-0/+20
* Fixed #23960 -- Removed http.fix_location_headerClaude Paroz2015-03-181-1/+0
* Fixed #24476 -- Added context manager/decorator for overr...Bas Peschier2015-03-181-3/+2
* Fixed #24427 -- Stopped writing migration files in dry ru...John Giannelos2015-03-161-4/+15
* Fixed #12982 -- Added a get_or_set() method to the BaseCa...Berker Peksag2015-03-141-0/+21
* Fed tuples to startswith when appropriateClaude Paroz2015-03-131-3/+2
* Fixed #24416 -- Added support for lazy email addresses.medmunds2015-03-131-4/+4
* Fixed #24122 -- Redirected to translated url after settin...Claude Paroz2015-03-131-1/+25
* Fixed #24013 -- Fixed escaping of reverse() prefix.Bas Peschier2015-03-131-9/+6
* Fixed #12943 -- Allowed unnamed arguments to be propagate...Bas Peschier2015-03-121-1/+9
* Made runserver use leave_locale_aloneClaude Paroz2015-03-091-10/+4
* Fixed #23407 -- Extended coverage of makemigrations --noi...Marten Kenbeek2015-03-081-1/+6
* Fixed #23173 -- Fixed incorrect stripping of SCRIPT_URLBas Peschier2015-03-081-1/+1
* Fixed #24369 -- Prevented crash when flushing before db m...Claude Paroz2015-03-051-1/+2
* Simplified emit_post_migrate from flush commandClaude Paroz2015-02-281-11/+4
* Revert "Fixed #24369 -- Prevented crash when `flush`ing b...Claude Paroz2015-02-281-4/+0
* Fixed #24369 -- Prevented crash when `flush`ing before db...Claude Paroz2015-02-281-0/+4
* Fixed a few uses of Template that relied on a default eng...Aymeric Augustin2015-02-221-2/+2
* Removed rmtree_errorhandler.Aymeric Augustin2015-02-221-3/+1
* Fixed #24351, #24346 -- Changed the signature of allow_mi...Loic Bistuer2015-02-204-3/+4
* Fixed typo in django.core.servers.basehttp message.Alex Vidal2015-02-201-1/+1
* Refs #24324 -- Fixed makemessages crash when Django is in...Tim Graham2015-02-171-1/+2
* Refs #24324 -- Fixed management command discovery on non-...Tim Graham2015-02-171-4/+4
* Fixed #24320 - Used field.value_to_string() in serializat...Andriy Sokolovskiy2015-02-131-0/+2
* Fixed #24184 -- Prevented automatic soft-apply of migrationsMarkus Holtermann2015-02-131-1/+7