summaryrefslogtreecommitdiff
path: root/django/core
AgeCommit message (Expand)Author
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-22Remove weird syncdb managed thing - no longer needed.Andrew Godwin
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-17More schema test fixingAndrew Godwin
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
2012-08-21Merge walk and find_files in makemessages commandClaude Paroz
2012-08-18[py3] Fixed slow path through file_move_safeKaren Tracey
2012-08-18Fixed #18779 -- URLValidator can't validate url with ipv6.Marc Tamlyn
2012-08-18[py3] Removed gratuitous use of map/lambdaAymeric Augustin
2012-08-18[py3] Fixed cache tests.Aymeric Augustin
2012-08-18[py3] Fixed file_storage tests.Aymeric Augustin
2012-08-17[py3] Workarounded a Python bug in mail header encodingClaude Paroz
2012-08-16[py3] Fixed a regression introduced in fcc8de0598.Aymeric Augustin
2012-08-16[py3] Ported django.core.servers.Aymeric Augustin
2012-08-15[py3] Fixed middleware_exceptions tests.Aymeric Augustin
2012-08-15[py3] Fixed more encoding issues in cache testsClaude Paroz
2012-08-15[py3] Fixed slug regexClaude Paroz
2012-08-15Fixed #18770 -- memcached cache backend expects byte strings as keysClaude Paroz
2012-08-15[py3] Removed excessive usage of smart_bytesClaude Paroz
2012-08-15Fixed the erorr handling code for missing management commands.Alex Gaynor
2012-08-15Sent got_request_exception signal before handle_uncaught_exceptionClaude Paroz
2012-08-15Make sure to explicitly close opened files.Alex Gaynor
2012-08-14[py3] Avoided the deprecated base64 interface.Aymeric Augustin
2012-08-14Don't swallow AttributeError in core.urlresolvers.get_callable.Florian Apolloner
2012-08-14[py3] Fixed serializers testsClaude Paroz
2012-08-14[py3] Fixed file.read().decode(), used codecs.open() insteadAnssi Kääriäinen
2012-08-14[py3] Replace filter/lambda by list comprehensionsAymeric Augustin
2012-08-13Removed binary flag to open files for writing text contentClaude Paroz
2012-08-13[py3] Fixed encoding issues in cache key generationClaude Paroz
2012-08-13[py3] Made csrf context processor return UnicodeClaude Paroz
2012-08-12[py3] Encoded value before feeding it to hashlib.md5Claude Paroz
2012-08-12[py3] Made __repr__ return str with Python 3Claude Paroz
2012-08-12[py3] Refactored __unicode__ to __str__.Aymeric Augustin
2012-08-12[py3] Replaced some __str__ methods by __unicode__Aymeric Augustin