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
Age
Commit message (
Expand
)
Author
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
Removed code that was recasting major errors found during application import....
Russell Keith-Magee
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-08
Fixed imports to adhere to PEP 8 and stripped trailing whitespace.
Gary Wilson Jr
2007-09-08
Fixed #3557 -- Made `SlugField` inherit from `CharField` so that its `max_len...
Gary Wilson Jr
2007-09-07
Changed imports to adhere to PEP 8.
Gary Wilson Jr
2007-09-07
Fixed #3134 -- Made the `archive_year` generic view consistent with the other...
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-04
Cleaned up some imports.
Gary Wilson Jr
2007-09-03
Removed some duplication in the Django `TestCase` methods by introducing a `t...
Gary Wilson Jr
2007-09-03
Fixed #4988 -- In the test client, Added tracking of the client and request t...
Russell Keith-Magee
2007-09-03
Fixed #5292 -- Changed CSRF middleware to check for request.method == 'POST' ...
Adrian Holovaty
2007-09-02
Fixed #5263 -- Updated docstring for sqlite3 backend. Thanks, Paul Bx
Adrian Holovaty
2007-09-02
Fixed #5318 -- Corrected typo in it_province localflavor. Thanks, francescod....
Adrian Holovaty
2007-09-02
Fixed #5319 -- Changed terminal colors in django.core.management.colors not t...
Adrian Holovaty
2007-08-31
Fixed #4968 -- Added assertRedirects handling for paths with GET data. Thanks...
Russell Keith-Magee
2007-08-31
Fixed #5307 -- startproject/startapp now makes sure all files it creates are ...
Adrian Holovaty
2007-08-28
Fixed #4457 -- Corrected the handling of exceptions in the test client when t...
Russell Keith-Magee
2007-08-27
Changed 'validate' and 'runserver' management commands to display the number ...
Adrian Holovaty
2007-08-26
Fixed #3184 -- Changed the `unordered_list` template filter to use a more sim...
Gary Wilson Jr
2007-08-25
Fixed #348 -- Fixed bug in admin JavaScript filter interface. Thanks for the ...
Adrian Holovaty
2007-08-25
Fixed #5086 -- The 'flush' and 'sqlflush' management commands no longer touch...
Adrian Holovaty
2007-08-25
Changed postgresql and postgresql_psycopg2 backends NOT to do a SELECT versio...
Adrian Holovaty
2007-08-25
Fixed #5055 -- Changed Postgres DatabaseOperations.sql_flush() to use 'SELECT...
Adrian Holovaty
2007-08-25
Fixed #5227 -- Made the redirect security check in django.contrib.auth.views....
Adrian Holovaty
2007-08-25
Fixed #5255 -- It's now possible again to use Django without a database. This...
Adrian Holovaty
2007-08-25
Fixed #5224 -- Corrected name of admin media option in management runserver c...
Russell Keith-Magee
2007-08-24
Fixed #5237 -- Added an optional 'path' argument to get_svn_revision(). Thank...
Adrian Holovaty
2007-08-21
Fixed breakage of test suite for Oracle by adding a null check.
Matt Boersma
2007-08-21
Fixed #5215 -- Added Subversion revision number to Django version string. Tha...
Adrian Holovaty
2007-08-20
Fixed #3311 -- Added naturalday filter to contrib.humanize. Thanks, Jyrki Pul...
Malcolm Tredinnick
2007-08-20
Made various negligible formatting cleanups to the database backends
Adrian Holovaty
2007-08-20
Refactored OPERATOR_MAPPING so that it exists as django.db.connection.operato...
Adrian Holovaty
2007-08-20
Changed backend create_test_db() and destroy_test_db() hooks NOT to take the ...
Adrian Holovaty
2007-08-20
Removed legacy django.db.backend import in sql_delete()
Adrian Holovaty
2007-08-20
Simplified max_name_length() call in oracle database backend
Adrian Holovaty
2007-08-20
Refactored get_drop_sequence() to DatabaseOperations.drop_sequence_sql(). Ref...
Adrian Holovaty
2007-08-20
Refactored get_field_cast_sql() to DatabaseOperations.field_cast_sql(). Refs ...
Adrian Holovaty
2007-08-20
Refactored get_query_set_class() to DatabaseOperations.query_set_class(). Als...
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
Removed unneeded import from postgresql_psycopg2/base.py
Adrian Holovaty
2007-08-20
Moved postgresql backend DatabaseOperations class into a new module, postgres...
Adrian Holovaty
[prev]
[next]