| Age | Commit message (Expand) | Author |
| 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-31 | Made negligible capitalization fix to docs/db-api.txt | 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 #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 |
| 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 | Removed incorrect link that slipped in docs/db-api.txt in [6010] | Adrian Holovaty |
| 2007-08-25 | Fixed #5068 -- Fixed error in docs/db-api.txt. Thanks, Collin Grady and Smile... | Adrian Holovaty |
| 2007-08-25 | Fixed #5055 -- Changed Postgres DatabaseOperations.sql_flush() to use 'SELECT... | Adrian Holovaty |
| 2007-08-25 | Fixed #5169 -- Fixed error in docs/settings.txt "404 errors" section. Thanks,... | Adrian Holovaty |
| 2007-08-25 | Fixed #5170 -- Made FileField a link in the ImageField section of docs/model-... | Adrian Holovaty |
| 2007-08-25 | Fixed #5195 -- Added notes to docs/tutorial01.txt about max_length and __unic... | Adrian Holovaty |
| 2007-08-25 | Fixed #5209 -- Removed link to outdated screencast in docs/faq.txt. Thanks, C... | Adrian Holovaty |
| 2007-08-25 | Fixed #5227 -- Made the redirect security check in django.contrib.auth.views.... | Adrian Holovaty |
| 2007-08-25 | Fixed #5256 -- Fixed incorrect use of super() in docs/newforms.txt example. T... | 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-23 | Modified an svn:ignore property that was a little too specific. | Russell Keith-Magee |
| 2007-08-23 | Added svn:ignore property to some directories that were missing it. | Russell Keith-Magee |
| 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-21 | Fixed #5221 -- Fixed typo in docs/testing.txt. Thanks, derelm | Adrian Holovaty |
| 2007-08-20 | Fixed #4572 -- Added an example of form_for_instance usage in a full-fledged ... | Malcolm Tredinnick |
| 2007-08-20 | Moved Ramiro Morales to the correct spot in the list. | Malcolm Tredinnick |
| 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 |
| 2007-08-20 | Removed _dict_helper() DB backend helper function, as it wasn't being used an... | Adrian Holovaty |
| 2007-08-20 | Removed backend.dictfetchall(), as it wasn't being used anywhere | Adrian Holovaty |
| 2007-08-20 | Removed backend.dictfetchmany(), as it wasn't being used anywhere | Adrian Holovaty |
| 2007-08-20 | Removed backend.dictfetchone(), as it wasn't being used anywhere | Adrian Holovaty |
| 2007-08-20 | Refactored quote_name() to DatabaseOperations.quote_name(). Refs #5106 | Adrian Holovaty |