summaryrefslogtreecommitdiff
path: root/django/db
AgeCommit message (Expand)Author
2007-07-02unicode: Added Unicode support for the Oracle backend. All tests pass.Malcolm Tredinnick
2007-07-01unicode: Merged changes from trunk up to [5579].Malcolm Tredinnick
2007-06-25Fixed #4664 -- Forced the client character set encoding to UTF-8 for PostgreSQLMalcolm Tredinnick
2007-06-25unicode: Merged from trunk up to [5530]. Oracle backend has not been ported toMalcolm Tredinnick
2007-06-11unicode: Merged changes from trunk up to [5460].Malcolm Tredinnick
2007-06-03unicode: Merged from trunk up to [5418].Malcolm Tredinnick
2007-06-01unicode: Reverted [5388] and fixed the problem in a different way. CheckedMalcolm Tredinnick
2007-06-01unicode: Merged from trunk up to [5398].Malcolm Tredinnick
2007-05-28unicode: Fixed a problem when models had non-ASCII bytestrings for theirMalcolm Tredinnick
2007-05-26unicode: Changed the place where we compute verbose_name_raw. It's doneMalcolm Tredinnick
2007-05-25unicode: Merged from trunk up to [5333].Malcolm Tredinnick
2007-05-24unicode: Fixed one of the changes in [5320] in a slightly different way. ThisMalcolm Tredinnick
2007-05-23unicode: Fixed a number of problems where lazily translated objects were notMalcolm Tredinnick
2007-05-22unicode: Made lazy translation objects work properly. Fixed #4295, #4320.Malcolm Tredinnick
2007-05-21unicode: Merged from trunk up to [5308].Malcolm Tredinnick
2007-05-19unicode: Fixed #4340 -- added a few character set encodings that PostgreSQL 7.xMalcolm Tredinnick
2007-05-16unicode: Renamed no_trans() to the more descriptive deactivate_all(). Added aMalcolm Tredinnick
2007-05-15unicode: Improved the fix for debug query logging from [5208]. Refs #3891.Malcolm Tredinnick
2007-05-14unicode: Replaced all implicit uses of _() from builtins with explicitlyMalcolm Tredinnick
2007-05-14unicode: Replaced remaining uses in Python code of gettext() with ugettext().Malcolm Tredinnick
2007-05-14Reintroduced support for parameter dictionaries when using the PostgreSQLMalcolm Tredinnick
2007-05-14unicode: Made various changes to prevent actual and potential Python 2.3Malcolm Tredinnick
2007-05-13unicode: Merged from trunk up to [5213].Malcolm Tredinnick
2007-05-12unicode: Make sure we don't try to insert unicode data into bytestrings in theMalcolm Tredinnick
2007-05-12unicode: Added some more unicode conversions in django.db.models.*.Malcolm Tredinnick
2007-05-11unicode: Merged changes from trunk up to [5182].Malcolm Tredinnick
2007-05-05unicode: Merged from trunk up to [5150].Malcolm Tredinnick
2007-04-28unicode: Merged from trunk up to [5121].Malcolm Tredinnick
2007-04-26unicode: Fixed #4161 -- Ported oldforms internal string handling across to useMalcolm Tredinnick
2007-04-26unicode: Fixed #4152 -- Converted a lot of internal [n]gettext() calls intoMalcolm Tredinnick
2007-04-26unicode: Merged from trunk up to [5080].Malcolm Tredinnick
2007-04-22unicode: Fixed #3996. Added check for model-specific __unicode__ method toMalcolm Tredinnick
2007-04-21unicode: Merged up to [5053].Malcolm Tredinnick
2007-04-09unicode: Merged with trunk up to [4970].Malcolm Tredinnick
2007-04-09unicode: Removed stray reference to non-existent settings.DATABASE_CHARSET.Malcolm Tredinnick
2007-04-09unicode: Converted the template output and database I/O interfaces toMalcolm Tredinnick
2007-04-06Fixed the ADO backend to match the required interface and normalized naming o...Russell Keith-Magee
2007-04-06Fixed #3790 -- Fixed a problem with sequence resetting during fixture loads w...Russell Keith-Magee
2007-04-01Negligible comment formatting change in django/db/models/base.py (from [4881])Adrian Holovaty
2007-03-31Fixed #2363 -- Improved base class checking in ModelBase metaclass. Thanks toMalcolm Tredinnick
2007-03-22Fixed #2351 -- Fixed problem with using ".count" attribute of QuerySets inMalcolm Tredinnick
2007-03-21Fixed a mistaken import from the mysql backend that had snuck through.Malcolm Tredinnick
2007-03-21Added a mysql_old backend that matches the mysql backend prior to [4724]. ThisMalcolm Tredinnick
2007-03-20Fixed #3754 -- Re-introduced utf-8 as default encoding for interaction withMalcolm Tredinnick
2007-03-20Fixed #3738 -- Minor inline documentation fix. Thanks, Simon.Russell Keith-Magee
2007-03-19Fixed #3741 -- Fixed serialization of GenericRelations. Thanks for the report...Russell Keith-Magee
2007-03-18Fixed #3747 -- Added a stricter MySQLdb version check so that (1, 2, 1,Malcolm Tredinnick
2007-03-14Fixed #2635 -- Added improved MySQL backend support from Andy Dustman. AlsoMalcolm Tredinnick
2007-03-13Added to_python implementation for NullBoolean Fields. This was required for ...Russell Keith-Magee
2007-03-10An improved version of the change attempted in [4693]: retain backwardsMalcolm Tredinnick