summaryrefslogtreecommitdiff
path: root/django/core
AgeCommit message (Expand)Author
2013-06-07Fixed #19925 - Added validation for REQUIRED_FIELDS being a listChris Streeter
2013-06-07Initial stab at a migrate command, it's probably quite a way off.Andrew Godwin
2013-06-07Merge remote-tracking branch 'core/master' into schema-alterationAndrew Godwin
2013-06-03Fixed loaddata for Django checkouts with non ASCII chars in the name.Florian Apolloner
2013-06-03Fixed small regression from 51aa000378.Aymeric Augustin
2013-06-02Fixed #20485 -- Refactored loaddata for speed.Aymeric Augustin
2013-06-01Fixed #18169 -- NoReverseMatch not silenced if from block.superAnssi Kääriäinen
2013-05-31Improved the usage message of the test command.René Fleschenberg
2013-05-30Fixed #20509 - Proper parsing for dumpdata --pks option.Tim Graham
2013-05-29Fixed #15697 -- Made sqlindexes aware of auto-created tablesClaude Paroz
2013-05-28Fixed #20484 -- Added model validation for GenericIPAddressFieldTim Graham
2013-05-26Replaced `and...or...` constructs with PEP 308 conditional expressions.Ramiro Morales
2013-05-25Fixed #19866 -- Added security logger and return 400 for SuspiciousOperation.Preston Holmes
2013-05-25Fixed #19938 -- Consumed iterator only once in paginator's PageAndrew Jesaitis
2013-05-23Fixed #11398 - Added a pre_syncdb signalDonald Stufft
2013-05-22Removed check for 0.15 version of gettext toolsClaude Paroz
2013-05-20Fixed #20445 -- Raised original exception after command errorJorge Bastida
2013-05-20Merge pull request #1181 from aaugustin/better-api-to-disable-atomic-requestsMarc Tamlyn
2013-05-19Changed API to disable ATOMIC_REQUESTS per view.Aymeric Augustin
2013-05-19Fixed #16330 -- added --pks option in dumpdata commandPreston Holmes
2013-05-19Fixed #12747 -- Made reason phrases customizable.Aymeric Augustin
2013-05-19Fixed #18990 -- Loaddata now complains if fixture doesn't existSenko Rasic
2013-05-19Fixed #18990: Loaddata now complains if fixture doesn't existSenko Rasic
2013-05-18Merge branch 'allow-any-iterable-for-choices'Donald Stufft
2013-05-18Fixed #20430 - Enable iterable of iterables for model choicesDonald Stufft
2013-05-18Fixed #13285: populate_xheaders breaks cachingŁukasz Langa
2013-05-18Fixed #9595 -- Allow non-expiring cache timeouts.Jacob Burch
2013-05-18Fixed #20422 -- Applied makemessage's --ignore patterns to full pathBaptiste Mispelon
2013-05-18Merge branch 'master' into schema-alterationAndrew Godwin
2013-05-17Fixed #20427 -- Moved a variable initialization in storage.pyClaude Paroz
2013-05-17Replaced an antiquated pattern.Aymeric Augustin
2013-05-14Fixed #19934 - Use of Pillow is now preferred over PIL.Daniel Lindsley
2013-05-11Fixed #20136 - Fixed and expanded the docs for loaddata and model signals.Tim Graham
2013-05-10Merge branch 'master' into schema-alterationAndrew Godwin
2013-05-08Added an HTTP status code to Django's WSGI application that was missing (reas...Alex Gaynor
2013-05-08Fixed #20256 -- Corrected startproject --template help textClaude Paroz
2013-05-07Fixed #20354 -- `makemessages` no longer crashes with `UnicodeDecodeError`Tai Lee
2013-04-29Fixed #20330 -- Normalized spelling of "web server".Aymeric Augustin
2013-04-28Fixed #18336 -- Doubled request_queue_size.Aymeric Augustin
2013-04-18Merge branch 'master' into schema-alterationAndrew Godwin
2013-04-03Adds generators support for email backends that do not support it.Brendon Crawford
2013-04-01Fixed #20169 -- Ensured that the WSGI request's path is correctly based on th...Julien Phalip
2013-04-01Fixed #5014 -- Guessed max_digits and decimal_places for SQLiteClaude Paroz
2013-03-30Fixed #19998 -- Fixed --ignorenonexistent support for XML based fixtures.Christoph Sieghart
2013-03-24Fixed #18985 -- ensure module level deprecations are displayedPreston Holmes
2013-03-25Fixed #19541 -- Fixed BaseHandler to enable reversing URLs in response middle...Loic Bistuer
2013-03-24Fixed #19385 again, now with real code changesAnssi Kääriäinen
2013-03-24Fixed #17550 -- Removed a workaround for a bug in flup 1.0.1.Aymeric Augustin
2013-03-20Fixed #18972 -- Refactored bundled wsgi server's chunking algorithm.Matthew Wood
2013-03-19Fixed #18003 -- Preserved tracebacks when re-raising errors.konarkmodi