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
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-22
Remove weird syncdb managed thing - no longer needed.
Andrew Godwin
2012-09-17
More schema test fixing
Andrew Godwin
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
2012-07-10
Changed `manage.py shell`'s help text to reflect that it can invoke bpython.
Alex Gaynor
2012-06-24
Fixed #16317 -- Fixed dumpdata for self-referencing models and natural keys
Claude Paroz
2012-06-07
Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.
Claude Paroz
2012-06-07
Fixed #10200 -- Raised CommandError when errors happen in loaddata.
Claude Paroz
2012-06-06
Made TestNoInitialDataLoading pass with MySQL (Refs #15926)
Claude Paroz
2012-06-05
Fixed #15926 -- Added option --no-initial-data to syncdb and flush.
Honza Kral
2012-06-01
Made inspectdb tests deal with a smaller generated models.py file.
Ramiro Morales
2012-05-27
Used CommandError in createcachetable command.
Claude Paroz
[prev]
[next]