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-11-28
queryset-refactor: Merged from trunk up to [6724].
Malcolm Tredinnick
2007-11-18
queryset-refactor: Merged from trunk up to [6689].
Malcolm Tredinnick
2007-11-03
queryset-refactor: Merged from trunk up to [6635].
Malcolm Tredinnick
2007-11-03
queryset-refactor: Merged from trunk up to [6623].
Malcolm Tredinnick
2007-10-23
queryset-refactor: Merged from trunk up to [6595].
Malcolm Tredinnick
2007-10-14
queryset-refactor: Fixed a large bag of order_by() problems.
Malcolm Tredinnick
2007-10-08
queryset-refactor: Merged changed from trunk up to [6463].
Malcolm Tredinnick
2007-09-20
queryset-refactor: Merged to [6381]
Adrian Holovaty
2007-09-15
queryset-refactor: Merged to [6300]
Adrian Holovaty
2007-09-15
queryset-refactor: Merged to [6250]
Adrian Holovaty
2007-09-15
queryset-refactor: Merged to [6220]
Adrian Holovaty
2007-09-15
queryset-refactor: Merged to [6197]
Adrian Holovaty
2007-09-15
queryset-refactor: Merged to [6190]
Adrian Holovaty
2007-09-15
queryset-refactor: Merged to [6155]
Adrian Holovaty
2007-09-11
Fixed #4478 -- Added a catch for an error thrown by PIL when attempting to va...
Russell Keith-Magee
2007-09-11
Got runserver auto-reloading working again by removing what appeared to be de...
Adrian Holovaty
2007-09-11
Restored 'django-admin.py --help'
Adrian Holovaty
2007-09-11
Updated runfcgi management command to include 'subcommand' argument to usage()
Adrian Holovaty
2007-09-11
Refactored some small parts of core.management -- ManagementUtility.execute()...
Adrian Holovaty
2007-09-11
Changed core.management print_help() methods to accept a prog_name argument i...
Adrian Holovaty
2007-09-11
Renamed 'args' variables in django.core.management to 'argv' to be more clear...
Adrian Holovaty
2007-09-10
Renamed a variable in ManagementUtility.execute() for clarity
Adrian Holovaty
2007-09-10
Fixed #5375 -- Added base command options to the options registered against d...
Russell Keith-Magee
2007-09-09
Fixed #5369 -- Refactored the django-admin.py help system, allowing each subc...
Adrian Holovaty
2007-09-08
Fixed imports to adhere to PEP 8 and stripped trailing whitespace.
Gary Wilson Jr
2007-09-08
Fixed #5232 -- Fixed the validation of `DecimalField` so that the negative si...
Gary Wilson Jr
2007-09-05
Refs #5343 -- Reverted [6047]. Loading custom commands was causing the settin...
Russell Keith-Magee
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
[next]