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
/
models
/
base.py
Age
Commit message (
Expand
)
Author
2006-07-21
Second half of little cleanup tweaks suggested by pyflakes.
Jacob Kaplan-Moss
2006-07-06
Fixed another problem where we were creating a class twice via two import
Malcolm Tredinnick
2006-07-04
Trivial indentation fix.
Russell Keith-Magee
2006-06-28
Fixed #2196 -- Fixed AttributeError in method_set_order. Thanks, fonso
Adrian Holovaty
2006-06-26
Fixed another path where imports were creating two instances of a model's
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-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 #2108 -- do not try to save an empty model.
Malcolm Tredinnick
2006-06-01
Fixed bug in Model._get_next_or_previous_in_order()
Adrian Holovaty
2006-05-29
Fixed #1584 - auto_now_add fields now work when saving multiple times.
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 #1858 : typo in get_FIELD_size() method. Thanks, tom@jerakeen.org.
Malcolm Tredinnick
2006-05-10
Added Model.__str__() default fallback, and changed Model.__repr__() to embed...
Adrian Holovaty
2006-05-06
Made QuerySet slicing return IndexError instead of DoesNotExist (and related ...
Luke Plant
2006-05-05
Fixed #1729 -- Changed get_FIELD_filename() to return an empty string when fi...
Adrian Holovaty
2006-05-02
MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...
Adrian Holovaty