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-11-02
Avoid an O(n**2) operation where O(n) will suffice. Possibly worth a second ...
Alex Gaynor
2010-10-31
When looking for django tables which exist, query for all tables once, not on...
Alex Gaynor
2010-10-29
Remove several uses of the deprecated dict.has_key in favor of the in operato...
Alex Gaynor
2010-10-28
Fixed #14471 -- Corrected a regression in the use of methods on custom manage...
Russell Keith-Magee
2010-10-28
Fixed #14517 -- Corrected the exception that is caught when testing for the a...
Russell Keith-Magee
2010-10-24
Fixed #14550 -- fixed the behavior of commit_on_success to exit the transacti...
Alex Gaynor
2010-10-23
Fixed #14223 -- Extended unification of exception raised in presence of integ...
Ramiro Morales
2010-10-19
Fixed #10771 -- added support for using the transaction management functions ...
Alex Gaynor
2010-10-19
Fixed a small typo introduced in r14139.
Ramiro Morales
2010-10-15
Change the stacklevel for Field deprecation warnings to correctly point to th...
Chris Beaven
2010-10-13
Fixed #12192 -- Don't execute any DB query when the QS slicing being performed
Ramiro Morales
2010-10-12
Fixed #5416 -- Added TestCase.assertNumQueries, which tests that a given func...
Alex Gaynor
2010-10-11
Fixed #12991 -- Added unittest2 support. Thanks to PaulM for the draft patch,...
Russell Keith-Magee
2010-10-11
Fixed #14436 -- Escalated 1.2 PendingDeprecationWarnings to DeprecationWarnin...
Russell Keith-Magee
2010-10-10
Refs #11256 -- Extended the annotation field name conflict check to cover m2m...
Carl Meyer
2010-10-09
Added sanity-checking of annotation alias names.
Carl Meyer
2010-10-09
Fixed #14366 -- Model.objects.none().values() now correctly returns a QuerySe...
Alex Gaynor
2010-10-09
Fixed #11509 -- Modified usage of "Web" to match our style guide in various d...
Russell Keith-Magee
2010-10-08
Fixed #13241. order_with_respect_to now works with ForeignKeys who refer to ...
Alex Gaynor
2010-10-08
Fixed #10970 -- Initialize DateFields with datetime.date objects, not datetim...
Jannis Leidel
2010-10-08
Fixed #14381 -- Clarified exception handling when instantiating Routers. Than...
Russell Keith-Magee
2010-10-06
Fixed #14395 -- Fixed typo in error message in db/__init__.py. Thanks, agabel
Adrian Holovaty
2010-10-06
Fixed #14406 -- Added a Python 2.4 compatibility to the logging interface. Th...
Russell Keith-Magee
2010-10-04
Fixed #12012 -- Added support for logging. Thanks to Vinay Sajip for his draf...
Russell Keith-Magee
2010-10-01
Fixed #7048 -- Added ClearableFileInput widget to clear file fields. Thanks f...
Jannis Leidel
2010-09-26
Fixed #14280 -- Fixed duplicate import of deepcopy. Thanks, Carl Meyer.
Jannis Leidel
2010-09-26
Fixed #13827 -- Cleaned up a few unnecessary function calls.
Jannis Leidel
2010-09-16
Fixed #14244: Allow lists of more than 1000 items to be used with the 'in' lo...
Ian Kelly
2010-09-13
Fixed #11594 - Inaccurate docstring for WhereNode.add()
Luke Plant
2010-09-13
Changed the way we create class names for deferred field models to avoid
Malcolm Tredinnick
2010-09-11
Better error message for calling get_next_by_* on unsaved models.
Malcolm Tredinnick
2010-08-30
Fixed #13798 -- Added connection argument to the connection_created signal. T...
Russell Keith-Magee
2010-08-28
Fixed #12343 -- Added support for connection-by-socket to MySQL using the dbs...
Russell Keith-Magee
2010-08-17
Fixed #14102 -- Ensure that fields that have been excluded from a form aren't...
Russell Keith-Magee
2010-08-07
Fixed #13516 -- Added an internal type definition for AutoFields, so that sub...
Russell Keith-Magee
2010-08-07
Rationalized the verbosity levels (including introducing a new super-verbose ...
Russell Keith-Magee
2010-08-07
Fixed #13552 -- Added a 'using' parameter to database signals. Thanks to gman...
Russell Keith-Magee
2010-08-05
Fixed #13610 -- Improved error reporting when the ENGINE setting is ommitted ...
Russell Keith-Magee
2010-08-05
Fixed #13613 -- Ensure that forms.URLField and forms.EmailField are used on a...
Russell Keith-Magee
2010-08-05
Fixed #13946 -- Modified the database cache backend to use the database route...
Russell Keith-Magee
2010-07-30
Fixed #13882 -- Removed an unnecessary nested where clause introduced on __is...
Russell Keith-Magee
2010-07-30
Fixed #13730 -- Removed the hard-coding of the requirement that ForeignKeys h...
Russell Keith-Magee
2010-07-30
Fixed #13773 -- Passed in the current connection in a call to db_type(). Than...
Russell Keith-Magee
2010-07-30
Fixed #13821 -- Added a double-quoting to the PostgreSQL sequence reset code....
Russell Keith-Magee
2010-07-30
Fixed #13941 -- Corrected the way sequence names are reset under Postgres, es...
Russell Keith-Magee
2010-06-21
Fixed #8901 -- Reapplied r13328 (with extra docs) now that we have a 1.3 deve...
Russell Keith-Magee
2010-06-10
Refs #8901 -- Reverted r13328 because the patch imposes a minimum version req...
Russell Keith-Magee
2010-06-07
Fixed #8901 -- Corrected the PostgreSQL sequence reset code when field identi...
Russell Keith-Magee
2010-05-28
Fixed #13656 -- Ensure that the management commands use the right database fo...
Russell Keith-Magee
2010-05-11
Fixed #13513 -- Ensured that queries collecting deleted objects are issued on...
Russell Keith-Magee
[prev]
[next]