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