| Age | Commit message (Collapse) | Author |
|
migrations.
|
|
labels.
|
|
|
|
|
|
|
|
|
|
|
|
intermediate files.
|
|
|
|
rendering clickable link.
|
|
|
|
content types.
Co-Authored-By: Mariusz Felisiak <felisiak.mariusz@gmail.com>
Thanks Simon Charette for the review.
|
|
|
|
|
|
parent object.
|
|
Thanks Simon Charette for the review.
|
|
|
|
|
|
|
|
|
|
auto-reloader when using StatReloader.
Previously we updated the file mtimes if the file has not been seen
before - i.e on the first iteration of the loop.
If the mtime has been changed we triggered the notify_file_changed()
method which in all cases except the translations will result in the
process being terminated. To be strictly correct we need to update the
mtime for either branch of the conditional.
Regression in 6754bffa2b2df15a741008aa611c1bb0e8dff22b.
|
|
custom signature.
Regression in c8720e7696ca41f3262d5369365cc1bd72a216ca.
|
|
|
|
|
|
used in Subquery.
|
|
using StatReloader.
Regression in c8720e7696ca41f3262d5369365cc1bd72a216ca.
|
|
Given doseq defaults to False it should avoid an unnecessary instance
check in most cases.
|
|
|
|
|
|
context values in PasswordResetView.
|
|
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().
|