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
/
management
Age
Commit message (
Expand
)
Author
2013-02-15
[1.5.x] Fixed #19822 -- Added validation for uniqueness on USERNAME_FIELD on ...
Russell Keith-Magee
2013-01-25
[1.5.x] Fixed #19665 -- Ensured proper stderr output for Command.run_from_argv
Claude Paroz
2012-12-08
[1.5.x] Fixed #19357 -- Allow non-ASCII chars in filesystem paths
Claude Paroz
2012-12-03
[1.5.x] Fixed #19416 -- Fixed multi-line commands in initial SQL files
Claude Paroz
2012-12-03
[1.5.x] Fixed #19397 -- Crash on binary files in project templates.
Aymeric Augustin
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-07
[1.5.x] Fixed #19257 -- Don't swallow command's KeyError in call_command
Claude Paroz
2012-11-04
[1.5.x] Fixed #5805 -- it is now possible to specify multi-column indexes. Th...
Alex Gaynor
2012-10-27
[1.5.x] Fixed #18978 -- Moved cleanup command to sessions.
Aymeric Augustin
2012-10-21
Updated error message for bad database engine
Preston Holmes
2012-10-20
Fixed #19150 -- Added validation for USERNAME_FIELD being included in REQUIRE...
Russell Keith-Magee
2012-10-10
Fixed error output from runserver
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-26
Fixed #18845 -- Do not swallow AttributeErrors when running commands
Claude Paroz
2012-09-26
Fixed #3011 -- Added swappable auth.User models.
Russell Keith-Magee
2012-09-10
Fixed #18611 -- Display current date/time when running runserver
Mike Grouchy
2012-09-08
Fixed #18545 -- Make the 'no DJANGO_SETTINGS_MODULE' error message more usefu...
Carl Meyer
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-28
Fixed #18091 -- Non-ASCII templates break `django-admin.py startproject --tem...
Florian Apolloner
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] Removed gratuitous use of map/lambda
Aymeric Augustin
2012-08-15
Fixed the erorr handling code for missing management commands.
Alex Gaynor
2012-08-15
Make sure to explicitly close opened files.
Alex Gaynor
2012-08-14
[py3] Fixed file.read().decode(), used codecs.open() instead
Anssi Kääriäinen
2012-08-14
[py3] Replace filter/lambda by list comprehensions
Aymeric Augustin
2012-08-13
Removed binary flag to open files for writing text content
Claude Paroz
2012-08-08
[py3] Fixed compilemessages tests
Claude Paroz
2012-08-08
[py3] Replaced raw_input by input
Claude Paroz
2012-08-08
remove a bunch of unnescesarry iterkeys() calls
Alex Gaynor
2012-08-07
[py3] Applied minor fixes so the test suite starts
Aymeric Augustin
2012-08-07
[py3] Ported django.utils.encoding.
Aymeric Augustin
2012-08-07
[py3] Fixed access to dict keys/values/items.
Aymeric Augustin
2012-07-25
Fixed #18634 -- Don't escape variables in the context for startproject/startapp.
Marc Tamlyn
2012-07-24
Fixed #18271 -- Changed stage at which TransactionTestCase flushes DB tables.
Ramiro Morales
2012-07-22
[py3] Updated urllib/urllib2/urlparse imports.
Aymeric Augustin
2012-07-22
[py3] Replaced unicode/str by six.text_type/bytes.
Aymeric Augustin
2012-07-22
[py3] Replaced basestring by six.string_types.
Aymeric Augustin
2012-07-22
[py3] Fixed remaining Python 3 syntax errors.
Aymeric Augustin
2012-07-21
Fixed #4680 -- Improved initial_sql parsing
Claude Paroz
2012-07-18
Fixed #18479 -- Stopped makemessages raising error on gettext warnings
Claude Paroz
2012-07-17
Fixed #18547 -- Improved error message when gettext is missing
Claude Paroz
2012-07-17
Adds interpreter option to shell command as per ticket #18639
Mike Grouchy
[next]