summaryrefslogtreecommitdiff
path: root/django/db
Commit message (Expand)AuthorAgeFilesLines
* unicode: Added Unicode support for the Oracle backend. All tests pass.Malcolm Tredinnick2007-07-022-20/+54
* unicode: Merged changes from trunk up to [5579].Malcolm Tredinnick2007-07-018-2/+37
* Fixed #4664 -- Forced the client character set encoding to UTF-8 for PostgreSQLMalcolm Tredinnick2007-06-252-60/+4
* unicode: Merged from trunk up to [5530]. Oracle backend has not been ported toMalcolm Tredinnick2007-06-2517-138/+1037
* unicode: Merged changes from trunk up to [5460].Malcolm Tredinnick2007-06-113-9/+19
* unicode: Merged from trunk up to [5418].Malcolm Tredinnick2007-06-031-1/+4
* unicode: Reverted [5388] and fixed the problem in a different way. CheckedMalcolm Tredinnick2007-06-012-4/+5
* unicode: Merged from trunk up to [5398].Malcolm Tredinnick2007-06-011-3/+17
* unicode: Fixed a problem when models had non-ASCII bytestrings for theirMalcolm Tredinnick2007-05-281-3/+4
* unicode: Changed the place where we compute verbose_name_raw. It's doneMalcolm Tredinnick2007-05-261-9/+14
* unicode: Merged from trunk up to [5333].Malcolm Tredinnick2007-05-251-1/+0
* unicode: Fixed one of the changes in [5320] in a slightly different way. ThisMalcolm Tredinnick2007-05-241-1/+1
* unicode: Fixed a number of problems where lazily translated objects were notMalcolm Tredinnick2007-05-232-4/+4
* unicode: Made lazy translation objects work properly. Fixed #4295, #4320.Malcolm Tredinnick2007-05-222-4/+4
* unicode: Merged from trunk up to [5308].Malcolm Tredinnick2007-05-2117-16/+116
* unicode: Fixed #4340 -- added a few character set encodings that PostgreSQL 7.xMalcolm Tredinnick2007-05-191-41/+5
* unicode: Renamed no_trans() to the more descriptive deactivate_all(). Added aMalcolm Tredinnick2007-05-161-0/+10
* unicode: Improved the fix for debug query logging from [5208]. Refs #3891.Malcolm Tredinnick2007-05-151-6/+11
* unicode: Replaced all implicit uses of _() from builtins with explicitlyMalcolm Tredinnick2007-05-143-8/+9
* unicode: Replaced remaining uses in Python code of gettext() with ugettext().Malcolm Tredinnick2007-05-141-4/+4
* Reintroduced support for parameter dictionaries when using the PostgreSQLMalcolm Tredinnick2007-05-141-2/+12
* unicode: Made various changes to prevent actual and potential Python 2.3Malcolm Tredinnick2007-05-141-1/+1
* unicode: Merged from trunk up to [5213].Malcolm Tredinnick2007-05-132-4/+4
* unicode: Make sure we don't try to insert unicode data into bytestrings in theMalcolm Tredinnick2007-05-121-1/+2
* unicode: Added some more unicode conversions in django.db.models.*.Malcolm Tredinnick2007-05-124-16/+20
* unicode: Merged changes from trunk up to [5182].Malcolm Tredinnick2007-05-114-267/+6
* unicode: Merged from trunk up to [5150].Malcolm Tredinnick2007-05-052-1/+18
* unicode: Merged from trunk up to [5121].Malcolm Tredinnick2007-04-289-47/+49
* unicode: Fixed #4161 -- Ported oldforms internal string handling across to useMalcolm Tredinnick2007-04-261-2/+3
* unicode: Fixed #4152 -- Converted a lot of internal [n]gettext() calls intoMalcolm Tredinnick2007-04-261-12/+12
* unicode: Merged from trunk up to [5080].Malcolm Tredinnick2007-04-269-1/+12
* unicode: Fixed #3996. Added check for model-specific __unicode__ method toMalcolm Tredinnick2007-04-221-0/+2
* unicode: Merged up to [5053].Malcolm Tredinnick2007-04-215-44/+17
* unicode: Merged with trunk up to [4970].Malcolm Tredinnick2007-04-091-1/+1
* unicode: Removed stray reference to non-existent settings.DATABASE_CHARSET.Malcolm Tredinnick2007-04-091-6/+3
* unicode: Converted the template output and database I/O interfaces toMalcolm Tredinnick2007-04-096-37/+141
* Fixed the ADO backend to match the required interface and normalized naming o...Russell Keith-Magee2007-04-061-4/+4
* Fixed #3790 -- Fixed a problem with sequence resetting during fixture loads w...Russell Keith-Magee2007-04-068-0/+74
* Negligible comment formatting change in django/db/models/base.py (from [4881])Adrian Holovaty2007-04-011-1/+2
* Fixed #2363 -- Improved base class checking in ModelBase metaclass. Thanks toMalcolm Tredinnick2007-03-311-1/+5
* Fixed #2351 -- Fixed problem with using ".count" attribute of QuerySets inMalcolm Tredinnick2007-03-221-0/+2
* Fixed a mistaken import from the mysql backend that had snuck through.Malcolm Tredinnick2007-03-211-1/+1
* Added a mysql_old backend that matches the mysql backend prior to [4724]. ThisMalcolm Tredinnick2007-03-215-0/+371
* Fixed #3754 -- Re-introduced utf-8 as default encoding for interaction withMalcolm Tredinnick2007-03-201-0/+2
* Fixed #3738 -- Minor inline documentation fix. Thanks, Simon.Russell Keith-Magee2007-03-201-1/+1
* Fixed #3741 -- Fixed serialization of GenericRelations. Thanks for the report...Russell Keith-Magee2007-03-193-1/+4
* Fixed #3747 -- Added a stricter MySQLdb version check so that (1, 2, 1,Malcolm Tredinnick2007-03-181-2/+8
* Fixed #2635 -- Added improved MySQL backend support from Andy Dustman. AlsoMalcolm Tredinnick2007-03-143-44/+47
* Added to_python implementation for NullBoolean Fields. This was required for ...Russell Keith-Magee2007-03-131-0/+7
* An improved version of the change attempted in [4693]: retain backwardsMalcolm Tredinnick2007-03-101-1/+1