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
2010-03-10
Fixed #12976 -- Fixed the sequence reset commands issued by sqlflush in a mul...
Russell Keith-Magee
2010-03-10
Fixed #13055 -- Cleaned up the implementation of transaction decorators to pr...
Russell Keith-Magee
2010-03-10
Forced blank=True for NullBooleanField to allow it to pass model validation w...
James Bennett
2010-03-09
Changed last_executed_query to avoid raising exceptions on non-utf8-encoded p...
Karen Tracey
2010-03-08
Fixed #11940 - ModelForm evaluates callable default values on form class crea...
Luke Plant
2010-03-08
Fixed #12240 - select_related doesn't work correctly when mixing nullable and...
Luke Plant
2010-03-07
Fixed #13003 -- Ensured that ._state.db is set correctly for select_related()...
Russell Keith-Magee
2010-03-07
Fixed #12876 -- Corrected a problem with recursive relations under deepcopy. ...
Russell Keith-Magee
2010-03-07
Fixed #12913. Fields with choices now respect show_hidden_initial as a keywor...
Joseph Kocherhans
2010-03-06
Fixed #13034: Corrected default error message for IntegerField.
James Bennett
2010-02-26
Corrected an edge case introduced in r12602. Thanks to Ramiro Morales for the...
Russell Keith-Magee
2010-02-26
Fixed #1480 -- Added the ability to use the system timezone. Thanks to Ramiro...
Russell Keith-Magee
2010-02-26
Fixed #6191, #11296 -- Modified the admin deletion confirmation page to use t...
Russell Keith-Magee
2010-02-24
Fixed #12734. Deferred fields will now be properly converted to python when a...
Joseph Kocherhans
2010-02-24
Fixed #7190. Boolean fields now return bool values instead of 1 or 0. Thanks,...
Joseph Kocherhans
2010-02-24
Fixed #12546. Objects with a __len__ that returns 0 can now be serialized. Th...
Joseph Kocherhans
2010-02-24
Fixed #12818. SQLite now properly quotes strings for date extraction and trun...
Joseph Kocherhans
2010-02-24
Fixed #12152. DoesNotExist and MultipleObjectsReturned now subclass their par...
Joseph Kocherhans
2010-02-23
Fixed #12731. Fixed a bug with .raw() and inheritance. Thanks, Alex Gaynor.
Joseph Kocherhans
2010-02-23
Fixed #12819. Fixed a bug with caching values of nullable 1to1 fields. Thanks...
Joseph Kocherhans
2010-02-23
Fixed a few more spots related to #11859. Thanks, cramm and Alex Gaynor.
Joseph Kocherhans
2010-02-23
Fixed #12888. Fixed a typo in some related object error messages. Thanks, nes...
Joseph Kocherhans
2010-02-23
No, really this time -- corrected the warning message from r12510.
Russell Keith-Magee
2010-02-23
Cleaned up the warning message introduced by r12510.
Russell Keith-Magee
2010-02-23
Fixed #12912 -- Placed the psycopg1-backed ``postgresql`` database backend on...
Russell Keith-Magee
2010-02-23
Fixed #12608 -- No longer return inconsistent results when using `values` and...
Justin Bronn
2010-02-23
Fixed #12806 -- Added an implementation of `RawQuerySet.__getitem__`. Thanks...
Justin Bronn
2010-02-23
Fixed #12855 -- QuerySets with `extra` where parameters now combine correctly...
Justin Bronn
2010-02-22
Fixed #11226 -- Corrected an validation edge case with m2m relations between ...
Russell Keith-Magee
2010-02-10
Fixed #11535: Corrected SQL generated for queries involving generic relations...
Karen Tracey
2010-02-10
Fixed #12647. Allow unique_together checks be specified as lists as well as t...
Joseph Kocherhans
2010-02-03
Fixed a regression in the Postgres psycopg cursor handling introduced by r123...
Russell Keith-Magee
2010-02-02
Fixed #12667. Added optgroup validation support to model fields with choices....
Joseph Kocherhans
2010-01-30
Fixed #12732 -- Corrected an argument naming problem introduced by r12532. Th...
Russell Keith-Magee
2010-01-29
Fixed #12721: Ensured objects with generic relations that use non-integer obj...
Karen Tracey
2010-01-29
Fixed #12702 -- Introduced a common implementation of DatabaseError and Integ...
Russell Keith-Magee
2010-01-28
Fixed #12718 -- Tighten up the error handling when loading database routers. ...
Russell Keith-Magee
2010-01-27
Fixed #7270 -- Added the ability to follow reverse OneToOneFields in select_r...
Russell Keith-Magee
2010-01-27
Fixed #12693 -- Improved error handling when there is an error setting up the...
Russell Keith-Magee
2010-01-27
Made the database master router tolerant of router definitions that omit indi...
Russell Keith-Magee
2010-01-25
Fixed #11017: Changed implementation of Oracle LIKE lookups to enable index u...
Ian Kelly
2010-01-25
Fixed #12672 -- Added the ability to configure which applications are availab...
Russell Keith-Magee
2010-01-25
Fixed #12542 -- Added the TEST_MIRROR setting, allowing testing of read slave...
Russell Keith-Magee
2010-01-22
Fixed #12540, #12541 -- Added database routers, allowing for configurable dat...
Russell Keith-Magee
2010-01-21
Fixed #12582. Model validation on ForeignKeys now respects limit_choices_to. ...
Joseph Kocherhans
2010-01-19
Fixed #12633 -- Modified some old m2m attribute use in deprecated m2m table c...
Russell Keith-Magee
2010-01-14
Fixed #12560. Changed validate_unique to stop checking null primary key value...
Joseph Kocherhans
2010-01-14
Fixed #12386 -- Corrected the column names produced for autogenerated m2m tab...
Russell Keith-Magee
2010-01-13
Fixed #5390 -- Added signals for m2m operations. Thanks to the many people (i...
Russell Keith-Magee
2010-01-12
Fixed some bad indentation
Luke Plant
[prev]
[next]