summaryrefslogtreecommitdiff
path: root/django/core
AgeCommit message (Expand)Author
2012-11-24[1.5.x] Removed some stray debug lines introduced accidentally in c8985a8.Russell Keith-Magee
2012-11-24[1.5.x] Fixed #19806 -- Ensure that content types and permissions aren't crea...Russell Keith-Magee
2012-11-17[1.5.x] Fixed #18210 -- Escaped special characters in reverse prefixes.Gabriel Hurley
2012-11-14[1.5.x] Fixed #19186 -- Fixed sending mail with unicode content on Python 3Claude Paroz
2012-11-11[1.5.x] Tweaked cache key creation to avoid strict typing.Aymeric Augustin
2012-11-10[1.5.x] Fixed #19273 -- Fixed DB cache backend on pg 9.0+ and py3Anssi Kääriäinen
2012-11-10[1.5.x] Removed an impossible code path in cache functionClaude Paroz
2012-11-09[1.5.x] Fixed #19261 -- Delayed Queryset evaluation in paginatorsClaude Paroz
2012-11-07[1.5.x] Fixed #19257 -- Don't swallow command's KeyError in call_commandClaude Paroz
2012-11-06[1.5.x] Fixed #14315 -- Made memcached backend handle negative incr/decr valuesClaude Paroz
2012-11-04[1.5.x] Fixed #5805 -- it is now possible to specify multi-column indexes. Th...Alex Gaynor
2012-11-03[1.5.x] Fixed #18963 -- Used a subclass-friendly patternAymeric Augustin
2012-11-03[1.5.x] Prevented host resolution when running dev serverClaude Paroz
2012-10-30[1.5.x] Fixed #5076 -- Properly decode POSTs with non-utf-8 payload encodingClaude Paroz
2012-10-28[1.5.x] Required serializer to use bytes in loads/dumpsAymeric Augustin
2012-10-27[1.5.x] Fixed #18978 -- Moved cleanup command to sessions.Aymeric Augustin
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
2012-09-26Fixed #3011 -- Added swappable auth.User models.Russell Keith-Magee
2012-09-22Fixed #18861 -- Triggered message validation with locmem email backendClaude Paroz
2012-09-20Imported getLogger directly from logging moduleClaude Paroz
2012-09-17Fixed #18947 -- Don't make uploaded files executeable by default.Florian Apolloner
2012-09-10Fixed #18611 -- Display current date/time when running runserverMike Grouchy
2012-09-09Replace nested try/finally try/except with try/except/finally.Florian Apolloner
2012-09-08Fixed #18545 -- Make the 'no DJANGO_SETTINGS_MODULE' error message more usefu...Carl Meyer
2012-09-07Removed many uses of bare "except:", which were either going to a) silence re...Alex Gaynor
2012-09-01Fixed #17892 -- Do not include whole RegexURLPattern lists in RegexURLResolve...Claude Paroz
2012-08-30Replaced some smart_xxx by force_xxx equivalentClaude Paroz
2012-08-29[py3] Ported the 'shell' management command.Aymeric Augustin
2012-08-29Made FileSystemStorage accept both text and byte streamsClaude Paroz
2012-08-29Fixed #11739 -- Made ContentFile support Unicode inputClaude Paroz
2012-08-29Replaced many smart_bytes by force_bytesClaude Paroz
2012-08-28Fixed #18091 -- Non-ASCII templates break `django-admin.py startproject --tem...Florian Apolloner
2012-08-25Fixed #18852 -- Restored backwards compatibilityAymeric Augustin
2012-08-23Fixed #18843 -- Replaced more special chars in column names (inspectdb)Claude Paroz
2012-08-23Fixed #12460 -- Improved inspectdb handling of special field namesClaude Paroz
2012-08-21Fixed #18196 -- Improved loaddata error messages.Claude Paroz