| Age | Commit message (Collapse) | Author |
|
The html.entities.name2codepoint dict contains only valid Unicode
codepoints. Either the key exists and chr() will succeed or the key does
not exist.
|
|
with quoted db_column on PostgreSQL.
|
|
altering AutoField/BigAutoField on PostgreSQL for models with quoted db_table.
|
|
|
|
|
|
|
|
|
|
django.utils.encoding.uri_to_iri().
Thanks to Guido Vranken for initial report.
|
|
lookups against SQL injection.
Thanks to Sage M. Abdullah for the report and initial patch.
Thanks Florian Apolloner for reviews.
|
|
strip_tags() when handling incomplete HTML entities.
Thanks to Guido Vranken for initial report.
|
|
truncating HTML.
Thanks to Guido Vranken for initial report.
|
|
None is not valid for settings.FILE_UPLOAD_MAX_MEMORY_SIZE.
Always use SpooledTemporaryFile.
|
|
|
|
|
|
startapp/startproject management commands.
|
|
The file executable should have 0o775 permission not only u=x.
The file no_permissions should have 0o644 u=r.
|
|
|
|
|
|
|
|
MariaDB.
|
|
The extract() function has the same code as used in the test method
for Archive.extract().
|
|
|
|
templates.
Co-Authored-By: Daniel Hahler <git@thequod.de>
|
|
|
|
|
|
Thanks Mariusz Felisiak for contributing the Point part.
|
|
using attnames.
Regression in 519016e5f25d7c0a040015724f9920581551cab0.
|
|
|
|
wsgi.file_wrapper.
|
|
Previously, we used Query.can_filter() mainly to check if a query is
sliced what was confusing.
|
|
union(), intersection(), and difference().
|
|
|
|
descriptor_class attribute.
Allows model fields to override the descriptor class used on the model
instance attribute.
|
|
instead of a field name.
|
|
resolved.
|
|
Unused since its introduction in c8720e7696ca41f3262d5369365cc1bd72a216ca.
|
|
|
|
|
|
|
|
|
|
As is_related_object is True, the val variable is unused for the
remainder of the method.
Unnecessary since 53da1e47942f22a56e761d786ba89d05ca55a224.
|
|
filtering by public schema on PostgreSQL.
|
|
PostgreSQL.
|
|
|
|
receivers.
Thanks Carlton Gibson the review.
|
|
|
|
|
|
mixins with CBVs docs.
|
|
validation.
|
|
Thanks to Nick Pope and Mariusz Felisiak for review.
Co-Authored-By: Mariusz Felisiak <felisiak.mariusz@gmail.com>
|