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-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
2010-05-04
Fixed #12164 -- Removed the Python 2.3 compatibility imports and workarounds....
Russell Keith-Magee
2010-04-30
Fixed #12851 -- Another attempt at fixing select_related() with inherited mod...
Russell Keith-Magee
2010-04-30
Fixed #13449 -- Corrected typo in comment. Thanks stephaner.
Russell Keith-Magee
2010-04-30
Fixed #12851 -- Corrected the loading of values when select_related() is used...
Russell Keith-Magee
2010-04-29
Fixed #13441 -- Enforced a maximum identifier length of 63 for PostgreSQL. Th...
Russell Keith-Magee
2010-04-28
Fixed a bug preventing cursor variables from being passed as bind parameters ...
Ian Kelly
2010-04-28
Fixed #12977 -- Ensure that indexes don't exceed character limits on MySQL. T...
Russell Keith-Magee
2010-04-28
Fixed #13432 -- Corrected the logic for router use on OneToOne fields; also a...
Russell Keith-Magee
2010-04-27
Fixed #12749 -- Corrected a problem with validation of inline primary keys. T...
Russell Keith-Magee
2010-04-27
Refs #13427 -- Removed translation from verbose_name and verbose_name_plural ...
Russell Keith-Magee
2010-04-27
Fixed #13407 -- Corrected verbose names for autogenerated m2m models, and cle...
Russell Keith-Magee
2010-04-23
Fixed #11764 -- Added a missing set of parentheses in a call calculating the ...
Russell Keith-Magee
2010-04-21
Fixed #13396 -- Modified the SQLite introspection code to avoid a problem wit...
Russell Keith-Magee
2010-04-21
Fixed #13328 -- Ensured that querysets on models with callable defaults can b...
Russell Keith-Magee
2010-04-20
Fixed #13366 -- Corrected the field __setstate__ method to avoid a race condi...
Russell Keith-Magee
2010-04-16
Fixed #13358 -- Ensured that db_manager() can be used to override database ro...
Russell Keith-Magee
2010-04-15
Fixed #13348: Restored ability to load models from apps in eggs. Thanks Ramir...
Karen Tracey
2010-04-15
Fixed #13349 -- Ensure that raw queries evaluate the entire query if the back...
Russell Keith-Magee
2010-04-15
Fixed #13328 -- Added a __getstate__/__setstate__ pair to fields so that call...
Russell Keith-Magee
2010-04-14
Fixed #13335: Adjusted the r12950 fix to properly handle import errors result...
Karen Tracey
2010-04-13
Fixed #13227 -- Ensure that the query cache is flushed when a QuerySet is dee...
Russell Keith-Magee
2010-04-12
Fixed #11696: Changed app loading code so that it does not swallow import err...
Karen Tracey
2010-04-09
Fixed #13309 -- Ensure that delete() deletes everything it should delete(). T...
Russell Keith-Magee
2010-04-09
Fixed #13293 -- Corrected a problem with the MySQL handling of boolean return...
Russell Keith-Magee
2010-04-04
Fixed #12328 -- Corrected the handling of subqueries with ordering and slicin...
Russell Keith-Magee
2010-04-03
Fixed #12247 -- Corrected the way update queries are processed when the updat...
Russell Keith-Magee
2010-04-02
Fixed #11956 -- Modified the handling of m2m relationships between subclasses...
Russell Keith-Magee
2010-04-02
Fixed #12429 -- Modified RawQuery to provide some facilities required by Orac...
Russell Keith-Magee
2010-04-01
Fixed #12429 -- Ensure that raw queries call resolve_columns if the backend d...
Russell Keith-Magee
2010-04-01
Fixed #7190 -- Corrected a problem with Boolean value handling on the MySQL b...
Russell Keith-Magee
2010-03-31
Fixed #11916 -- Corrected handling of aggregation when there is a subquery pr...
Russell Keith-Magee
[next]