mpe

(mpe)

Most Active Role

N/A

Most Active Component

Database Layer (Models, Orm)

Activity Timeline

[No data in this time period]

Components

Tickets

Trac Ticket (42) Reporter (0) Owner (0) Commenter (5) Summary Component
34654 34654 Post-normalization performed on the Username field leading to the bypass of the whitespace stripping contrib.auth
27201 27201 Django 1.10 with STATICFILES_STORAGE breaks on absolute path in CSS with double slash contrib.staticfiles
34597 34597 Queryset (split) exclude's usage of Exists is significantly slower than subquery Database layer (models, ORM)
34884 34884 Half bug/half enhancement : inconsistent behavior of get_or_create() regarding related attributes cache Database layer (models, ORM)
34320 34320 Renaming fields with truncated names don't remove old constraints on Oracle. Database layer (models, ORM)
34233 34233 Drop support for Python 3.8 & 3.9. Core (Other)
34388 34388 Added support for direct usage of Choices classes on model fields Database layer (models, ORM)
34361 34361 Missing the package "gdal-bin" results in Segmentation fault. GIS
34255 34255 Annotation/group by with an expression on psycopg3 Database layer (models, ORM)
34201 34201 Drop support for SQLite < 3.21.0 Database layer (models, ORM)
34085 34085 Black shouldn't format non-Python files Core (Management commands)
34017 34017 Mention that when using Argon2PasswordHasher, this means Argon2id gets used Documentation
27685 27685 Allow autoreloader to use watchman Utilities
14675 14675 Update docs and project template to avoid "import *" for url patterns Core (Other)
27258 27258 Raise an exception if RequestContext is used with template.backends.django.Template.render() Template system
27966 27966 Bump required version of pyscopg2 to 2.5.4 Database layer (models, ORM)
27741 27741 staticfiles_tests test_corrupt_intermediate_files fails intermittently when run in parallel contrib.staticfiles
27649 27649 Increase minimum supported cx_Oracle version to 5.2 Database layer (models, ORM)
27651 27651 System check disallows two ManyToManyField relations on the same model, one to concrete through and one to proxy of same through Core (System checks)
27440 27440 3 Allow reverse() to return a fully qualified URL Core (URLs)
27328 27328 return `Set-Cookie` if sessionid= None value contrib.sessions
27066 27066 Possible Memory leak while evaluating a QuerySet Database layer (models, ORM)
14442 14442 During tests parse fixtures using setUpClass Testing framework
901 901 1 Reload method for models Database layer (models, ORM)
14319 14319 Add signals test_setup and test_teardown to Django test suite runner Options Testing framework
14174 14174 Support for string interpolation in lazy translation Internationalization
14057 14057 Expose an interface for custom-escaping template content Template system
14121 14121 Provide object's primary key as a hint for database router method db_for_read() when filtering objects by primary key Database layer (models, ORM)
14597 14597 request.is_secure() should support headers like: X-Forwarded-Protocol and X-Forwarded-Ssl HTTP handling
14652 14652 Sessions seem to be improperly using Pickle to hash a dictionary contrib.sessions
14634 14634 Sessions are unnecessarily complex contrib.sessions
14063 14063 Validating form file fields is hard File uploads/storage
14608 14608 Adding a INPhoneNumberField to indian localflavor contrib.localflavor
14854 14854 Follow PEP 8 -- Style Guide for Python Code Core (Other)
14733 14733 Allow Manager.raw() execute not only "Pure selects" Database layer (models, ORM)
14230 14230 Documentation for Auth's Logout view suggests wrong redirect takes precedence. contrib.auth
552 552 1 [patch] SOAP support for django Tools
461 461 Support use of pypgsql instead of psycopg Database layer (models, ORM)
952 952 [patch] Allow for database client encoding configuration from project settings Database layer (models, ORM)
61 61 [patch] auth.User admin form shouldn't require people to edit hashes contrib.admin
165 165 Should mod_python config use PythonOption instead of SetEnv for settings? Core (Other)
542 542 [patch] Add an "or cancel" link to add, edit, and delete admin views. contrib.admin