index
:
chango.git
devmain
fix-31295
initial-branch
main
refs-37159
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
2007-09-04
Fixed #5212, #5222 -- Added the ability for users to register their own comma...
Russell Keith-Magee
2007-09-02
Fixed #5319 -- Changed terminal colors in django.core.management.colors not t...
Adrian Holovaty
2007-08-31
Fixed #5307 -- startproject/startapp now makes sure all files it creates are ...
Adrian Holovaty
2007-08-27
Changed 'validate' and 'runserver' management commands to display the number ...
Adrian Holovaty
2007-08-25
Fixed #5086 -- The 'flush' and 'sqlflush' management commands no longer touch...
Adrian Holovaty
2007-08-25
Fixed #5224 -- Corrected name of admin media option in management runserver c...
Russell Keith-Magee
2007-08-20
Removed legacy django.db.backend import in sql_delete()
Adrian Holovaty
2007-08-20
Refactored get_drop_sequence() to DatabaseOperations.drop_sequence_sql(). Ref...
Adrian Holovaty
2007-08-20
Removed a bunch of legacy django.db.backend imports
Adrian Holovaty
2007-08-20
Implemented BaseDatabaseFeatures and changed all code to access it -- connect...
Adrian Holovaty
2007-08-20
Refactored quote_name() to DatabaseOperations.quote_name(). Refs #5106
Adrian Holovaty
2007-08-20
Refactored get_tablespace_sql() to DatabaseOperations.tablespace_sql(). Refs ...
Adrian Holovaty
2007-08-20
Refactored get_start_transaction_sql() to DatabaseOperations.start_transactio...
Adrian Holovaty
2007-08-20
Refactored get_sql_sequence_reset() to DatabaseOperations.sequence_reset_sql(...
Adrian Holovaty
2007-08-20
Refactored get_sql_flush() to DatabaseOperations.sql_flush(). Refs #5106
Adrian Holovaty
2007-08-19
Refactored get_max_name_length() to DatabaseOperations.max_name_length(). Ref...
Adrian Holovaty
2007-08-19
Refactored get_drop_foreignkey_sql() to DatabaseOperations.drop_foreignkey_sq...
Adrian Holovaty
2007-08-19
Refactored get_deferrable_sql() to DatabaseOperations.deferrable_sql(). Refs ...
Adrian Holovaty
2007-08-19
Began implementing BaseDatabaseOperations class for every database backend. T...
Adrian Holovaty
2007-08-18
Rolled out [5923]-[5925] due to breaking call_command().
Russell Keith-Magee
2007-08-18
Finished a sentence that didn't get committed in [5923].
Russell Keith-Magee
2007-08-18
Added the ability for end users to register commands with management.py.
Russell Keith-Magee
2007-08-17
Fixed 'django-admin.py syncdb' to take verbosity into account when loading in...
Adrian Holovaty
2007-08-17
Added fix for verbosity handling in loaddata and test commands.
Russell Keith-Magee
2007-08-16
Added 'django-admin.py testserver' command and docs
Adrian Holovaty
2007-08-16
Added shutdown_message to runserver command -- a hook for specifying a messag...
Adrian Holovaty
2007-08-16
Removed some trailing space in commands/syncdb.py
Adrian Holovaty
2007-08-16
Fixed bug in django.core.management.base.copy_helper, related to refactoring ...
Adrian Holovaty
2007-08-16
Fixed #5182 -- Fixed missing 'import sys' in syncdb.py. Thanks, John Shaffer
Adrian Holovaty
2007-08-16
Improved error handling for management.py commands, especially for no argumen...
Russell Keith-Magee
2007-08-16
Fixed #5179 -- Added missing kwargs to startapp command. Thanks for the repor...
Russell Keith-Magee
2007-08-16
Fixed #5178 -- Added missing 'import sys' in management/commands/test.py. Tha...
Russell Keith-Magee
2007-08-16
Major refactoring of django.core.management -- it's now a package rather than...
Adrian Holovaty
2007-08-15
Fixed #5156 -- Added some translation calls to a couple of missed words. Base...
Malcolm Tredinnick
2007-08-14
Made some negligible formatting changes to django/core/management.py
Adrian Holovaty
2007-08-12
Fixed #4933 -- Fixed a typo and reformatted a fairly long line in passing. Th...
Malcolm Tredinnick
2007-08-12
Fixed #4909 -- Fixed a race condition with middleware initialisation in multi...
Malcolm Tredinnick
2007-08-12
Fixed #5011 -- Fixed usage of ungettext in hasNoProfanities validator. Thanks...
Adrian Holovaty
2007-08-11
Fixed #4910 -- Allow Unicode content to be passed in for text-based e-mail
Malcolm Tredinnick
2007-08-11
Fixed #4827 -- Fixed a problem when converting Unicode table names to upper-c...
Malcolm Tredinnick
2007-08-06
Fixed #5071 -- Fixed 'global name ugettext is not defined' error in django.co...
Adrian Holovaty
2007-08-06
Fixed #5082 -- Enabled tab completion in 'django-admin.py shell' for objects ...
Adrian Holovaty
2007-08-05
Fixed #2101 -- Renamed `maxlength` argument to `max_length` for oldforms `For...
Gary Wilson Jr
2007-07-28
Fixed #4460 -- Added the ability to be more specific in the test cases that a...
Russell Keith-Magee
2007-07-23
Fixed #3771 -- Modified the test runner to observe the --noinput argument con...
Russell Keith-Magee
2007-07-21
Fixed #4304 -- Modified sys.exit to os._exit to make sure development server ...
Russell Keith-Magee
2007-07-20
Fixed #4558 -- Modified XML serializer to handle whitespace better around Non...
Russell Keith-Magee
2007-07-20
Simplified the indent level in management.py _get_sql_model_create() by using...
Adrian Holovaty
2007-07-20
Added a db_type() method to the database Field class. This is a hook for calc...
Adrian Holovaty
2007-07-17
Fixed #4898 -- Fixed a precendence problem when constructing HTTP Date header.
Malcolm Tredinnick
[prev]
[next]