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
Age
Commit message (
Expand
)
Author
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
2010-01-12
Fixed #12512. Changed ModelForm to stop performing model validation on fields...
Joseph Kocherhans
2010-01-11
Fixed #12558 -- Improved error handling when processing DATABASES setting. Th...
Russell Keith-Magee
2010-01-10
Changed a whole bunch of places to raise exception instances instead of old-s...
Adrian Holovaty
2010-01-10
Fixed #12537 -- Fixed error in Model.full_validate(). Thanks, gauss
Adrian Holovaty
2010-01-10
Fixed #12142 -- EmptyQuerySet.update() no longer updates all rows in the data...
Adrian Holovaty
2010-01-09
Fixed #10015 -- PostgreSQL 8.3+ no longer barfs when passing an integer as a ...
Adrian Holovaty
2010-01-09
Fixed #7235 -- EmptyQuerySet no longer raises and exception when it's filter(...
Adrian Holovaty
2010-01-09
Fixed #9638 - Added %(app_label)s to the related_name format string for abstr...
Jannis Leidel
2010-01-09
Fixed #12059 - Let TimeField.to_python correctly return a datetime.time objec...
Jannis Leidel
2010-01-06
Fixed typo introduced in r11952.
Jannis Leidel
2010-01-05
Fixed a call to .using() that didn't make it into one of the model-validation...
Joseph Kocherhans
2010-01-05
Fixed another instance like [12099]. Thanks again, Alex Gaynor.
Joseph Kocherhans
2010-01-05
Fixed a regression in validate_unique introduced in [12098]. Thanks, Alex Gay...
Joseph Kocherhans
2010-01-05
Merged soc2009/model-validation to trunk. Thanks, Honza!
Joseph Kocherhans
2009-12-28
Fixed #12452 -- Ensured that all connections are closed when a request is fin...
Russell Keith-Magee
2009-12-24
Fixed #12428: Ensured that the dummy backend is installed correctly on a fres...
Russell Keith-Magee
2009-12-24
Fixed #12433 -- Corrected a typo in the text of the exception raised by RawQu...
Russell Keith-Magee
2009-12-22
Changes to get raw queries working on the oracle backend.
Ian Kelly
2009-12-22
Fixed #1142 -- Added multiple database support.
Russell Keith-Magee
2009-12-22
Fixed #11936 -- Removed deferred models from the list returned by the app_cac...
Russell Keith-Magee
2009-12-20
Fixed #11863: added a `Model.objects.raw()` method for executing raw SQL quer...
Jacob Kaplan-Moss
2009-12-19
Fixed #12258 - QuerySet.get() should clear ordering.
Luke Plant
2009-12-19
Fixed #12251 - QuerySet.in_bulk() should accept set/frozenset
Luke Plant
2009-12-19
Fixed #12234 -- Create additional indexes that use the appropriate operation ...
Justin Bronn
2009-12-17
Fixed #11753 - Q objects with callables no longer explode on Python 2.4. Than...
Jacob Kaplan-Moss
2009-12-17
Fixed #399: Added big integer field. Thanks to Tomáš Kopeček for persisten...
Karen Tracey
2009-12-16
Fixed #12389 - performance enhancement of get_models()
Luke Plant
2009-12-16
Fixed #12385: Made built-in field type descriptions in admindocs translatable...
Karen Tracey
[next]