index
:
chango.git
devmain
fix-31295
initial-branch
main
refs-37159
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
db
/
models
Age
Commit message (
Expand
)
Author
2006-06-23
Fixed #1662 -- Added resolver for string-form model references for models tha...
Russell Keith-Magee
2006-06-21
Fixed #2031 -- Don't try to remove microseconds on date objects (only datetime)
Malcolm Tredinnick
2006-06-20
Fixed #1964 -- Fixed bug in fetching the dimensions of an ImageField. Thanks,...
Adrian Holovaty
2006-06-20
Fixed #1857 -- Fixed get_previous_by_FIELD and get_next_by_FIELD to work
Malcolm Tredinnick
2006-06-19
Fixed #1683 -- Permit initialising models using settable properties as well as
Malcolm Tredinnick
2006-06-16
Added generic foreign key support to Django. Much thanks to Ian Holsman and
Jacob Kaplan-Moss
2006-06-15
Fixed the detection of when a custom manager is required because an 'objects'
Malcolm Tredinnick
2006-06-15
Fixed #2164 -- Create correct SQL when pk column name is not the same as the
Malcolm Tredinnick
2006-06-12
Fixed the empty model saving case so that it retrieves the primary key id. Also
Malcolm Tredinnick
2006-06-08
Fixed #2108 -- allow saving of empty models, rather than just dropping them.
Malcolm Tredinnick
2006-06-08
Fixed #2109 -- Convert old-style classes to new-style classes throughout Djan...
Adrian Holovaty
2006-06-08
Fixed #2108 -- do not try to save an empty model.
Malcolm Tredinnick
2006-06-07
Added Manager.get_or_create()
Adrian Holovaty
2006-06-06
Backed out [3088] which was a premature commit with a message meant for anoth...
Jacob Kaplan-Moss
2006-06-06
BNW: Added modpython handler to autosettings
Jacob Kaplan-Moss
2006-06-04
Changed all model unit tests to use __str__() instead of __repr__(). Also sli...
Adrian Holovaty
2006-06-03
Fixed #593 -- Added 'search' DB-API lookup type, which does full-text index s...
Adrian Holovaty
2006-06-01
Fixed bug in Model._get_next_or_previous_in_order()
Adrian Holovaty
2006-06-01
Fixed #1454 -- Improved DB API quote_only_if_word() so that it doesn't quote ...
Adrian Holovaty
2006-05-31
Fixed #2038 -- QuerySet._combine now combines where clause. Thanks, graham@da...
Adrian Holovaty
2006-05-29
Fixed #1584 - auto_now_add fields now work when saving multiple times.
Luke Plant
2006-05-26
Fixed bug with QuerySet.exclude() failing to do negations on Q objects, and
Luke Plant
2006-05-26
Fixed #1732 -- AttributeErrors in models are no longer ignored by the model v...
Adrian Holovaty
2006-05-26
Made negative indexing on QuerySet instances raise an assertion error (previo...
Luke Plant
2006-05-23
Fixed bug with Meta.ordering being ignored when slicing a single item off a Q...
Luke Plant
2006-05-19
Fixed #1901 -- removed typos from calls to _get_image_dimensions and
Malcolm Tredinnick
2006-05-15
Fixed #1884 -- Made django.db.models.options.get_verbose_name smarter. Thanks...
Adrian Holovaty
2006-05-15
Fixed #1858 : typo in get_FIELD_size() method. Thanks, tom@jerakeen.org.
Malcolm Tredinnick
2006-05-14
Fixed #1530 -- make count() respect distinct() on QuerySets. Create some
Malcolm Tredinnick
2006-05-10
Added Model.__str__() default fallback, and changed Model.__repr__() to embed...
Adrian Holovaty
2006-05-09
Fixed #1818 -- Added better error message for FieldDoesNotExist error. Thanks...
Adrian Holovaty
2006-05-06
Removed unused code.
Luke Plant
2006-05-06
Made QuerySet slicing return IndexError instead of DoesNotExist (and related ...
Luke Plant
2006-05-06
Fixed #1776 -- Fixed bug in DateQuerySet when the field is null. Thanks, Chri...
Adrian Holovaty
2006-05-06
Fixed QuerySet __getitem__ corner case so that it throws exceptions consistently
Luke Plant
2006-05-06
Fixed #1579 - added support for 'Q' objects in limit_choices_to.
Luke Plant
2006-05-05
Fixed #1729 -- Changed get_FIELD_filename() to return an empty string when fi...
Adrian Holovaty
2006-05-04
Removed ManyToManyRel.singular, which wasn't being used anymore.
Adrian Holovaty
2006-05-02
Fixed #1745 -- Accessing many-to-many relationships without a PK value now th...
Adrian Holovaty
2006-05-02
MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...
Adrian Holovaty
[prev]