Nate

(Nate)

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 (176) Reporter (2) Owner (0) Commenter (4) Summary Component
34566 34566 ModelAdmin get_field_queryset uses related admin ordering, but not related admin querysets. contrib.admin
470 470 Add Field.db_default for defining database defaults Database layer (models, ORM)
34060 34060 Creating CheckConstraint on JSONField with __exact lookup on key transforms crashes on Oracle. Database layer (models, ORM)
34856 34856 Running tests with historical migrations that contain index together fails with TypeError. Migrations
34533 34533 OuterRef not resolved as part of ORDER BY clause Database layer (models, ORM)
27645 27645 Move Settings.__init__ checks to system checks Core (Other)
34118 34118 Python 3.12 compatibility Core (Other)
34613 34613 add support for Partitioned cookies HTTP handling
27465 27465 Allow EmailMessage to load attachments from the Storage API Core (Mail)
34200 34200 Allow setting postgres role during connection setup Database layer (models, ORM)
34914 34914 Postgres connection is not restarted after it's dropped by the server, even if we use CONN_HEALTH_CHECKS=True Database layer (models, ORM)
34038 34038 Low text contrast and no visual cues for links within body text in admin UI contrib.admin
34989 34989 Set Content-Length where possible for HttpResponses. HTTP handling
34985 34985 Migrations raise AppRegistryNotReady when GeneratedField references incorrect fields. Database layer (models, ORM)
34884 34884 Half bug/half enhancement : inconsistent behavior of get_or_create() regarding related attributes cache Database layer (models, ORM)
34944 34944 Missing or misinferred attributes in output fields of generated fields Database layer (models, ORM)
34955 34955 Make Concat() use the database operator `||` on PostgreSQL. Database layer (models, ORM)
34825 34825 SQLite database files are not destroyed after tests Testing framework
34840 34840 Django 4.2 casts text fields when testing IS NULL, preventing use of partial indexes Database layer (models, ORM)
34890 34890 Migration can produce duplicate entries of UUID4 values for unique fields Database layer (models, ORM)
34847 34847 Serializer infinite recursion on M2M field if reference vars in init Core (Serialization)
34706 34706 Aggregation on annotated field fails starting on Django 4.2.2, when the aggregation has the same name as the annotation Uncategorized
34709 34709 charset should be ignored for the application/x-www-form-urlencoded content type. HTTP handling
34754 34754 CheckConstraint with isnull lookup on JSONField transform None into null jsonb value Database layer (models, ORM)
34532 34532 Form.default_renderer is ignored in formsets. Forms
34727 34727 Error in CharField with TextChoices and missing max_length parameter Testing framework
34711 34711 Make ChoiceField auto-detect and coerce values. Forms
34715 34715 have proposal to create new orm method get_object_or_none same as get_object_or_404 Database layer (models, ORM)
34697 34697 Migration serializer for sets results in non-deterministic order. Migrations
34671 34671 Inspectdb collation issue with oracle views Core (Management commands)
34564 34564 returning None instead of zero in Count annotation Database layer (models, ORM)
34580 34580 Performance regession in SQLCompiler Database layer (models, ORM)
34322 34322 ManifestStaticFilesStorage crashes on commented JavaScript import statements contrib.staticfiles
34567 34567 slugify template filter with allow_unicode Template system
34544 34544 DBMS_LOB.SUBSTR() is unnecessary for "IS NULL" condition on Oracle. Database layer (models, ORM)
34455 34455 i18n_patterns() not respecting prefix_default_language=False Internationalization
34496 34496 ManifestStaticFilesStorage.patterns for sourceMappingURL does not retrieve matched for data URI contrib.staticfiles
34501 34501 Revert CICharField deprecation contrib.postgres
34469 34469 Push inspectdb to assimilate the foreign keys that are in other databases Database layer (models, ORM)
34459 34459 SearchVector() can return query strings that are unsafe to combine. contrib.postgres
34028 34028 Django 'static' template tag fails to generate URLs with SCRIPT_NAME prefix Template system
34449 34449 ProgrammingError: non-integer constant in GROUP BY with Case When and annotate Count Database layer (models, ORM)
34388 34388 Added support for direct usage of Choices classes on model fields Database layer (models, ORM)
34410 34410 Adding database dynamically breaks in Django 4.1+ Database layer (models, ORM)
34356 34356 Memory leak when generating PDFs Core (Other)
34361 34361 Missing the package "gdal-bin" results in Segmentation fault. GIS
34357 34357 UniqueConstraint doesn't violate NULL values on SQLite. Database layer (models, ORM)
34255 34255 Annotation/group by with an expression on psycopg3 Database layer (models, ORM)
34237 34237 FileField does not take upload_to into account when setting unique=True File uploads/storage
34160 34160 Django 4.1 Expression contains mixed types for (Big/Small)IntegerFields. Database layer (models, ORM)
34166 34166 UniqueConstraint with condition not validated if the condition field is not editable. Database layer (models, ORM)
34099 34099 update_or_create() not saving data assigned in a model's save() method Database layer (models, ORM)
34124 34124 Developer experience on {% with %} template tag can be improved. Template system
34117 34117 Anomaly with makemigrations Migrations
34067 34067 django.core.Paginator wrong query slicing Core (Other)
34032 34032 Base authentication Backend should raise NotImplemented on needed methods contrib.auth
34009 34009 migrations.RunPython runs queries against wrong database Uncategorized
14411 14411 Inline delete not prompting cascade delete warning contrib.admin
27574 27574 support geodetic distance calculation on MySQL 5.7+ GIS
14296 14296 'manage.py test' failing for apps that access read-only databases Testing framework
27590 27590 Allow configuration of where to save staticfiles manifest. contrib.staticfiles
14844 14844 i18n blocktrans tag pluralization feature limited by gettext constraints and shared local tag context Internationalization
27734 27734 Add a helpful error message when a parallel test worker is assigned an unexpected index Testing framework
19 19 Automatically generate JavaScript form validation Validators
56 56 Primary key columns should be UNSIGNED Database layer (models, ORM)
14645 14645 Exclude query with multiple conditions for the same multi-value relation not correct Database layer (models, ORM)
27395 27395 Allow generating '<link rel="alternate ... hreflang=...>" for sitemaps' contrib.sitemaps
27635 27635 django.utils.crypto should use secrets on Python 3.6+ Utilities
14365 14365 Make template-rendering signals available also in DEBUG mode Testing framework
14091 14091 Fix incorrect quoting in connection.queries Database layer (models, ORM)
27161 27161 TypedChoiceField fails to validate properly when used with ArrayField Forms
14642 14642 save_as=True and generic inline in admin gives IndexError contrib.contenttypes
14807 14807 django.utils.formats localize_input inserts thousands_separator into boolean values Internationalization
27998 27998 LogEntry messages do not list m2m fields that were changed when an object is changed via ModelAdmin contrib.admin
27258 27258 Raise an exception if RequestContext is used with template.backends.django.Template.render() Template system
27982 27982 Possible bug related to queryset union Database layer (models, ORM)
27858 27858 Stop read-only management commands from attempting to create a django_migrations table Migrations
27241 27241 Annotate doesn't work with PostgreSQL views anymore Database layer (models, ORM)
27554 27554 Queryset evaluation fails with mix of nested and flattened prefetches (AttributeError on RelatedManager) Database layer (models, ORM)
27644 27644 Document FileSystemStorage.get_created_time() limitation on Unix Documentation
27573 27573 Distance function returns Distance object instead of raw value on MySQL GIS
27942 27942 admin's inlines.js indiscriminately adds "add" buttons to all tables in inlines contrib.admin
27939 27939 GeoDjango - map doesn't show correct point in admin GIS
27890 27890 runtests.py cleanup exception on Python 3.6 Core (Other)
27943 27943 Unable to log in with added superuser account contrib.admin
27937 27937 Potential issue with field.queryset._result_cache persisting Forms
27901 27901 Unicode subclasses can't be saved to TextField with MySQL and Python 2 Database layer (models, ORM)
27837 27837 After upgrade 1.4 to 1.8 in the database creats (or updates) mixed objects with old Uncategorized
27683 27683 Change default transaction isolation level to READ COMMITTED on MySQL Database layer (models, ORM)
27741 27741 staticfiles_tests test_corrupt_intermediate_files fails intermittently when run in parallel contrib.staticfiles
27130 27130 Allow using the DjangoTemplates engine without configuring settings Template system
27202 27202 Investigate RenameMethodsBase effect on yaml serialization Utilities
27497 27497 make Area function, Distance function and lookups work with geodetic coordinates on SpatiaLite GIS
27677 27677 Disable savepoint support for MySQL NDB engine tables, and option to overwrite the default. Database layer (models, ORM)
27054 27054 makemigrations tries to create django_migrations in external database Migrations
14297 14297 Accessing settings.FOO in hot spots cause performance problems Core (Other)
27596 27596 LiveServerTestCase in 1.10.4 doesnt close server ports properly Testing framework
27321 27321 ignores_quoted_identifier_case broken on MySQL on OS X/Windows Database layer (models, ORM)
27509 27509 Installing Geospatial libraries documentation: `gdal-bin` contradicting recommendation. Documentation
27328 27328 return `Set-Cookie` if sessionid= None value contrib.sessions
27362 27362 Omitting default_app_config in __init__.py happens too easily. Core (Other)
27388 27388 Filter chaining results in unnecessary joins (and degenerate performance) Database layer (models, ORM)
27280 27280 can_order/can_delete documentation examples don't require initial data Documentation
27227 27227 Full text search by UUIDField returns DataError Database layer (models, ORM)
27261 27261 Missing python-brace-format marker for a contrib.admin string contrib.admin
27110 27110 makemigrations shouldn't create `django_migrations` table in external databases Migrations
27082 27082 Make timezone.localtime() default to timezone.now() when no value is given Utilities
14030 14030 4 Use F() objects in aggregates(), annotates() and values() Database layer (models, ORM)
9640 9640 BooleanField with choices, defaults, and blank=False still given blank option in their formfields Forms
14286 14286 Support for BigAutoField Database layer (models, ORM)
14368 14368 Reverse relation attribute for OneToOneField fails when set to None Database layer (models, ORM)
14952 14952 New find_commands(management_dir) to support .pyc and .pyo Core (Other)
14087 14087 django.core.management.get_commands only sees commands in the last package of a namespace package Core (Other)
14434 14434 AdminSite should rely on self.has_permission for all permission checks contrib.admin
14930 14930 `values_list()` fails on queryset ordered by extra column Database layer (models, ORM)
14273 14273 Development server does not shutdown cleanly Core (Other)
14003 14003 Filtering on a relation whose model has a different PK type doesn't work Database layer (models, ORM)
14051 14051 Signals for transaction commit/rollback Database layer (models, ORM)
14825 14825 LocaleMiddleware should store language preferences if possible Internationalization
14461 14461 Allow to use other translation languages than just the ones available in Django Internationalization
937 937 Autoreload reloads for every request. Core (Management commands)
14512 14512 Documentation & tools for decorating class-based-views. Generic views
14043 14043 Incorrect and/or confusing behaviour with nullable OneToOneField Database layer (models, ORM)
694 694 [patch] TEMPLATE_DIRS should allow project root relative paths Template system
852 852 psycopg.ProgrammingError exceptions leave the connection to the DB in an unusable state Database layer (models, ORM)
14373 14373 annotate() will gladly delete your data Database layer (models, ORM)
361 361 Some Basic Math Filters Template system
14769 14769 Voting example from tutorial - use of forms API - suggestion Documentation
14502 14502 Feature: escape hatch for colliding template syntax in Django templates Template system
596 596 Allow Django to be packaged as a Python egg Core (Other)
26 26 Admin validation errors cause FileUploadFields to be reset contrib.admin
14806 14806 No template tag to support contextual translations Internationalization
14354 14354 Check password is not None in User.check_password contrib.auth
14290 14290 Rendering is very inefficient when USE_L10N. Caching format values gives 2-7 times improvement Internationalization
14193 14193 prepopulated_fields should concatenate fields in given order contrib.admin
14873 14873 A paginated ListView with a List instead of queryset produces an error Generic views
14700 14700 Speed up RawQuerySet iterator Database layer (models, ORM)
14570 14570 New format character to represent locale-specifc alternative month names Internationalization
14529 14529 Save messages for proxy models show a crazy verbose_name contrib.admin
285 285 WSGIRequest should set request.path to full uri path HTTP handling
14063 14063 Validating form file fields is hard File uploads/storage
811 811 IPv6 address field support Core (Other)
14240 14240 filesizeformat should localize number Template system
14842 14842 Indent the Model Meta Options Documentation
14946 14946 Form wizard doesn't process last form contrib.formtools
14569 14569 Date field expression raw query returns unicode instead of datetime object in sqlite Database layer (models, ORM)
14234 14234 Validation bug when using ModelForms Forms
14252 14252 django.contrib.flatpages unit tests assume default value for settings.LOGIN_URL Contrib apps
14068 14068 Fixture loading issue with multi database setting Core (Serialization)
10735 10735 Comment redirect breaks if you want to send get data contrib.comments
461 461 Support use of pypgsql instead of psycopg Database layer (models, ORM)
541 541 [patch] Making generic views use other templates like Zope3 ZPT Generic views
376 376 Add a handler for mod_python v. 2 (Django requires v. 3) Core (Other)
115 115 Models CRUD via web services Core (Other)
851 851 New SQL query API Database layer (models, ORM)
215 215 Need to generate postgresql tables WITHOUT OIDS by default Database layer (models, ORM)
186 186 [patch] Refactor django/core/meta.py to eliminate duplicate code Metasystem
251 251 [patch] Add "AND" and "OR" clauses to the SQL query syntax Metasystem
168 168 history() in django/views/admin/main.py makes assumptions about the object's key name contrib.admin
2 2 Calendar popup - next/previous month links close the popup in Safari contrib.admin
611 611 fields with editable=False do not render contrib.admin
200 200 Add a Decimal type and a Currency type Database layer (models, ORM)
230 230 FloatField with MySQL Backend fails silently Database layer (models, ORM)
61 61 [patch] auth.User admin form shouldn't require people to edit hashes contrib.admin
463 463 [patch] new mysql.DatabaseWrapper - solving multiple MySQL problems Core (Other)
122 122 [patch] Build models using fieldname=FieldClass Core (Other)
515 515 [patch] additional set of cache backends Core (Cache system)
500 500 [patch] Templates files extensions other than '.html' should be possible Template system
179 179 Time zone doesn't work right under django_admin.py runserver Core (Management commands)
119 119 Serving media Core (Other)
350 350 "offset" keyword does not work on MySQL 3.x Database layer (models, ORM)
78 78 Add a test suite for core functionality Tools
110 110 Documentation on pagination needed Documentation
286 286 [patch] Eliminate unintuitive behavior when using edit_inline with no core fields specified Metasystem
947 947 [patch] is_paginated is true when number of pages is 1 Generic views
190 190 Add which template a syntax error is occurring in when you raise TemplateSyntaxErrors Template system