Alon Levy

(alon)

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 (126) Reporter (1) Owner (0) Commenter (2) Summary Component
34262 34262 Queryset grouped by annotation with aggregates on another annotated expression crashes on MySQL with sql_mode=only_full_group_by. Database layer (models, ORM)
373 373 Add support for multi-column primary keys. Database layer (models, ORM)
470 470 Add Field.db_default for defining database defaults Database layer (models, ORM)
27452 27452 Add Postgres serial field to contrib.postgres contrib.postgres
34555 34555 ModelBase metaclass implementation prevents addition of model fields via __init_subclass__ Database layer (models, ORM)
34855 34855 Document CSRF_TRUSTED_ORIGINS relation to SECURE_PROXY_SSL_HEADER. Documentation
34643 34643 Move admin form labels to a more accessible place contrib.admin
34789 34789 `filter_horizontal` duplicates entries in "Chosen" column after instance is added via in another field using the "plus" JS action contrib.admin
34051 34051 makemigrations --check generating migrations is inconsistent with other uses of --check Migrations
34949 34949 Clarify when unique constraints are ignored. Documentation
34989 34989 Set Content-Length where possible for HttpResponses. HTTP handling
34742 34742 calling a DELETE endpoint without a trailing slash does not thow RuntimeError in DEBUG mode HTTP handling
34922 34922 Add dynamic HTML/CSS classes to table row elements in admin changelist view contrib.admin
27234 27234 Clarify the type of the django.server logger's 'request' extra context Documentation
34840 34840 Django 4.2 casts text fields when testing IS NULL, preventing use of partial indexes Database layer (models, ORM)
34808 34808 Some aggregation functions may return None; this isn't well documented Documentation
34657 34657 Testing assertions `assertContains` and `assertInHTML` should output the haystack on failure Testing framework
34879 34879 "Data truncated for column .." for migration changing auto-id-field Migrations
34858 34858 Output field for combined PositiveIntegerField is not properly resolved. Database layer (models, ORM)
34768 34768 Calling `colorama.init()` on module load can have unwanted side effects Core (Management commands)
34413 34413 Variant of Prefetch but for the earliest/latest related object Database layer (models, ORM)
34697 34697 Migration serializer for sets results in non-deterministic order. Migrations
34639 34639 MySQL 8.0 hangs indefinitely when using the admin search with a Foreign Key and Annotate contrib.admin
34675 34675 Selenium WebDriver implementation is broken due to update of Selenium Testing framework
34634 34634 Creating objects with nested MTI crashes. Database layer (models, ORM)
34647 34647 Foreign Key index names are not renamed when a model is renamed causing duplicate key if a model with the origin name and column is added Migrations
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
34568 34568 makemigrations --update should respect the --name option. Database layer (models, ORM)
34549 34549 Extra select query when parent model consists of primary key only Database layer (models, ORM)
34440 34440 AND operator on queryset with joins gives wrong results Documentation
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)
34217 34217 Migration removing a CheckConstraint results in ProgrammingError using MySQL < 8.0.16. Migrations
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)
14094 14094 Cannot define CharField with unlimited length Database layer (models, ORM)
34099 34099 update_or_create() not saving data assigned in a model's save() method Database layer (models, ORM)
34145 34145 Explicit GROUPing by aggregate is not supported Database layer (models, ORM)
34131 34131 Postgres AutoField change from serial to identity Database layer (models, ORM)
34137 34137 model.refresh_from_db() doesn't clear cached generic foreign keys contrib.contenttypes
34109 34109 Uvicorn can be run without installing gunicorn Documentation
34105 34105 Invalid query generated on Postgres when annotate and order_by have common sub-expressions Database layer (models, ORM)
34024 34024 'WhereNode' object has no attribute 'is_summary' when counting a queryset with annotation from a subquery Database layer (models, ORM)
34016 34016 QuerySet.values_list() crash on simple ArrayAgg. contrib.postgres
14411 14411 Inline delete not prompting cascade delete warning contrib.admin
27753 27753 Cleanups when no supported version of Django supports Python 2 anymore Utilities
27590 27590 Allow configuration of where to save staticfiles manifest. contrib.staticfiles
19 19 Automatically generate JavaScript form validation Validators
17 17 1 Metasystem optimization: Share select_related in memory Database layer (models, ORM)
14071 14071 Row duplicated when modifying PK contrib.admin
27801 27801 Make createsuperuser inspect environment variables for username and password contrib.auth
14675 14675 Update docs and project template to avoid "import *" for url patterns Core (Other)
14091 14091 Fix incorrect quoting in connection.queries Database layer (models, ORM)
27595 27595 Database converters are not run for related fields referencing related fields Database layer (models, ORM)
27090 27090 pg_get_serial_sequence is broken on postgres, use a lookup in information_schema.columns instead Database layer (models, ORM)
27863 27863 Implement "SameSite" flag for session and CSRF cookies HTTP handling
27682 27682 Add more dependencies to extras_require (eg sqlparse, PyYAML) Packaging
14370 14370 Adding support for Autocomplete in contrib.admin contrib.admin
27365 27365 Fields suddenly not found. Database layer (models, ORM)
27919 27919 Decide if attrs (and possibly others) are named or positional parameters in new widget rendering code Forms
27475 27475 Bug in admin with date_hierarchy and Daylight savings contrib.admin
27837 27837 After upgrade 1.4 to 1.8 in the database creats (or updates) mixed objects with old Uncategorized
27537 27537 Provide a simpler way to default runserver IP/port to 0.0.0.0:8000 Core (Management commands)
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
27054 27054 makemigrations tries to create django_migrations in external database Migrations
27263 27263 Allow validators to short-circuit in form field validation Forms
27596 27596 LiveServerTestCase in 1.10.4 doesnt close server ports properly Testing framework
27513 27513 Optimize Signal.send a tiny bit Utilities
27442 27442 count estimation on querysets Database layer (models, ORM)
27389 27389 Cannot use QueryDict without configuring settings first HTTP handling
27240 27240 Allow passing custom parameters to formset forms in admin contrib.admin
27128 27128 A method model.objects.get(pk=obj.pk) returns many objects, but in a database is one. Uncategorized
27114 27114 Migrations: AttributeError: can't set attribute Migrations
27000 27000 Django manage Command.usage() is broken Core (Management commands)
14286 14286 Support for BigAutoField Database layer (models, ORM)
14638 14638 to_python howto documentation improvement Documentation
14787 14787 Upload handler should pass errors on to forms.FileField File uploads/storage
14226 14226 Bug in dumpdata dependency calculation involving ManyToManyFields Core (Serialization)
14549 14549 Disambiguation of target/source fields for intermediary models when using ManyToManyField Database layer (models, ORM)
14800 14800 Development server should NOT elide favicon from the logs Core (Management commands)
937 937 Autoreload reloads for every request. Core (Management commands)
23 23 Add support for ValidationWarning Forms
14043 14043 Incorrect and/or confusing behaviour with nullable OneToOneField Database layer (models, ORM)
14894 14894 translation is not threadsafe Internationalization
14184 14184 Validators not called on MultiValueField Forms
632 632 database stored templates Template system
14248 14248 Date and DateTime fields, auto_now_add and PostgreSQL Database layer (models, ORM)
14768 14768 1 es-MX locale, formats.py contribution Translations
14640 14640 Add elapsed request time to the development server log HTTP handling
14570 14570 New format character to represent locale-specifc alternative month names Internationalization
14455 14455 Document possibly backwards-incompatible localflavor changes contrib.localflavor
14299 14299 Add additional cache.*_many functions Core (Cache system)
14977 14977 contrib.admin ordering by two or more fields contrib.admin
342 342 Add a way for fields to be displayed in the admin without being editable contrib.admin
811 811 IPv6 address field support Core (Other)
14903 14903 wsgiref usage HTTP handling
14717 14717 Connection error not handled Uncategorized
14654 14654 Cannot make documentation in single HTML file format Documentation
14588 14588 Changed behaviour of middlewares after [14393] Core (Other)
14432 14432 Tutorial import line missing (tiny correction) Documentation
14307 14307 Document form ChoiceField tuple Documentation
14074 14074 RFE: "Best of both worlds" for short and long? Documentation
8806 8806 ModelAdmin should allow not default manager contrib.admin
987 987 HttpResponseRedirect uses/allows relative URIs for the HTTP Location header, which is forbidden by HTTP Core (Other)
685 685 [patch] list_detail and archive_* generic views should default allow_empty to True Generic views
754 754 editable=False causes fields to lose current value upon save in admin interface contrib.admin
779 779 [patch] Allow callables in extra_lookup_kwargs of generic views Generic views
408 408 raw_id_admin is broken in IE contrib.admin
952 952 [patch] Allow for database client encoding configuration from project settings Database layer (models, ORM)
349 349 [patch] Bad styling in Admin interface contrib.admin
122 122 [patch] Build models using fieldname=FieldClass Core (Other)
87 87 [patch] Oracle database support Database layer (models, ORM)
61 61 [patch] auth.User admin form shouldn't require people to edit hashes contrib.admin
515 515 [patch] additional set of cache backends Core (Cache system)
170 170 Unicode field names cause UnicodeEncodeError in main admin handler contrib.admin
500 500 [patch] Templates files extensions other than '.html' should be possible Template system
119 119 Serving media Core (Other)
583 583 [patch] Add app-template dirs to TEMPLATE_DIRS Template system
598 598 [patch] Include tag contrib.admin
113 113 auto-reload broken in standalone WSGI server Core (Other)
589 589 A patch that adds FilePathField contrib.admin
753 753 ValidationError & CriticalValidationError raise assertion errors since translation update Validators
672 672 get_absolute_url isn't nice contrib.syndication
307 307 Use unicode strings u"bla-bla" in SQL-queries for compatibility with national languages Metasystem