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
Age
Commit message (
Expand
)
Author
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 [6198]
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-15
queryset-refactor: Merged to [6140]
Adrian Holovaty
2007-09-15
queryset-refactor: Merged to [6130]
Adrian Holovaty
2007-09-13
Fixed some more join and lookup tests.
Malcolm Tredinnick
2007-09-13
Fixed deleting via generic relations.
Malcolm Tredinnick
2007-09-13
Use the correct column in custom column handling.
Malcolm Tredinnick
2007-09-13
Fixed limit/offset computations.
Malcolm Tredinnick
2007-09-13
Added missing file.
Malcolm Tredinnick
2007-09-13
Initial portion of queryset rewrite. This breaks a lot more than it fixes in
Malcolm Tredinnick
2007-09-13
Created a tree data structure. Might be generically useful. Currently used for
Malcolm Tredinnick
2007-09-13
Added a note about not using 'pk' as a field name for a non-primary-key field.
Malcolm Tredinnick
2007-09-13
Created some tests to show ORM queries that are problematic.
Malcolm Tredinnick
2007-09-13
Created queryset-refactor branch, for Malcolm's refactoring of django.db.mode...
Adrian Holovaty
2007-09-12
Added 'Claiming tickets' section to docs/contributing.txt
Adrian Holovaty
2007-09-12
Fixed #5406 -- Fixed spelling error in docs/model-api.txt. Thanks, Andrew She...
Adrian Holovaty
2007-09-11
Refs #5138 -- Refactored implementation of __contains__ in HttpRequest introd...
Russell Keith-Magee
2007-09-11
Fixed #5318 -- Added __contains__ method to HttpRequest, mirroring existing h...
Russell Keith-Magee
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
Removed duplicate form tests added in the [changeset:5609 unicode merge].
Gary Wilson Jr
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
Combined two paragraphs in docs/contributing.txt
Adrian Holovaty
2007-09-10
Attempted to bold part of docs/contributing.txt
Adrian Holovaty
2007-09-10
Added 'How to document new features' to docs/contributing.txt
Adrian Holovaty
2007-09-10
Fixed #5375 -- Added base command options to the options registered against d...
Russell Keith-Magee
2007-09-09
Fixed #5336 -- Altered an example in docs/fastcgi.txt. Thanks, Thomas Guttler
Adrian Holovaty
2007-09-09
Added bullet to docs/contributing.txt about creating diffs from the top-level...
Adrian Holovaty
2007-09-09
Fixed broken link in docs/django-admin.txt
Adrian Holovaty
2007-09-09
Improved 'Examples of using different ports and addresses' section in docs/dj...
Adrian Holovaty
2007-09-09
Fixed #5369 -- Refactored the django-admin.py help system, allowing each subc...
Adrian Holovaty
2007-09-09
Fixed #5280 -- Fixed typo in docs/modpython.txt. Thanks, nsteinmetz@gmail.com
Adrian Holovaty
2007-09-09
Fixed #5340 -- Linked docs/templates.txt to docs/templates_python.txt
Adrian Holovaty
2007-09-08
Fixed #5346 -- Fixed a couple typos in the model-api docs. Thanks, David Pac...
Gary Wilson Jr
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
[next]