| Age | Commit message (Collapse) | Author |
|
PasswordResetView.
|
|
|
|
* Fixed Trac's post release step.
* Doc'd the use of robots_txt for updating robots.docs.txt.
|
|
object.
Fixed in 519016e5f25d7c0a040015724f9920581551cab0.
|
|
|
|
reset URLs.
Co-authored-by: Tim Givois <tim.givois.mendez@gmail.com>
|
|
|
|
|
|
comments.
|
|
QuerySet.order_by and Meta.ordering.
|
|
Previously we used `decode()` which defaults to utf-8. This change
restores previous behavior.
Follow up to 28eac41510eb9de728bdfbc22a36f33ac75394f2.
|
|
lazy() should prepare the proxy class only once (the first time it's
used) not on every call.
Regression in b4e76f30d12bfa8a53cc297c60055c6f4629cc4c.
|
|
open() and gzip.open() supports path-like objects since Python 3.6.
|
|
optimization docs.
|
|
CommonPasswordValidator.__init__ previously called either splitlines or
readlines, creating an unneeded intermediate list in memory. For large
custom password files, this could be burdensome.
|
|
|
|
CharField.max_length on PostgreSQL.
|
|
Thanks Erwin Junge for the initial patch.
|
|
attribute after saving parent.
|
|
SessionStore.get_session_cookie_age().
|
|
|
|
|
|
Thanks Windson Yang for the initial patch.
|
|
The previous heuristics were naively enabling the BETWEEN optimization on
successful cast of the first rhs SQL params to an integer while it was
not appropriate for a lot of database resolved expressions.
Thanks Alexey Chernov for the report.
|
|
|
|
doesn't work.
Fallback was untested and likely never triggered.
|
|
|
|
|
|
SearchVector.
Regression in 405c8363362063542e9e79beac53c8437d389520.
|
|
contains expressions.
Regression in 1b1f64ee5a78cc217fead52cbae23114502cf564.
|
|
|
|
Updated the Spatialite installation instruction to refer to the latest
available version from KyngChaos, as Gaia-SINS does not provide MacOS
binaries anymore.
|
|
|
|
atomicity warning.
|
|
is available.
|
|
function is wrapped.
getfullargspec() doesn't work with wrapped functions.
|
|
|
|
Co-authored-by: Carlton Gibson <carlton.gibson@noumenal.es>
|
|
prefetch_related_objects().
|
|
|
|
|
|
|
|
|
|
in logging docs.
|
|
|
|
|
|
This fixes an issue with postgres_tests.test_integration.PostgresIntegrationTests
which would not find Django in a CI run.
|
|
|
|
changes.
|
|
OneToOneField.
|