Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/core
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed #20349 -- Moved setting_changed signal to django.co...Collin Anderson2014-12-241-0/+1
* Replaced DatabaseCreation sql methods by schema editor eq...Claude Paroz2014-12-231-49/+15
* Fixed #17946 -- Fixed deserialization of self-referencing...Claude Paroz2014-12-231-7/+7
* Fixed #23788 (2) -- Improved gettext version checkerClaude Paroz2014-12-181-2/+2
* Fixed #23975 -- Restored pre_migrate signal if all apps h...Tim Graham2014-12-171-0/+1
* Fixed #20968 -- Checked Spatialite metadata before migrat...Claude Paroz2014-12-081-0/+2
* Fixed #23968 -- Replaced list comprehension with generato...Jon Dufresne2014-12-088-24/+24
* Tweaked fix for refs #23946; thanks Claude.Tim Graham2014-12-021-2/+2
* Fixed #23946 -- Fixed runserver crash when socket error c...Andriy Sokolovskiy2014-12-021-2/+2
* Fixed #4444 - Made runserver suppress 'broken pipe' errorsMatthew Somerville2014-11-281-0/+38
* Fixed #23728 -- Added the --exit option to makemigrations.Tim Heap2014-11-281-8/+16
* Fixed #23910 -- Added reply_to parameter to EmailMessageMartin Blech2014-11-281-3/+13
* Fixed #23924 -- Made EmailMessage raise TypeError for typ...Martin Blech2014-11-281-3/+6
* Fixed #14664 -- Logged a warning if MiddlewareNotUsed is ...Berker Peksag2014-11-271-1/+6
* Fixed #23899 -- Added 'Generated by Django X.Y' to startp...Martin Blech2014-11-251-0/+1
* Fixed #23888 -- Fixed crash in File.__repr__() when name ...Sergey Fedoseev2014-11-241-3/+4
* Removed workaround for lack of os.getpid() in Jython.Tim Graham2014-11-241-12/+14
* Fixed #13694 -- Made SafeMIMEText's constructor compatibl...Berker Peksag2014-11-241-8/+11
* Revert "Fixed #23892 -- Made deconstructible classes forw...Carl Meyer2014-11-232-4/+4
* Fixed #23892 -- Made deconstructible classes forwards com...Carl Meyer2014-11-222-4/+4
* Fixed #23887 -- Returned Bad Request for multipart parsin...Claude Paroz2014-11-221-0/+10
* Removed reduce() usage in makemigrations; refs #23796.Brad Walker2014-11-201-17/+11
* Reduced reduce() usage; refs #23796.Brad Walker2014-11-201-4/+1
* Fixed #18714 -- Added 'fuzzy' compilemessages optionAnton Baklanov2014-11-181-0/+4
* Fixed #23799 -- Made makemigrations respect --no-optimize.Tillmann Karras2014-11-181-15/+22
* Improved readability of negative condition in makemessagesClaude Paroz2014-11-171-1/+1
* Simplified handle_extensions management utilityClaude Paroz2014-11-173-10/+6
* Fixed #23840 -- Fixed makemessages find_files methodIlja Maas2014-11-171-7/+8
* Fixed #21363 -- Added datetime.timedelta support to Times...Berker Peksag2014-11-151-0/+3
* Added a new GeoJSON serialization format for GeoDjangoClaude Paroz2014-11-151-1/+4
* Merge pull request #3481 from manfre/ticket-16358Michael Manfre2014-11-141-1/+3
|\
| * Fixed #16358 - Made memcache backend delete old value on ...Michael Manfre2014-11-131-1/+3
* | Fixed #23765 -- Removed BooleanField default check which ...Tim Graham2014-11-132-42/+0
|/
* Removed return from __init__.Aymeric Augustin2014-11-121-5/+5
* Normalized opening a file and decoding its content.Aymeric Augustin2014-11-112-3/+3
* Removed import forgotten in previous commit.Aymeric Augustin2014-11-111-1/+0
* Fixed #23788 -- Used new JavaScript support in recent get...Claude Paroz2014-11-111-14/+23
* Raised SuspiciousFileOperation in safe_join.Aymeric Augustin2014-11-111-5/+1
* Fixed #23750 -- Allowed core.checks.register to be used a...averybigant2014-11-111-5/+12
* Fixed typos using https://github.com/vlajos/misspell_fixerVeres Lajos2014-11-041-1/+1
* Fixed #23468 -- Added checks for duplicate fixtures direc...Konrad Świat2014-10-311-3/+14
* Clarified BaseCommand --traceback behavior.Matthew Somerville2014-10-301-2/+2
* Fixed #8149 -- Made File.__iter__() support universal new...Jon Dufresne2014-10-301-7/+34
* Fixed #23717 -- Fixed makemessages crash when STATIC_ROOT...Claude Paroz2014-10-271-1/+1
* Fixed #23699 -- Prevented flush from loading initial data...Tony Zhu2014-10-271-3/+7
* Refactored color_style() and no_style() to improve testab...Loic Bistuer2014-10-221-29/+45
* Fixed #23686 -- Tweak color output of the system check fr...Loic Bistuer2014-10-221-15/+32
* Fixed #23663 -- Initialize output streams for BaseCommand...Loic Bistuer2014-10-221-13/+26
* Fixed #23583 -- More selectively ignored static/media rootsClaude Paroz2014-10-211-5/+3
* Fixed #23107 -- Made runserver output respect --no-color.Loic Bistuer2014-10-212-1/+8