Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/core
Commit message (Expand)AuthorAgeFilesLines
* Fixed #18169 -- NoReverseMatch not silenced if from block...Anssi Kääriäinen2013-05-311-2/+1
* Improved the usage message of the test command.René Fleschenberg2013-05-311-1/+1
* Fixed #20509 - Proper parsing for dumpdata --pks option.Tim Graham2013-05-301-3/+4
* Fixed #15697 -- Made sqlindexes aware of auto-created tablesClaude Paroz2013-05-291-2/+2
* Fixed #20484 -- Added model validation for GenericIPAddre...Tim Graham2013-05-281-0/+2
* Replaced `and...or...` constructs with PEP 308 conditiona...Ramiro Morales2013-05-274-7/+7
* Fixed #19866 -- Added security logger and return 400 for ...Preston Holmes2013-05-264-11/+50
* Fixed #19938 -- Consumed iterator only once in paginator'...Andrew Jesaitis2013-05-251-1/+3
* Fixed #11398 - Added a pre_syncdb signalDonald Stufft2013-05-233-2/+20
* Removed check for 0.15 version of gettext toolsClaude Paroz2013-05-221-12/+0
* Fixed #20445 -- Raised original exception after command e...Jorge Bastida2013-05-201-7/+7
* Merge pull request #1181 from aaugustin/better-api-to-dis...Marc Tamlyn2013-05-201-4/+5
|\
| * Changed API to disable ATOMIC_REQUESTS per view.Aymeric Augustin2013-05-191-4/+5
* | Fixed #16330 -- added --pks option in dumpdata commandPreston Holmes2013-05-191-2/+19
|/
* Fixed #12747 -- Made reason phrases customizable.Aymeric Augustin2013-05-191-63/+4
* Fixed #18990 -- Loaddata now complains if fixture doesn't...Senko Rasic2013-05-191-1/+2
* Fixed #18990: Loaddata now complains if fixture doesn't e...Senko Rasic2013-05-191-2/+9
* Merge branch 'allow-any-iterable-for-choices'Donald Stufft2013-05-181-2/+2
|\
| * Fixed #20430 - Enable iterable of iterables for model cho...Donald Stufft2013-05-181-2/+2
* | Fixed #13285: populate_xheaders breaks cachingŁukasz Langa2013-05-181-24/+0
|/
* Fixed #9595 -- Allow non-expiring cache timeouts.Jacob Burch2013-05-186-36/+53
* Fixed #20422 -- Applied makemessage's --ignore patterns t...Baptiste Mispelon2013-05-181-4/+3
* Fixed #20427 -- Moved a variable initialization in storag...Claude Paroz2013-05-171-1/+1
* Replaced an antiquated pattern.Aymeric Augustin2013-05-174-6/+6
* Fixed #19934 - Use of Pillow is now preferred over PIL.Daniel Lindsley2013-05-152-12/+4
* Fixed #20136 - Fixed and expanded the docs for loaddata a...Tim Graham2013-05-121-3/+1
* Added an HTTP status code to Django's WSGI application th...Alex Gaynor2013-05-081-0/+1
* Fixed #20256 -- Corrected startproject --template help textClaude Paroz2013-05-081-1/+1
* Fixed #20354 -- `makemessages` no longer crashes with `Un...Tai Lee2013-05-071-1/+4
* Fixed #20330 -- Normalized spelling of "web server".Aymeric Augustin2013-04-291-2/+2
* Fixed #18336 -- Doubled request_queue_size.Aymeric Augustin2013-04-281-0/+2
* Fixed #20169 -- Ensured that the WSGI request's path is c...Julien Phalip2013-04-011-1/+1
* Fixed #5014 -- Guessed max_digits and decimal_places for ...Claude Paroz2013-04-011-2/+9
* Fixed #19998 -- Fixed --ignorenonexistent support for XML...Christoph Sieghart2013-03-301-1/+5
* Fixed #18985 -- ensure module level deprecations are disp...Preston Holmes2013-03-251-0/+17
* Fixed #19541 -- Fixed BaseHandler to enable reversing URL...Loic Bistuer2013-03-241-95/+94
* Fixed #19385 again, now with real code changesAnssi Kääriäinen2013-03-241-2/+10
* Fixed #17550 -- Removed a workaround for a bug in flup 1....Aymeric Augustin2013-03-241-4/+1
* Fixed #18972 -- Refactored bundled wsgi server's chunking...Matthew Wood2013-03-201-15/+11
* Fixed #18003 -- Preserved tracebacks when re-raising errors.konarkmodi2013-03-194-10/+16
* Fixed #13260 -- Quoted arguments interpolated in URLs in ...Aymeric Augustin2013-03-181-6/+14
* Fixed #17037 -- Added a --all option to diffsettings.Aymeric Augustin2013-03-181-3/+13
* Fix #20058: Make compilemessages use stdout instead of st...Baptiste Mispelon2013-03-161-3/+3
* Fixed #17051 -- Removed some 'invalid' field error messagesClaude Paroz2013-03-141-1/+1
* Add a specific error message for URLValidatorClaude Paroz2013-03-141-0/+1
* Fix #20022: Correctly handle prefixes with url-unsafe cha...Baptiste Mispelon2013-03-131-1/+1
* Made atomic usable when autocommit is off.Aymeric Augustin2013-03-131-1/+1
* Fixed a refactoring error in ba5138b1.Aymeric Augustin2013-03-111-14/+12
* Fixed #11569 -- Wrapped DatabaseCache._base_set in an ato...Aymeric Augustin2013-03-111-14/+15
* Fixed loaddata command, broken in the previous merge.Aymeric Augustin2013-03-111-0/+2