summaryrefslogtreecommitdiff
path: root/django/core
AgeCommit message (Expand)Author
2012-12-31Fixed #17078 -- Made shell use std IPython startup.Ramiro Morales
2012-12-31Fixed #19519 -- Fired request_finished in the WSGI iterable's close().Aymeric Augustin
2012-12-31Fixed #16241 -- Ensured the WSGI iterable's close() is always called.Aymeric Augustin
2012-12-29Advanced pending deprecation warnings.Aymeric Augustin
2012-12-29Removed django.core.management.setup_environ and execute_manager.Aymeric Augustin
2012-12-29Removed django.core.cache.backends.memcached.CacheClass.Aymeric Augustin
2012-12-22Fixed #19468 -- Decoded request.path correctly on Python 3.Aymeric Augustin
2012-12-18Merge remote-tracking branch 'core/master' into schema-alterationAndrew Godwin
2012-12-09Edited the middleware doc for completeness, clarity, and consistency.Aymeric Augustin
2012-12-08Fixed #19357 -- Allow non-ASCII chars in filesystem pathsClaude Paroz
2012-12-06Fixed #19367 -- Fixed saving ContentFile in filesystem storageClaude Paroz
2012-12-03Fixed #19416 -- Fixed multi-line commands in initial SQL filesClaude Paroz
2012-12-03Fixed #19397 -- Crash on binary files in project templates.Aymeric Augustin
2012-11-24Removed some stray debug lines introduced accidentally in c8985a8.Russell Keith-Magee
2012-11-24Fixed #19806 -- Ensure that content types and permissions aren't created for ...Russell Keith-Magee
2012-11-21Paginator._get_page hookChris Beaven
2012-11-17Refactor loaddata for readability.Ramiro Morales
2012-11-17Merge pull request #490 from gabrielhurley/reverse-prefix-special-charsJannis Leidel
2012-11-14Fixed #19186 -- Fixed sending mail with unicode content on Python 3Claude Paroz
2012-11-11Tweaked cache key creation to avoid strict typing.Aymeric Augustin
2012-11-11Merge pull request #218 from mgrouchy/ticket_18582Aymeric Augustin
2012-11-10Fixed #19273 -- Fixed DB cache backend on pg 9.0+ and py3Anssi Kääriäinen
2012-11-10Removed an impossible code path in cache functionClaude Paroz
2012-11-09Fixed #19261 -- Delayed Queryset evaluation in paginatorsClaude Paroz
2012-11-08Made Page class inherit collections.SequenceClaude Paroz
2012-11-07Fixed #19257 -- Don't swallow command's KeyError in call_commandClaude Paroz
2012-11-06Fixed #14315 -- Made memcached backend handle negative incr/decr valuesClaude Paroz
2012-11-04Fixed #5805 -- it is now possible to specify multi-column indexes. Thanks to ...Alex Gaynor
2012-11-03Fixed #18963 -- Used a subclass-friendly patternAymeric Augustin
2012-11-03Fixed #18210 -- Escaped special characters in reverse prefixes.Gabriel Hurley
2012-11-03Prevented host resolution when running dev serverClaude Paroz
2012-10-30Fixed #5076 -- Properly decode POSTs with non-utf-8 payload encodingClaude Paroz
2012-10-28Required serializer to use bytes in loads/dumpsAymeric Augustin
2012-10-27Fixed #18978 -- Moved cleanup command to sessions.Aymeric Augustin
2012-10-26Merge branch 'master' into schema-alterationAndrew Godwin
2012-10-24Removed a function that is already fully implemented by a base class.Alex Gaynor
2012-10-21Updated error message for bad database enginePreston Holmes
2012-10-20Removed custom WSGIRequestHandler.get_environClaude Paroz
2012-10-20Fixed #19150 -- Added validation for USERNAME_FIELD being included in REQUIRE...Russell Keith-Magee
2012-10-11Fixed #19107 -- Workarounded message-encoding bug on Python < 2.6.6Claude Paroz
2012-10-10Fixed error output from runserverClaude Paroz
2012-10-09Fixed #17867 -- Made email validation pass with IDN domainsClaude Paroz
2012-10-06Ensure we ignore __pycache__ PEP 3174 dirs in a few more places.Ramiro Morales
2012-10-02Fixed #19049 -- Ensure that swapped models aren't included in reverse field c...Russell Keith-Magee
2012-10-01Cleaned up loaddata command options help textPreston Holmes
2012-09-30Fixed #9279 -- Added ignorenonexistent option to loaddataPreston Holmes
2012-09-29Merge branch 'ticket15695'Florian Apolloner
2012-09-27Fixed #15695 -- Added `ResolverMatch` to the request object.Florian Apolloner
2012-09-26Fixed #18845 -- Do not swallow AttributeErrors when running commandsClaude Paroz
2012-09-26Fixed #17899 -- Rewrote [Ee]-mail to [Ee]mailAdrien Lemaire