summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-09-02Fixed #5318 -- Corrected typo in it_province localflavor. Thanks, francescod....Adrian Holovaty
2007-09-02Fixed #5319 -- Changed terminal colors in django.core.management.colors not t...Adrian Holovaty
2007-08-31Fixed #4968 -- Added assertRedirects handling for paths with GET data. Thanks...Russell Keith-Magee
2007-08-31Fixed #5307 -- startproject/startapp now makes sure all files it creates are ...Adrian Holovaty
2007-08-31Made negligible capitalization fix to docs/db-api.txtAdrian Holovaty
2007-08-28Fixed #4457 -- Corrected the handling of exceptions in the test client when t...Russell Keith-Magee
2007-08-27Changed 'validate' and 'runserver' management commands to display the number ...Adrian Holovaty
2007-08-26Fixed #5257 -- Fixed typo in tutorial from [6006]. Thanks, Collin Grady.Gary Wilson Jr
2007-08-26Fixed #3184 -- Changed the `unordered_list` template filter to use a more sim...Gary Wilson Jr
2007-08-25Added note to docs/django-admin.txt section on 'testserver' that the server d...Adrian Holovaty
2007-08-25Fixed #348 -- Fixed bug in admin JavaScript filter interface. Thanks for the ...Adrian Holovaty
2007-08-25Fixed #5086 -- The 'flush' and 'sqlflush' management commands no longer touch...Adrian Holovaty
2007-08-25Changed postgresql and postgresql_psycopg2 backends NOT to do a SELECT versio...Adrian Holovaty
2007-08-25Removed incorrect link that slipped in docs/db-api.txt in [6010]Adrian Holovaty
2007-08-25Fixed #5068 -- Fixed error in docs/db-api.txt. Thanks, Collin Grady and Smile...Adrian Holovaty
2007-08-25Fixed #5055 -- Changed Postgres DatabaseOperations.sql_flush() to use 'SELECT...Adrian Holovaty
2007-08-25Fixed #5169 -- Fixed error in docs/settings.txt "404 errors" section. Thanks,...Adrian Holovaty
2007-08-25Fixed #5170 -- Made FileField a link in the ImageField section of docs/model-...Adrian Holovaty
2007-08-25Fixed #5195 -- Added notes to docs/tutorial01.txt about max_length and __unic...Adrian Holovaty
2007-08-25Fixed #5209 -- Removed link to outdated screencast in docs/faq.txt. Thanks, C...Adrian Holovaty
2007-08-25Fixed #5227 -- Made the redirect security check in django.contrib.auth.views....Adrian Holovaty
2007-08-25Fixed #5256 -- Fixed incorrect use of super() in docs/newforms.txt example. T...Adrian Holovaty
2007-08-25Fixed #5255 -- It's now possible again to use Django without a database. This...Adrian Holovaty
2007-08-25Fixed #5224 -- Corrected name of admin media option in management runserver c...Russell Keith-Magee
2007-08-24Fixed #5237 -- Added an optional 'path' argument to get_svn_revision(). Thank...Adrian Holovaty
2007-08-23Modified an svn:ignore property that was a little too specific.Russell Keith-Magee
2007-08-23Added svn:ignore property to some directories that were missing it.Russell Keith-Magee
2007-08-21Fixed breakage of test suite for Oracle by adding a null check.Matt Boersma
2007-08-21Fixed #5215 -- Added Subversion revision number to Django version string. Tha...Adrian Holovaty
2007-08-21Fixed #5221 -- Fixed typo in docs/testing.txt. Thanks, derelmAdrian Holovaty
2007-08-20Fixed #4572 -- Added an example of form_for_instance usage in a full-fledged ...Malcolm Tredinnick
2007-08-20Moved Ramiro Morales to the correct spot in the list.Malcolm Tredinnick
2007-08-20Fixed #3311 -- Added naturalday filter to contrib.humanize. Thanks, Jyrki Pul...Malcolm Tredinnick
2007-08-20Made various negligible formatting cleanups to the database backendsAdrian Holovaty
2007-08-20Refactored OPERATOR_MAPPING so that it exists as django.db.connection.operato...Adrian Holovaty
2007-08-20Changed backend create_test_db() and destroy_test_db() hooks NOT to take the ...Adrian Holovaty
2007-08-20Removed legacy django.db.backend import in sql_delete()Adrian Holovaty
2007-08-20Simplified max_name_length() call in oracle database backendAdrian Holovaty
2007-08-20Refactored get_drop_sequence() to DatabaseOperations.drop_sequence_sql(). Ref...Adrian Holovaty
2007-08-20Refactored get_field_cast_sql() to DatabaseOperations.field_cast_sql(). Refs ...Adrian Holovaty
2007-08-20Refactored get_query_set_class() to DatabaseOperations.query_set_class(). Als...Adrian Holovaty
2007-08-20Removed a bunch of legacy django.db.backend importsAdrian Holovaty
2007-08-20Implemented BaseDatabaseFeatures and changed all code to access it -- connect...Adrian Holovaty
2007-08-20Removed unneeded import from postgresql_psycopg2/base.pyAdrian Holovaty
2007-08-20Moved postgresql backend DatabaseOperations class into a new module, postgres...Adrian Holovaty
2007-08-20Removed _dict_helper() DB backend helper function, as it wasn't being used an...Adrian Holovaty
2007-08-20Removed backend.dictfetchall(), as it wasn't being used anywhereAdrian Holovaty
2007-08-20Removed backend.dictfetchmany(), as it wasn't being used anywhereAdrian Holovaty
2007-08-20Removed backend.dictfetchone(), as it wasn't being used anywhereAdrian Holovaty
2007-08-20Refactored quote_name() to DatabaseOperations.quote_name(). Refs #5106Adrian Holovaty