Ryan Moore

(007)

Most Active Role

N/A

Most Active Component

Database Layer (Models, Orm)

Activity Timeline

[No data in this time period]

Components

Tickets

Trac Ticket (269) Reporter (0) Owner (0) Commenter (1) Summary Component
27775 27775 Signed cookies does not support custom expiry contrib.sessions
34566 34566 ModelAdmin get_field_queryset uses related admin ordering, but not related admin querysets. contrib.admin
27029 27029 Make EmailValidator accept non-ASCII characters in local part Core (Other)
34819 34819 GenericForeignKey.get_prefetch_queryset() contrib.contenttypes
34871 34871 Validation of UniqueConstraint with Case() crashes. Database layer (models, ORM)
373 373 Add support for multi-column primary keys. Database layer (models, ORM)
470 470 1 Add Field.db_default for defining database defaults Database layer (models, ORM)
34976 34976 startproject and startapp should provide feedback Core (Management commands)
34856 34856 Running tests with historical migrations that contain index together fails with TypeError. Migrations
34034 34034 Adding a class on ChoiceWidget subwidgets is excessively difficult Forms
34406 34406 Add support for curved geometries in GeoDjango GIS
27909 27909 Use AUTH_USER_MODEL in startproject template Core (Management commands)
34887 34887 Allow unlimited CharField for SQLite backend Database layer (models, ORM)
34429 34429 Allow to set unusable password via admin UI contrib.auth
34118 34118 Python 3.12 compatibility Core (Other)
34654 34654 Post-normalization performed on the Username field leading to the bypass of the whitespace stripping contrib.auth
34789 34789 `filter_horizontal` duplicates entries in "Chosen" column after instance is added via in another field using the "plus" JS action contrib.admin
34007 34007 Single-field conditional UniqueContraint validation errors are classified as non-field-errors Database layer (models, ORM)
34994 34994 Visual regression in admin checkboxes on mobile contrib.admin
34277 34277 Add where clause in QuerySet.bulk_create() when update_conflicts=True Database layer (models, ORM)
34943 34943 Support passing unique constraint names to bulk_create(). Database layer (models, ORM)
14974 14974 Add support for translation backends other than gettext Internationalization
14831 14831 Django Template Style Guide Documentation
34151 34151 Adding explicit primary key with different type doesn't update related ManyToManyFields. Migrations
34597 34597 Queryset (split) exclude's usage of Exists is significantly slower than subquery Database layer (models, ORM)
34961 34961 Add a max_length parameter to EmailValidator Core (Other)
34036 34036 Low text contrast over light blue backgrounds in admin light theme contrib.admin
34949 34949 Clarify when unique constraints are ignored. Documentation
34989 34989 Set Content-Length where possible for HttpResponses. HTTP handling
34995 34995 Add link for admin's related widget is in the wrong place contrib.admin
34982 34982 Visual regression for helptext at certain screen sizes contrib.admin
27676 27676 MariaDB 10.2 supports defaults for text columns Database layer (models, ORM)
34978 34978 Annotating through an aggregate with RawSQL() raises 1056 "Can't group on" on MySQL/MariaDB. Database layer (models, ORM)
34992 34992 MariaDB does not support functional group by dependencies Database layer (models, ORM)
34991 34991 Wrong layout of pagination buttons with editable list in the admin. contrib.admin
34818 34818 GenericIPAddressField ValidationError incorrect message when both protocols present Database layer (models, ORM)
34993 34993 Unexpected behaviour when filtering across mult-value (aka tomany) joins. Database layer (models, ORM)
14611 14611 Added dedicated option to test.Client methods (other than get()) for passing query parameters. Testing framework
34987 34987 "Expression contains mixed types" exception when performing window function on query that also has aggregates. Database layer (models, ORM)
34990 34990 Change external link for CSRF reference docs to OWASP Documentation
34884 34884 Half bug/half enhancement : inconsistent behavior of get_or_create() regarding related attributes cache Database layer (models, ORM)
34970 34970 Unclear wording in password validator docs Documentation
34930 34930 Parallel tests fail on Python 3.11+ when IsolatedAsyncioTestCase is used Testing framework
34926 34926 Missing model after squashing Migrations
34825 34825 SQLite database files are not destroyed after tests Testing framework
34911 34911 Admindocs index skips from h1 to h3 contrib.admindocs
34798 34798 Subquery wrapping is required in QuerySet.aggregate() for aggregates referencing nested subquery. Database layer (models, ORM)
34889 34889 Broken fallback for prefetchers that only implement get_prefetch_queryset Database layer (models, ORM)
34759 34759 Confirm/Add support for SpatiaLite 5.1 GIS
34879 34879 "Data truncated for column .." for migration changing auto-id-field Migrations
34832 34832 Use `banner` landmark or `<header>` element for the admin header area contrib.admin
34233 34233 Drop support for Python 3.8 & 3.9. Core (Other)
34820 34820 Migrations crashes when changing ForeignObject properties. Database layer (models, ORM)
34796 34796 Deleting child table does not delete rows in parent table when using multi-table inheritance Database layer (models, ORM)
34783 34783 No module named 'smtp' when trying to send an email Core (Mail)
34771 34771 QuerySet.order_by() crashes on constants that cannot be cast on MySQL. Database layer (models, ORM)
34754 34754 CheckConstraint with isnull lookup on JSONField transform None into null jsonb value Database layer (models, ORM)
34686 34686 Confirm/Add support for GEOS 3.12. GIS
14845 14845 Document connection-creation process Documentation
34728 34728 OR operator on queryset does not work as expected Database layer (models, ORM)
34720 34720 BaseReloader.watch_dir() incorrectly checks for existence of path Utilities
27471 27471 Make admin's list_filter choices collapsable contrib.admin
34677 34677 Django Admin built-in password reset feature has UI issues contrib.admin
34448 34448 makemessages' --no-obsolete option is undocumented and untested. Core (Management commands)
34695 34695 security.E101 false positive with class-based views Core (System checks)
34696 34696 Actions selection counter gets cleared when using Chrome's back button contrib.admin
34345 34345 Add system check for filter_horizontal/filter_vertical on ManyToManyFields with intermediary models. contrib.admin
34634 34634 Creating objects with nested MTI crashes. Database layer (models, ORM)
27079 27079 Refactor LiveServerPort tests to not make extra calls to setUpClass() and tearDownClass() Testing framework
34650 34650 Document django.shortcuts.resolve_url() Utilities
34621 34621 Django admin site name shouldn’t be an h1 contrib.admin
34590 34590 Querying for decimals larger than max_digits crashes on SQLite Database layer (models, ORM)
34521 34521 Use __slots__ for template Node classes Template system
34553 34553 Can't create CheckConstraint with percent characters in values on postgresql due to broken quoting Database layer (models, ORM)
34550 34550 Send email with EMAIL_USE_TLS=True but get SSL error. Core (Mail)
34513 34513 Error E108 does not cover some cases contrib.admin
34386 34386 Error while sending TLS smtp email when no EMAIL_SSL_CERTFILE / EMAIL_SSL_KEYFILE are specified in project settings Core (Mail)
34435 34435 JSONField with string default raises fields.E010 warning. Documentation
27505 27505 Error messages customization and internationalization in Paginator class Core (Other)
34431 34431 DateTimeField.input_formats change from Django 3.1 is documented improperly Documentation
34383 34383 Layout error in Admin when using help_text Template system
34427 34427 Improve error message for incorrect context processors Template system
34444 34444 Summing through a One-to-Many relationship on the property of a JSONField fails Database layer (models, ORM)
34439 34439 mod_wsgi for django with conda environment in Windows doesn't work HTTP handling
34388 34388 Added support for direct usage of Choices classes on model fields Database layer (models, ORM)
34374 34374 Windows 11 GIS Tests Failing Core (Other)
34176 34176 Annotation's original field-name can clash with result field name over aggregation Database layer (models, ORM)
34343 34343 Move more templates to filesystem Uncategorized
34328 34328 Class-based async-only middleware not detected as coroutine in MiddlewareMixin Documentation
34319 34319 Model.validate_constraints() crashes when constraint's validate() raises ValidationError without a code. Database layer (models, ORM)
34285 34285 Index transforms on filtered array aggregates produces incorrect SQL query Database layer (models, ORM)
34308 34308 Create Serializers for models Core (Serialization)
34255 34255 Annotation/group by with an expression on psycopg3 Database layer (models, ORM)
34266 34266 Add ClosestPoint function to GeoDjango GIS
14094 14094 Cannot define CharField with unlimited length Database layer (models, ORM)
34165 34165 migrate management command does not respect database parameter when adding Permissions. contrib.auth
34199 34199 Add an example for contrib.postgres.aggregates.StringAgg to docs. Documentation
34197 34197 method_decorator does not work with async views Database layer (models, ORM)
34198 34198 Django content type prefetching wrong data Database layer (models, ORM)
34148 34148 Removing a field from form.fields previously added to _bound_fields_cache has no effect Forms
34123 34123 Ambiguous aliases in ordering on combined queries with select_related(). Database layer (models, ORM)
34139 34139 acreate(), aget_or_create(), and aupdate_or_create() doesn't work as intended on related managers. Database layer (models, ORM)
34088 34088 Sitemaps without items raise ValueError on callable lastmod. contrib.sitemaps
34112 34112 Add async interface to Model Database layer (models, ORM)
34042 34042 Screen reader issues with admin navigation sidebar contrib.admin
34010 34010 Parallel tests don't work with spawn. Testing framework
34050 34050 Generated migration file is not detected by django because of the name of newly generated migration file Migrations
34037 34037 Low text contrast for grey buttons in admin light theme contrib.admin
34032 34032 Base authentication Backend should raise NotImplemented on needed methods contrib.auth
27468 27468 Move utils.crypto.salted_hmac() from SHA1 toward SHA256 Utilities
27437 27437 Can't create GinIndex on ArrayField(CITextField) contrib.postgres
27074 27074 connection.is_usable() raises AttributeError after the connection is closed Database layer (models, ORM)
27131 27131 send_mail() error on Python 2 if smtp server uses CRAM-MD5 auth method Core (Mail)
27659 27659 Arbritrary file overrides in startproject/app template extraction Utilities
27534 27534 Add CSRF_COOKIE_HTTPONLY note to CSRF AJAX docs Documentation
56 56 Primary key columns should be UNSIGNED Database layer (models, ORM)
27718 27718 Add QuerySet.union(), intersection(), difference() Database layer (models, ORM)
14317 14317 numberformat.format produces wrong results Internationalization
27395 27395 Allow generating '<link rel="alternate ... hreflang=...>" for sitemaps' contrib.sitemaps
27708 27708 Relation between tables in different schemas with big names Migrations
27804 27804 Use unittest.subTest() in Django's test suite Core (Other)
27661 27661 Move FileSystemFinder ImproperlyConfigured errors to system checks contrib.staticfiles
27760 27760 Hard to diagnose reason for 400 response when making test request that sets SERVER_NAME Testing framework
17 17 Metasystem optimization: Share select_related in memory Database layer (models, ORM)
27164 27164 Database routers examples could be more realistic Documentation
27910 27910 Allow using an Enum class in model Field choices Database layer (models, ORM)
14129 14129 Slovenian translation plural-forms Internationalization
27994 27994 Document contrib.staticfiles.storage.ManifestFilesMixin Documentation
14091 14091 Fix incorrect quoting in connection.queries Database layer (models, ORM)
27869 27869 Add fastupdate and gin_pending_list_limit parameters to GinIndex contrib.postgres
820 820 Add "view" permission to compliment add/change/delete contrib.admin
27018 27018 Admin views in admindocs crash with AttributeError contrib.admindocs
27533 27533 inspectdb crashes on unsupported unique_together constraints in PostgreSQL Database layer (models, ORM)
27985 27985 Converting `Foo.objects.filter(bar=None)` to an `IsNull` too early. Database layer (models, ORM)
27682 27682 Add more dependencies to extras_require (eg sqlparse, PyYAML) Packaging
27979 27979 Using F() to save negative integers in unsigned columns on MySQL should raise IntegrityError rather than OperationalError Database layer (models, ORM)
27532 27532 Deprecate Model._meta.has_auto_field Database layer (models, ORM)
27818 27818 Use contextlib.suppress to suppress exceptions. Core (Other)
27998 27998 LogEntry messages do not list m2m fields that were changed when an object is changed via ModelAdmin contrib.admin
27563 27563 Move "Apply limit_choices_to" code from BaseModelForm to fields_for_model() Forms
27539 27539 assertNumQueries fails if debug cursor wrapper fills Testing framework
27308 27308 BytesWarning exception raised when running with python 3 -bb option Core (Other)
27912 27912 Open redirect on non-HTTP protocols: is_safe_url not validating properly HTTP handling
27974 27974 Degraded performance when rendering ChoiceField with lots of options and DEBUG=True Template system
27359 27359 Make it possible to specify a default template engine Template system
27966 27966 Bump required version of pyscopg2 to 2.5.4 Database layer (models, ORM)
27935 27935 BrinIndex crashes if name > 30 characters contrib.postgres
27882 27882 Allow template fragment caching for unlimited time Template system
27937 27937 Potential issue with field.queryset._result_cache persisting Forms
27870 27870 Clean up ManagementUtility.autocomplete() Core (Management commands)
27823 27823 Use python-home in WSGI daemon installation documentation Documentation
27537 27537 Provide a simpler way to default runserver IP/port to 0.0.0.0:8000 Core (Management commands)
27809 27809 Add pre_add and post_add signals Database layer (models, ORM)
27356 27356 admin lookup_allowed incorrectly returns False for a nested reverse OneToOneField contrib.admin
27817 27817 Jsonfield duplicating records in production database after running manage.py test Database layer (models, ORM)
27812 27812 When there is a DateTimeField django does not group by Database layer (models, ORM)
27811 27811 Avoid UnicodeEncodeError during generation of email with mail_admins logger Error reporting
27782 27782 Model signals and Many2Many fields Documentation
27758 27758 Template widget rendering breaks the AdvancedModelIterator pattern Forms
27130 27130 Allow using the DjangoTemplates engine without configuring settings Template system
27759 27759 Template widget rendering: attrs with value False now render Forms
27750 27750 TypeError when running manage.py migrate Migrations
27297 27297 infinite AlterField migrations created for foreign key after case-only model name change Migrations
27658 27658 collectstatic overwrites newer files in remote storage contrib.staticfiles
27672 27672 Trouble saving specificly shaped GeometryCollection to spatialite backend GIS
27637 27637 timeuntil, timesince breaks in leap year edge case Utilities
27649 27649 Increase minimum supported cx_Oracle version to 5.2 Database layer (models, ORM)
27582 27582 Allow HStoreField to store null values in key: value pairs contrib.postgres
27583 27583 MultiValueDict raises TypeError when values for specific key is None Utilities
27569 27569 Resolve reverse url with named groups regular expression to sprintf output formatters not specifying kwargs key / value pairs. Core (URLs)
27562 27562 Django using uuid as primary key, receive AttributeError during createsuperuser(NOT AN ISSUE) Uncategorized
27535 27535 RFE: Exclude pk from queries Database layer (models, ORM)
27536 27536 order_by('pk') is not obeyed if superclass has default ordering Database layer (models, ORM)
27509 27509 Installing Geospatial libraries documentation: `gdal-bin` contradicting recommendation. Documentation
27526 27526 test_fuzzy_compiling failing on a machine with 64 cores Internationalization
27483 27483 Add a login_required decorator for AJAX requests contrib.auth
27394 27394 template "floatformat" tag throws ValueError for big numbers in Python 3 Template system
27378 27378 Add UUID serialization support to migration writer Migrations
27133 27133 Explain how to load initial data with a data migration Documentation
27363 27363 SessionMiddleware can return redirect(request.path) which might be an unsafe thing to do contrib.sessions
27213 27213 ArrayField with null throws ProgrammingError but not ValidationError on Psycopg < 2.6.1 contrib.postgres
27193 27193 ORDER BY clause not included in subqueries using select_for_update() Database layer (models, ORM)
27186 27186 Cannot change CheckboxSelectMultiple, FileInput, MultiWidget, SplitDateTimeWidget, and SelectDateWidget with model field default since Django 1.10.1 Forms
27227 27227 Full text search by UUIDField returns DataError Database layer (models, ORM)
27243 27243 Make reverse_dict.getlist work with fully qualified module names Core (URLs)
27237 27237 Cannot save() model with ForeignKey with sqlite, but works OK with PostgreSQL Database layer (models, ORM)
14284 14284 Support for Google Maps version 3 GIS
27214 27214 The skipIfDBFeature decorators and its variants should respect their defined wrapped order and test case inheritance. Testing framework
27191 27191 Generation of error reports fails if request.GET, POST, FILES or COOKIES contains key 'items' Error reporting
27163 27163 Unable to specify multiple pythonpath in django-admin Core (Management commands)
27145 27145 Discrepenacy between documentation and docstring for Storage.save method Documentation
27144 27144 annotating across a ManyToManyField returns duplicate results Database layer (models, ORM)
27085 27085 UI Discrepancy in "Writing your first Django app, part 2" Documentation
27066 27066 Possible Memory leak while evaluating a QuerySet Database layer (models, ORM)
27014 27014 Raster support for spatial lookup breaks filtering by annotations GIS
27008 27008 Add manage.py test --debug option Testing framework
27007 27007 Handle non-UTF-8 bytes objects for text/* attachments Core (Mail)
27050 27050 Incorrect documentation for parameter to django.setup() Documentation
27041 27041 Note that middleware included with Django is compatible with both MIDDLEWARE and MIDDLEWARE_CLASSES Documentation
27005 27005 request.body raises an exception if 'CONTENT_LENGTH' = '' HTTP handling
14030 14030 Use F() objects in aggregates(), annotates() and values() Database layer (models, ORM)
14891 14891 use_for_related_fields=False is not honored by reverse FK or M2M related managers Database layer (models, ORM)
14402 14402 help_text is not displayed for ManyToMany raw_id fields contrib.admin
494 494 Collapse in admin interface for inline related objects contrib.admin
14368 14368 Reverse relation attribute for OneToOneField fails when set to None Database layer (models, ORM)
14226 14226 Bug in dumpdata dependency calculation involving ManyToManyFields Core (Serialization)
14051 14051 Signals for transaction commit/rollback Database layer (models, ORM)
14263 14263 Allow fields to support custom double-underscore lookup methods Database layer (models, ORM)
14007 14007 Automatically discover models within a package without using the app_label Meta attribute Database layer (models, ORM)
14461 14461 Allow to use other translation languages than just the ones available in Django Internationalization
14170 14170 Issue in get_language_from_request() if LANGUAGES setting is changed at runtime Internationalization
14580 14580 Clean up duplicate code in admin formset handling contrib.admin
14018 14018 Introduce class_plural %-substitution placeholder for related_name of ForeignKey/ManyToManyField Database layer (models, ORM)
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)
14241 14241 instructions for creating spatial database template differ on fedora 13 (64 bit) Documentation
14139 14139 Feature Request: distinct() should support field names Database layer (models, ORM)
14861 14861 Importing settings in a module that contains a logging Handler causes circular import. Core (Other)
14769 14769 Voting example from tutorial - use of forms API - suggestion Documentation
1 1 Create architecture for anonymous sessions Core (Other)
596 596 Allow Django to be packaged as a Python egg Core (Other)
159 159 Circular logout problem contrib.admin
14648 14648 Annotated date querysets fail if spatial backend is used GIS
14138 14138 Apache setup using sqlite3 breaks when performing a field__regex filter Database layer (models, ORM)
14693 14693 staticfiles app doesn't work with form media framework and 3rd party asset managers Contrib apps
14697 14697 Speeding up queryset model instance creation Database layer (models, ORM)
14755 14755 Wsgi Error HTTP handling
14460 14460 Convert managers_regress doctests to unit tests Testing framework
14634 14634 Sessions are unnecessarily complex contrib.sessions
14961 14961 Cannot load admin interface static files when doing tutorial Contrib apps
14617 14617 Docs should mention runserver's automatic serving of static files Documentation
14268 14268 reset and sqlreset management commands should raise PendingDeprecationWarning for 1.3 Core (Management commands)
14301 14301 django crashes on email address that passed validate_email() (utf8-tld) Core (Mail)
14543 14543 ContentTypes tests fails if auth app is not installed contrib.contenttypes
399 399 Bigint field object needed Database layer (models, ORM)
342 342 Add a way for fields to be displayed in the admin without being editable contrib.admin
285 285 WSGIRequest should set request.path to full uri path HTTP handling
13 13 Related objects interface should be tighter (edit_inline) contrib.admin
14201 14201 Add a "security overview" page to the docs Documentation
14699 14699 FormWizard tests are scattered between two test modules Testing framework
14012 14012 Adding an User object in a popup fails contrib.admin
14046 14046 Template tag errors masked if including based on context variable name Template system
14513 14513 Ordering Check in django/core/management/validation.py Database layer (models, ORM)
14062 14062 Correcting Python version requirement on FAQ install page Documentation
920 920 [patch] patch_response_headers breaks when response.content is unicode Core (Cache system)
376 376 Add a handler for mod_python v. 2 (Django requires v. 3) Core (Other)
28 28 Delete confirmation should have "replace relationships" shortcut Metasystem
177 177 Logout from Admin leaves you in /admin/logout contrib.admin
109 109 Patch: Customizing Date(Time)Field displays contrib.admin
90 90 Add "django-admin.py inspectdb" option Tools
41 41 allow for multiple user identities with access rights to the database Core (Other)
572 572 When i have an ImageField and a auto_now DateTimeField in the same model it doesnt get saved contrib.admin
952 952 [patch] Allow for database client encoding configuration from project settings Database layer (models, ORM)
547 547 [patch] XMLRPC support for django Tools
65 65 [i18n] Internationalization and localisation contrib.admin
463 463 [patch] new mysql.DatabaseWrapper - solving multiple MySQL problems Core (Other)
122 122 [patch] Build models using fieldname=FieldClass Core (Other)
687 687 [patch] floatformat broken Template system
241 241 Add a django.contrib.markup app Core (Other)
395 395 [patch] New session middleware for browser-session length cookies Core (Other)
574 574 [patch] fix small CSS bug in admin interface contrib.admin
78 78 Add a test suite for core functionality Tools
625 625 [patch] Add template decorators Template system
657 657 validator - characters without numbers Validators
557 557 date_hierarchy doesn't work with DateField contrib.admin
672 672 get_absolute_url isn't nice contrib.syndication
781 781 Icelandic translation Translations
255 255 FileField doesn't work contrib.admin
678 678 I would like to see a tutorial describing how to edit One-To-Many relationships Documentation
567 567 request.has_key Core (Other)