Claude Paroz <claude@...

(Claude Paroz <claude@...)

Most Active Role

N/A

Most Active Component

N/A

Activity Timeline

[No data in this time period]

Components

[No data in this time period]

Tickets

Trac Ticket (76) Reporter (0) Owner (30) Commenter (113) Summary Component
34322 34322 ManifestStaticFilesStorage crashes on commented JavaScript import statements contrib.staticfiles
27131 27131 1 send_mail() error on Python 2 if smtp server uses CRAM-MD5 auth method Core (Mail)
27795 27795 9 Audit force_text invocations Utilities
27098 27098 2 Deprecate DatabaseIntrospection.get_indexes Database layer (models, ORM)
14807 14807 2 django.utils.formats localize_input inserts thousands_separator into boolean values Internationalization
17209 17209 2 Dogfood class-based views in contrib.auth contrib.auth
27796 27796 1 Middlewares load twice due to StaticFilesHandler(WSGIHandler) contrib.staticfiles
27848 27848 1 EmailMessage.attach_file() with .eml file crashes Core (Mail)
27866 27866 3 Make ChoiceWidget.format_value() return a list Forms
27920 27920 3 RadioSelect is not rendering the value attribute when it is empty Forms
27622 27622 2 Test client should accept vendor tree json variants Testing framework
27479 27479 2 ingored GDALException('Invalid pointer returned from "GDALClose"',) during tests GIS
27868 27868 1 makemessages creates files in '__pycache__' directory by default Core (Management commands)
27803 27803 1 Don't escape lazy safe strings in conditional_escape Utilities
27793 27793 1 Use Python's ipaddress module for IP validation Utilities
27699 27699 1 parse_duration returns None if passed a string with a negative number of seconds Utilities
27696 27696 1 Email line length limiting does not work properly with Cyrillic strings Core (Mail)
27557 27557 1 Overzealous GEOSGeometry sub-subclasses casts GIS
27493 27493 1 GIS raster transformation test failures due to precisions with GDAL 2.1 GIS
27469 27469 1 Email crashes cryptically when emptystring passed to django.core.mail.message.sanitize_address Core (Mail)
27455 27455 1 When use "zh-HANT" locale,the URL of "reset user password" page in Django Admin is not correct. Internationalization
27333 27333 1 EmailMessage.message().as_string() incorrectly base64 encoded on Python 3 Core (Mail)
27300 27300 1 makemigrations --dry-run -v 3 on Python 3 writes byte string to stdout Core (Management commands)
27305 27305 1 Removed unused can_import_settings command attribute Core (Management commands)
27302 27302 2 Date/time fields flagged as changed in ModelAdmin.construct_change_message contrib.admin
27261 27261 2 Missing python-brace-format marker for a contrib.admin string contrib.admin
27056 27056 2 changing dim property for geometries does not generate correct migration on PostgreSQL Migrations
27172 27172 2 Close cursor in custom SQL example Documentation
27162 27162 1 Move CreateExtension to django.db.backends.postgresql Database layer (models, ORM)
27096 27096 1 SQLite fails finding a table primary key when it's also a foreign key Database layer (models, ORM)
27007 27007 1 Handle non-UTF-8 bytes objects for text/* attachments Core (Mail)
27034 27034 1 Make makemessages independent of USE_I18N Internationalization
27024 27024 1 BaseGeometryWidget logs a false positive: Error creating geometry from value '' GIS
27015 27015 1 Hidden widget shouldn't have maxlength/minlength attributes Forms
25532 25532 3 JSONField form field double encodes invalid values contrib.postgres
25454 25454 1 Module level database queries in a project prevent register_hstore from being called contrib.postgres
19670 19670 1 CachedFilesMixin Doesn't Limit Substitutions to Extension Matches contrib.staticfiles
10532 10532 1 An overridden get method on a custom manager passed to get_object_or_404 will not be called. Database layer (models, ORM)
14098 14098 1 Prevent introspection errors from crashing inspectdb Core (Management commands)
21113 21113 3 django_admin_log table stores messages in different languages depending on which language was active while editing. contrib.admin
25630 25630 2 `AsGeoHash` is listed among unsupported functions though `GeoHash` is supposed GIS
24360 24360 1 when LocaleMiddleware activated, no error page with traceback and error message in logger Core (Other)
17401 17401 1 SelectDateWidget doesn't display erroneous values Forms
14483 14483 2 Implement subqueries in geodjango spatial lookup GIS
24193 24193 3 Test failure: deprecation.tests.DeprecatedChineseLanguageCodes.test_deprecation_warning with unexpected warnings about unclosed files Core (Other)
21255 21255 1 Django doesn't closes connection when running from management command Database layer (models, ORM)
14180 14180 1 Creating redundant indexes on foreign keys for MySQL/InnoDB tables Database layer (models, ORM)
14515 14515 1 Can't pickle ValueQuerySet if query references fields, which aren't on the same model. Database layer (models, ORM)
14394 14394 1 Assigning bad data to an m2m attribute should not clear existing data Database layer (models, ORM)
23883 23883 1 flatatt modifies passed in dict, possibly changing the result of subsequent calls Uncategorized
8033 8033 2 Better error handling for gettext and gettext_lazy issues Internationalization
21630 21630 2 Simplify find_management_module Core (Management commands)
22606 22606 2 Locmemcache has_key fails when cache expiry is None (infinite) Core (Cache system)
21417 21417 1 use TEMPLATE_STRING_IF_INVALID format string in blocktrans Template system
14825 14825 1 LocaleMiddleware should store language preferences if possible Internationalization
14800 14800 1 Development server should NOT elide favicon from the logs Core (Management commands)
14461 14461 2 Allow to use other translation languages than just the ones available in Django Internationalization
7936 7936 1 Add Last-Modified header to feeds contrib.syndication
21005 21005 1 Schema tests are language-dependant Migrations
14540 14540 1 Wrong localization (L10N) thousand separator & decimal point character for Puerto Rico Internationalization
20039 20039 1 _has_changed broken for TypedChoiceFields Forms
14571 14571 2 Update jQuery contrib.admin
16123 16123 1 DateTimeField, DateField fails covert unicode date string with non-ascii characters Forms
4833 4833 1 auth superuser setup rejects valid @localhost e-mail address Validators
14264 14264 2 settings.configure has undocumented differences from using a settings module Core (Other)
14315 14315 1 memcached doesn't support negative deltas for incr() and decr() Core (Cache system)
5076 5076 2 Request object should try to determine encoding HTTP handling
5611 5611 1 HTTPRequest should check content-type before parsing post body HTTP handling
14861 14861 1 Importing settings in a module that contains a logging Handler causes circular import. Core (Other)
18182 18182 1 Raw password echoed on authentication if no hashing used contrib.auth
18212 18212 2 GenericIPAddressField does not handle verbose_name and name args like other field types Database layer (models, ORM)
7833 7833 1 UserCreationForm doesn't handle the case where password1 is not set contrib.auth
14917 14917 1 Error in the sample code under "Using an inline formset in a view" Documentation
14478 14478 2 Couple of tests make assumptions about configuration Contrib apps
14681 14681 1 Uploaded files should not set mode to None File uploads/storage
14886 14886 1 GeoModelAdmin forms cannot be used with WMS in formats other than image/jpeg GIS