| Age | Commit message (Expand) | Author |
| 2007-11-28 | queryset-refactor: Merged from trunk up to [6724]. | Malcolm Tredinnick |
| 2007-11-18 | queryset-refactor: Fixed up a few problems from the previous merge from trunk. | 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-24 | queryset-refactor: Added the ability to apply parameters to the select | Malcolm Tredinnick |
| 2007-10-23 | queryset-refactor: Added a convenience all() method to Querysets. Refs #3739 | Malcolm Tredinnick |
| 2007-10-23 | queryset-refactor: Merged from trunk up to [6595]. | Malcolm Tredinnick |
| 2007-10-15 | queryset-refactor: Added a bunch of "new in development version" markers for | Malcolm Tredinnick |
| 2007-10-15 | queryset-refactor: Added ~ support to Q-objects. Based heavily on a patch from | Malcolm Tredinnick |
| 2007-10-15 | queryset-refactor: Made the use of values() for ForeignKey fields consistent | Malcolm Tredinnick |
| 2007-10-15 | queryset-refactor: Updated documentation to describe the new order_by() and | Malcolm Tredinnick |
| 2007-10-14 | queryset-refactor: Re-added a docs change that was accidentally lost in the m... | 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 [6340] | 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-15 | queryset-refactor: Merged to [6130] | Adrian Holovaty |
| 2007-09-13 | Added a note about not using 'pk' as a field name for a non-primary-key field. | Malcolm Tredinnick |
| 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-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-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-05 | Refs #5343 -- Reverted [6047]. Loading custom commands was causing the settin... | Russell Keith-Magee |
| 2007-09-04 | Updated docs/cache.txt section on 'dummy caching' to use the same example for... | Adrian Holovaty |
| 2007-09-04 | Fixed #5334 -- Added installation instructions for FreeBSD, and sorted the ex... | Russell Keith-Magee |
| 2007-09-04 | Fixed #5212, #5222 -- Added the ability for users to register their own comma... | Russell Keith-Magee |
| 2007-09-03 | Fixed #5271 -- Fixed documentation reference to using the application name as... | Russell Keith-Magee |
| 2007-09-03 | Fixed #4988 -- In the test client, Added tracking of the client and request t... | Russell Keith-Magee |
| 2007-09-03 | Fixed #4923 -- Fixed error in docs/authentication.txt. Thanks, djangotrac.20.... | Adrian Holovaty |
| 2007-09-02 | Fixed #5303 -- Fixed incorrect statement about PythonPath directive in docs/m... | Adrian Holovaty |
| 2007-08-31 | Fixed #4968 -- Added assertRedirects handling for paths with GET data. Thanks... | Russell Keith-Magee |
| 2007-08-31 | Made negligible capitalization fix to docs/db-api.txt | Adrian Holovaty |
| 2007-08-26 | Fixed #5257 -- Fixed typo in tutorial from [6006]. Thanks, Collin Grady. | Gary Wilson Jr |
| 2007-08-26 | Fixed #3184 -- Changed the `unordered_list` template filter to use a more sim... | Gary Wilson Jr |
| 2007-08-25 | Added note to docs/django-admin.txt section on 'testserver' that the server d... | Adrian Holovaty |