index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
core
Age
Commit message (
Expand
)
Author
2012-10-24
Removed a function that is already fully implemented by a base class.
Alex Gaynor
2012-10-21
Updated error message for bad database engine
Preston Holmes
2012-10-20
Removed custom WSGIRequestHandler.get_environ
Claude Paroz
2012-10-20
Fixed #19150 -- Added validation for USERNAME_FIELD being included in REQUIRE...
Russell Keith-Magee
2012-10-11
Fixed #19107 -- Workarounded message-encoding bug on Python < 2.6.6
Claude Paroz
2012-10-10
Fixed error output from runserver
Claude Paroz
2012-10-09
Fixed #17867 -- Made email validation pass with IDN domains
Claude Paroz
2012-10-06
Ensure we ignore __pycache__ PEP 3174 dirs in a few more places.
Ramiro Morales
2012-10-02
Fixed #19049 -- Ensure that swapped models aren't included in reverse field c...
Russell Keith-Magee
2012-10-01
Cleaned up loaddata command options help text
Preston Holmes
2012-09-30
Fixed #9279 -- Added ignorenonexistent option to loaddata
Preston Holmes
2012-09-29
Merge branch 'ticket15695'
Florian Apolloner
2012-09-27
Fixed #15695 -- Added `ResolverMatch` to the request object.
Florian Apolloner
2012-09-26
Fixed #18845 -- Do not swallow AttributeErrors when running commands
Claude Paroz
2012-09-26
Fixed #17899 -- Rewrote [Ee]-mail to [Ee]mail
Adrien Lemaire
2012-09-26
Fixed #3011 -- Added swappable auth.User models.
Russell Keith-Magee
2012-09-22
Fixed #18861 -- Triggered message validation with locmem email backend
Claude Paroz
2012-09-20
Imported getLogger directly from logging module
Claude Paroz
2012-09-17
Fixed #18947 -- Don't make uploaded files executeable by default.
Florian Apolloner
2012-09-10
Fixed #18611 -- Display current date/time when running runserver
Mike Grouchy
2012-09-09
Replace nested try/finally try/except with try/except/finally.
Florian Apolloner
2012-09-08
Fixed #18545 -- Make the 'no DJANGO_SETTINGS_MODULE' error message more usefu...
Carl Meyer
2012-09-07
Removed many uses of bare "except:", which were either going to a) silence re...
Alex Gaynor
2012-09-01
Fixed #17892 -- Do not include whole RegexURLPattern lists in RegexURLResolve...
Claude Paroz
2012-08-30
Replaced some smart_xxx by force_xxx equivalent
Claude Paroz
2012-08-29
[py3] Ported the 'shell' management command.
Aymeric Augustin
2012-08-29
Made FileSystemStorage accept both text and byte streams
Claude Paroz
2012-08-29
Fixed #11739 -- Made ContentFile support Unicode input
Claude Paroz
2012-08-29
Replaced many smart_bytes by force_bytes
Claude Paroz
2012-08-28
Fixed #18091 -- Non-ASCII templates break `django-admin.py startproject --tem...
Florian Apolloner
2012-08-25
Fixed #18852 -- Restored backwards compatibility
Aymeric Augustin
2012-08-23
Fixed #18843 -- Replaced more special chars in column names (inspectdb)
Claude Paroz
2012-08-23
Fixed #12460 -- Improved inspectdb handling of special field names
Claude Paroz
2012-08-21
Fixed #18196 -- Improved loaddata error messages.
Claude Paroz
2012-08-21
Merge walk and find_files in makemessages command
Claude Paroz
2012-08-18
[py3] Fixed slow path through file_move_safe
Karen Tracey
2012-08-18
Fixed #18779 -- URLValidator can't validate url with ipv6.
Marc Tamlyn
2012-08-18
[py3] Removed gratuitous use of map/lambda
Aymeric 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 encoding
Claude 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 tests
Claude Paroz
2012-08-15
[py3] Fixed slug regex
Claude Paroz
2012-08-15
Fixed #18770 -- memcached cache backend expects byte strings as keys
Claude Paroz
2012-08-15
[py3] Removed excessive usage of smart_bytes
Claude Paroz
2012-08-15
Fixed the erorr handling code for missing management commands.
Alex Gaynor
2012-08-15
Sent got_request_exception signal before handle_uncaught_exception
Claude Paroz
[next]