cid

(cid)

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 (168) Reporter (1) Owner (0) Commenter (5) Summary Component
34566 34566 ModelAdmin get_field_queryset uses related admin ordering, but not related admin querysets. contrib.admin
34569 34569 Unify all model fields to call get_prep_value from get_db_prep_value Database layer (models, ORM)
27029 27029 Make EmailValidator accept non-ASCII characters in local part Core (Other)
34917 34917 Links in the Django admin should be underlined. contrib.admin
34865 34865 DatabaseWrapper are not GC and connections are not closed Database layer (models, ORM)
373 373 Add support for multi-column primary keys. Database layer (models, ORM)
27452 27452 Add Postgres serial field to contrib.postgres contrib.postgres
34221 34221 Plural-Forms in .po files break Django's translation precedence. Internationalization
34125 34125 Limiting QuerySet crashes on union() with a single non-empty query Database layer (models, ORM)
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
14974 14974 Add support for translation backends other than gettext Internationalization
27620 27620 Add a TransactionMiddleware Core (Other)
14831 14831 Django Template Style Guide Documentation
34038 34038 Low text contrast and no visual cues for links within body text in admin UI contrib.admin
34831 34831 Search in admin could allow issuing a query with many OR'd clauses contrib.admin
27055 27055 Model form with geometry widgets has invalid html GIS
34909 34909 Accessible names for Add / Change buttons in Django Admin contrib.admin
34982 34982 Visual regression for helptext at certain screen sizes contrib.admin
34991 34991 Wrong layout of pagination buttons with editable list in the admin. contrib.admin
14611 14611 Added dedicated option to test.Client methods (other than get()) for passing query parameters. Testing framework
34955 34955 Make Concat() use the database operator `||` on PostgreSQL. Database layer (models, ORM)
34229 34229 "no such column" when combining FilteredRelation and multi-table inheritance models Database layer (models, ORM)
34935 34935 makemigrations --check no longer reports pending migrations Migrations
34930 34930 Parallel tests fail on Python 3.11+ when IsolatedAsyncioTestCase is used Testing framework
34918 34918 Assigning model instance to `_id`/attname field saves correctly, but breaks accessing the field Database layer (models, ORM)
34581 34581 Filters should not implicitly mark unsafe strings as safe without escaping Template system
34870 34870 Memory leak when using psycopg-c with django hstore Database layer (models, ORM)
34873 34873 Add support for GENERIC_PLAN option to QuerySet.explain() on PostgreSQL 16+. Database layer (models, ORM)
34828 34828 DateTimeField breaks when given datetime that would be invalid in UTC Database layer (models, ORM)
34778 34778 startproject could use find_spec() rather than import_module() to check for conflicts Core (Management commands)
34542 34542 Required fields allowed to be blank are not accepted non-interactively using createsuperuser contrib.auth
34763 34763 Should we disallow URLs as user fields? contrib.auth
34710 34710 Infinite migrations using models.Choices Migrations
34696 34696 Actions selection counter gets cleared when using Chrome's back button contrib.admin
34634 34634 Creating objects with nested MTI crashes. Database layer (models, ORM)
34539 34539 `get_prep_value` no longer called for JSONField Database layer (models, ORM)
34322 34322 ManifestStaticFilesStorage crashes on commented JavaScript import statements contrib.staticfiles
34521 34521 Use __slots__ for template Node classes Template system
34568 34568 makemigrations --update should respect the --name option. Database layer (models, ORM)
34525 34525 index_together warning after migration to new style Database layer (models, ORM)
34540 34540 [feature request] Run FileField storage callable during runtime and not during buildtime File uploads/storage
34515 34515 Translatable URL patterns raise 404 for non-English default language when prefix_default_language=False is used. Internationalization
34513 34513 Error E108 does not cover some cases contrib.admin
34435 34435 JSONField with string default raises fields.E010 warning. Documentation
34466 34466 Django 4.2 overwrites user-specified psycopg cursor_factory Database layer (models, ORM)
34471 34471 Cannot import name 'url' from 'django.conf.urls' Uncategorized
34388 34388 Added support for direct usage of Choices classes on model fields Database layer (models, ORM)
34176 34176 Annotation's original field-name can clash with result field name over aggregation Database layer (models, ORM)
34250 34250 Duplicate model names in M2M relationship causes RenameModel migration failure Migrations
34239 34239 Resolve load type-hinted objects in views Generic views
34231 34231 Invalid RawSQL expression on Model.validate_constraints Database layer (models, ORM)
14094 14094 Cannot define CharField with unlimited length Database layer (models, ORM)
34224 34224 App name in help text of commands is missing context Core (Management commands)
34219 34219 Collation is not preserved when field is altered on PostgreSQL and MySQL. Database layer (models, ORM)
34054 34054 Create a topic about fixtures Documentation
34085 34085 Black shouldn't format non-Python files Core (Management commands)
34068 34068 `runserver 0`'s "Starting development server at <address>" doesn't work Core (Management commands)
34067 34067 django.core.Paginator wrong query slicing Core (Other)
34050 34050 Generated migration file is not detected by django because of the name of newly generated migration file Migrations
34016 34016 5 QuerySet.values_list() crash on simple ArrayAgg. contrib.postgres
27550 27550 add version of GEOSGeometry.normalize() that returns new geometry GIS
27753 27753 Cleanups when no supported version of Django supports Python 2 anymore Utilities
27697 27697 JSONField with blank=True is rendered as non-required field in a ModelForm Documentation
27807 27807 Overriding username validators doesn't work as documented contrib.auth
27445 27445 RadioSelect widget does not work for NullBooleanField Documentation
14660 14660 Using a CheckboxSelectMultiple widget on a M to M field in Admin causes 'SelectBox is not defined' JS error in RelatedObjectLookups.js contrib.admin
17 17 Metasystem optimization: Share select_related in memory Database layer (models, ORM)
27910 27910 Allow using an Enum class in model Field choices Database layer (models, ORM)
27921 27921 Documentation of make_aware() with is_dst is misleading Documentation
14129 14129 Slovenian translation plural-forms Internationalization
14365 14365 Make template-rendering signals available also in DEBUG mode Testing framework
27843 27843 M2M db table names with explicit `username` Database layer (models, ORM)
27258 27258 Raise an exception if RequestContext is used with template.backends.django.Template.render() Template system
27855 27855 Document Python 3.4 support for Django 2.0 Documentation
27039 27039 ModelFields with 'default' value set and 'required'=False in form does not use default value Forms
27241 27241 Annotate doesn't work with PostgreSQL views anymore Database layer (models, ORM)
27834 27834 Add the STRPOS database function Database layer (models, ORM)
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)
27930 27930 The rhs attribute of the In lookup is not iterable anymore Database layer (models, ORM)
27872 27872 Tutorial contains invalid instructions regarding background image Documentation
27832 27832 contenttypes migration not following the doc on hints naming contrib.contenttypes
27605 27605 Add 'POST_APP_DIRS' TEMPLATES option to search some template directories after app dirs Template system
27594 27594 Reverse one to one related object populated from incorrect query columns Database layer (models, ORM)
27402 27402 When using i18n_patterns and prefix_default_language=False, 404 page redirects incorrectly Internationalization
27414 27414 Document that aliasing ForeignKey fields in F expressions returns pk values, not model instances Documentation
27200 27200 Provide makemigrations router.allow_migrate() with a model_name Migrations
27429 27429 had to use QuerySet.extra to do WHERE LIKE with arbitrary amount / placement of wildcard characters Database layer (models, ORM)
27379 27379 Django violates RFC7230 when handling requests. HTTP handling
27396 27396 Docs: send POST request on base.html does not mention {{ csrf_token }} Documentation
27301 27301 Better handling of errors that are not pickleable when testing in parallel Testing framework
27244 27244 Incorrect thousand separator for the Greek locale (el) Internationalization
27227 27227 Full text search by UUIDField returns DataError Database layer (models, ORM)
27245 27245 can't revert migration with index_together with one field Database layer (models, ORM)
27128 27128 A method model.objects.get(pk=obj.pk) returns many objects, but in a database is one. Uncategorized
27124 27124 caches_setting_for_tests passes cull related options to memcached tests Core (Cache system)
14415 14415 Multiple aliases for one database: testing problems Testing framework
14891 14891 use_for_related_fields=False is not honored by reverse FK or M2M related managers Database layer (models, ORM)
29 29 Fix usability issue with limit_choices_to and "Add another" in admin contrib.admin
14716 14716 filter_horizontal and filter_vertical don't work on mobile Safari contrib.admin
14601 14601 ValuesQuerySet join types not being promoted Database layer (models, ORM)
14394 14394 Assigning bad data to an m2m attribute should not clear existing data Database layer (models, ORM)
14226 14226 Bug in dumpdata dependency calculation involving ManyToManyFields Core (Serialization)
14760 14760 Admin inlines with file/image field fails to save_as contrib.admin
14800 14800 Development server should NOT elide favicon from the logs Core (Management commands)
14174 14174 Support for string interpolation in lazy translation Internationalization
937 937 Autoreload reloads for every request. Core (Management commands)
14253 14253 TIME_ZONE not respected by Today and Now widgets in admin contrib.admin
14567 14567 ModelMultipleChoiceField inconsistently returns a list if empty. Forms
14802 14802 feature request: add a method to Fields that is used to render the field as read-only contrib.admin
14874 14874 remove js-confirms on changelist contrib.admin
14587 14587 Model description on administrative interface contrib.admin
14633 14633 Reorganize settings reference docs Documentation
14976 14976 Add is_html flag to contrib.messages contrib.messages
14325 14325 GenericForeignKey fails if assigned to an object which implements the __len__ method contrib.contenttypes
361 361 Some Basic Math Filters Template system
14165 14165 Transaction management is only entered for the primary database Documentation
14195 14195 ContentType object fails to use cache, beats DB to death Uncategorized
14597 14597 request.is_secure() should support headers like: X-Forwarded-Protocol and X-Forwarded-Ssl HTTP handling
14735 14735 Wrong plural formulation in search_form.html contrib.admin
14405 14405 problem in login view contrib.auth
14426 14426 Factor "mysite" out of all code example import statements Documentation
14455 14455 Document possibly backwards-incompatible localflavor changes contrib.localflavor
14858 14858 Bug in admin change_form template produces javascript error when adding new object with first_field of type DateTimeField. contrib.admin
14873 14873 A paginated ListView with a List instead of queryset produces an error Generic views
14604 14604 Ubuntu documentation for geospatial/Postgres is out of date GIS
689 689 Honor Web server provided authentication Core (Other)
730 730 more explicit middlware ordering Core (Other)
13 13 Related objects interface should be tighter (edit_inline) contrib.admin
14903 14903 wsgiref usage HTTP handling
717 717 If-Modified-Since checked for exact match HTTP handling
14101 14101 Localized DecimalField doesn't accept localized input Internationalization
14474 14474 Unnecessary deepcopying of QuerySet inside filter() method results in slower execution Database layer (models, ORM)
14441 14441 Oracle list limit exceeded with __in filters Database layer (models, ORM)
14203 14203 Manual schema specification for tables is not compatible with index creation statements Database layer (models, ORM)
14106 14106 Duplicate emails without fully qualified project imports Uncategorized
11464 11464 tutorial part 3: recommend removing 'mysite' from view prefix in polls specific urls.py Documentation
172 172 Twisted (twisted.web2) support for Django Tools
580 580 [patch] caching needs to take more into account than just the URL Core (Cache system)
541 541 [patch] Making generic views use other templates like Zope3 ZPT Generic views
987 987 HttpResponseRedirect uses/allows relative URIs for the HTTP Location header, which is forbidden by HTTP Core (Other)
245 245 Remove old ordering syntax Metasystem
685 685 [patch] list_detail and archive_* generic views should default allow_empty to True Generic views
396 396 djangoadmin.py runserver should be able to listen on all available IPs Tools
8 8 Date and time fields should accept multiple formats contrib.admin
16 16 Create some form of "edit many at once" feature for the admin contrib.admin
952 952 [patch] Allow for database client encoding configuration from project settings Database layer (models, ORM)
393 393 [patch] Filters don't take the str() value of a var Core (Other)
924 924 [patch] String filters (lower, upper, capfirst etc.) don't work with international strings contrib.admin
914 914 [patch] Admin js option does not honor absolute urls contrib.admin
81 81 Setting primary_key=True on an non-integer field isn't yet supported contrib.admin
329 329 RSS framework needs an easier interface contrib.syndication
463 463 [patch] new mysql.DatabaseWrapper - solving multiple MySQL problems Core (Other)
122 122 [patch] Build models using fieldname=FieldClass Core (Other)
61 61 [patch] auth.User admin form shouldn't require people to edit hashes contrib.admin
669 669 site table Metasystem
170 170 Unicode field names cause UnicodeEncodeError in main admin handler contrib.admin
644 644 SQL Server DB backend: Rev 940 test results Database layer (models, ORM)
961 961 [patch] Add automatic thumbnail generation to ImageFields Core (Other)
356 356 [patch]: simple XML-RPC support for Django Core (Other)
732 732 slightly update de-translation Translations
672 672 get_absolute_url isn't nice contrib.syndication
966 966 [patch] add 'not'-variants to some lookup kwargs Core (Other)
542 542 [patch] Add an "or cancel" link to add, edit, and delete admin views. contrib.admin
709 709 The MultiValueDict in datastructures.py should have a "__contains__" method defined Core (Other)
503 503 Field objects with required arguments shouldn't be keyword arguments. Core (Other)
691 691 Model allowed me to 'hide' a required field, which produced unuseable error messages. contrib.admin