| Age | Commit message (Collapse) | Author |
|
Regression in 24959e48d949a20be969f649ece3576dbc7ce422.
Backport of d15c61cabbe1c15068ffeb58c64035057f0c7d5c from master.
|
|
disallowing queries.
Database features may require a connection to be established to determine
whether or not they are enabled.
|
|
tests.
Mocking connect as well as cursor methods makes sure an appropriate error
message is surfaced when running a subset of test attempting to access a
a disallowed database.
|
|
favor of databases.
|
|
|
|
|
|
|
|
an exception.
|
|
their query strings.
|
|
|
|
|
|
|
|
|
|
Thanks Tim Graham for the test part.
|
|
|
|
Python docs say, "it's usually not necessary to invoke these methods directly."
|
|
a tuple.
Regression in 17e661641ddaf8266e7430d83cfb2039abc55df7
|
|
|
|
These functions do nothing on Python 3.
|
|
|
|
Thanks Tim Graham for the review.
|
|
Thanks Tim Graham and Simon Charette for the reviews.
|
|
|
|
Per deprecation timeline.
|
|
Thanks to Josh Smeaton for the idea of implementing server-side cursors
in PostgreSQL from the iterator method, and Anssi Kääriäinen and Kevin
Turner for their previous work. Also Simon Charette and Tim Graham for
review.
|
|
|
|
|
|
inheritance.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Thanks to Tim for the review.
|
|
Thanks to Tim Graham for the review.
|
|
trailing whitespace.
Thanks Jacek Bzdak for indepdently contributing a similar fix.
|
|
|
|
|
|
|
|
transaction.
|
|
Thanks Chris Jerdonek for the suggestion and help with the patch.
|
|
Thanks Aymeric Augustin for review.
|
|
|
|
Thanks to Tim and Anssi for the review.
|
|
This was broken in c2bc1cefdcbbf074408f4a4cace88b315cf9d652 (refs #23763).
|
|
|
|
during tests
Cleared caching in staticfiles_storage and get_finder when
relevant settings are changed.
|
|
|
|
router.
|