ebas
(ebas)
Most Active Role
N/A
Most Active Component
Contrib.Admin
Activity Timeline
[No data in this time period]
Components
Tickets
Trac | Ticket (82) | Reporter (1) | Owner (0) | Commenter (5) | Summary | Component |
---|---|---|---|---|---|---|
34397 | 34397 | Subclasses of JSONField call `get_prep_value` with field as value | 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) | |||
34624 | 34624 | RelatedFieldWidgetWrapper links toggling isn’t working for radio widgets | contrib.admin | |||
34555 | 34555 | ModelBase metaclass implementation prevents addition of model fields via __init_subclass__ | Database layer (models, ORM) | |||
34925 | 34925 | refresh_from_db() will not iterate through all of the fields listed in the 'fields' parameter. | Database layer (models, ORM) | |||
34277 | 34277 | Add where clause in QuerySet.bulk_create() when update_conflicts=True | Database layer (models, ORM) | |||
34613 | 34613 | add support for Partitioned cookies | HTTP handling | |||
34838 | 34838 | GeoDjango database functions incompatible with GeneratedField | Database layer (models, ORM) | |||
34140 | 34140 | Format python code blocks in documentation files | Documentation | |||
34961 | 34961 | Add a max_length parameter to EmailValidator | Core (Other) | |||
34942 | 34942 | Add icontains support for PostgreSQL ArrayField | Database layer (models, ORM) | |||
34926 | 34926 | Missing model after squashing | Migrations | |||
34924 | 34924 | Example for squashmigration not working properly | Migrations | |||
34915 | 34915 | Do not autopopulate _order field for model with an order_with_respect_to if already set. | Database layer (models, ORM) | |||
34906 | 34906 | Need help with makemigrations | Database layer (models, ORM) | |||
34551 | 34551 | Case-When aggregation over aggregated fields doesn't work since 4.2 | Database layer (models, ORM) | |||
34706 | 34706 | Aggregation on annotated field fails starting on Django 4.2.2, when the aggregation has the same name as the annotation | Uncategorized | |||
34768 | 34768 | Calling `colorama.init()` on module load can have unwanted side effects | Core (Management commands) | |||
34210 | 34210 | Show the duration of individual tests | Testing framework | |||
34720 | 34720 | BaseReloader.watch_dir() incorrectly checks for existence of path | Utilities | |||
34448 | 34448 | makemessages' --no-obsolete option is undocumented and untested. | Core (Management commands) | |||
34697 | 34697 | Migration serializer for sets results in non-deterministic order. | Migrations | |||
34676 | 34676 | Normalise MeasureBase unit not found exceptions to use AttributeError | GIS | |||
34322 | 34322 | 3 | ManifestStaticFilesStorage crashes on commented JavaScript import statements | contrib.staticfiles | ||
34567 | 34567 | slugify template filter with allow_unicode | Template system | |||
27778 | 27778 | Update unicode documentation for Python 3 | Documentation | |||
34438 | 34438 | UserCreationForm.clean_username() crashes with a custom user model. | contrib.auth | |||
34346 | 34346 | QuerySet ordered by annotation with name used by select_related() field crashes with AmbiguousColumn. | Database layer (models, ORM) | |||
34209 | 34209 | FileBasedCache has_key is susceptible to race conditions | Core (Cache system) | |||
34137 | 34137 | model.refresh_from_db() doesn't clear cached generic foreign keys | contrib.contenttypes | |||
34035 | 34035 | ImageField doesn't consider EXIF rotation when storing width and height | Database layer (models, ORM) | |||
34062 | 34062 | object HttpResponseNotAllowed can't be used in 'await' expression | Generic views | |||
27064 | 27064 | Implement RenameIndex in a backwards compatible way | Migrations | |||
27624 | 27624 | Optimize ORM by using more immutable data structures | Database layer (models, ORM) | |||
27468 | 27468 | Move utils.crypto.salted_hmac() from SHA1 toward SHA256 | Utilities | |||
27877 | 27877 | Management command exceptions should be logged | Core (Management commands) | |||
27590 | 27590 | Allow configuration of where to save staticfiles manifest. | contrib.staticfiles | |||
27807 | 27807 | Overriding username validators doesn't work as documented | contrib.auth | |||
27871 | 27871 | Django keeps making the same migration over and over again | Migrations | |||
27480 | 27480 | Add a Cache.touch(key, timeout=DEFAULT_TIMEOUT) method | Core (Cache system) | |||
14688 | 14688 | BaseInlineFormSet does not support "auto_id" | Forms | |||
14675 | 14675 | Update docs and project template to avoid "import *" for url patterns | Core (Other) | |||
14204 | 14204 | Take advantage of SQLite support for FK constraints | Database layer (models, ORM) | |||
27560 | 27560 | Formset.save() crashes for model with foreign key to concrete base model | Forms | |||
27449 | 27449 | Make django.utils.translation.trans_real.get_supported_language_variant public API | Internationalization | |||
27318 | 27318 | Return failed values from memcached.set_many() | Core (Cache system) | |||
27675 | 27675 | Django postgres JSONField encoding | contrib.postgres | |||
27741 | 27741 | staticfiles_tests test_corrupt_intermediate_files fails intermittently when run in parallel | contrib.staticfiles | |||
27432 | 27432 | showmigrations --plan should show migrations that would be applied for the given app_labels | Core (Management commands) | |||
27606 | 27606 | Error in formatting HttpResponseRedirect when __init__() raises DisallowedHost | HTTP handling | |||
27426 | 27426 | Test Client shouldn't subclass RequestFactory | Testing framework | |||
27200 | 27200 | Provide makemigrations router.allow_migrate() with a model_name | Migrations | |||
27242 | 27242 | Add get_object_or_none to django.shortcuts | Core (Other) | |||
27062 | 27062 | Add support for for_update for MSSQL | Database layer (models, ORM) | |||
27002 | 27002 | Redundant database query rendering a ModelChoiceField with RadioSelect or CheckboxSelectMultiple | Forms | |||
27024 | 27024 | BaseGeometryWidget logs a false positive: Error creating geometry from value '' | GIS | |||
14030 | 14030 | Use F() objects in aggregates(), annotates() and values() | Database layer (models, ORM) | |||
14286 | 14286 | Support for BigAutoField | Database layer (models, ORM) | |||
14096 | 14096 | Insert code generated by models using multiple inheritance is incorrect and fails in postgresql | Database layer (models, ORM) | |||
23 | 23 | 1 | Add support for ValidationWarning | Forms | ||
14786 | 14786 | get_db_prep_lookup call get_prep_value twice for each value if prepared == False | Database layer (models, ORM) | |||
14300 | 14300 | manage.py sqlcustom fails if models are in a submodule | Core (Management commands) | |||
14894 | 14894 | translation is not threadsafe | Internationalization | |||
14976 | 14976 | Add is_html flag to contrib.messages | contrib.messages | |||
18882 | 18882 | ✅ | ValueError when running a test inside a thread | Testing framework | ||
14026 | 14026 | 1 | Setting for TRANSACTION_LEVEL on db backends | Database layer (models, ORM) | ||
14708 | 14708 | Document available mapping keys for form field error messages. | Documentation | |||
14557 | 14557 | Generic View improvment | Generic views | |||
14374 | 14374 | Missing templates on contrib.auth makes tests in a new project fail (startproject) | Contrib apps | |||
399 | 399 | Bigint field object needed | Database layer (models, ORM) | |||
689 | 689 | Honor Web server provided authentication | Core (Other) | |||
13 | 13 | Related objects interface should be tighter (edit_inline) | contrib.admin | |||
14842 | 14842 | Indent the Model Meta Options | Documentation | |||
14376 | 14376 | Localflavors documentation for BRCPFField and BRCNPJField | Documentation | |||
14250 | 14250 | FileBasedCacheTests.test_cull test failure | Core (Cache system) | |||
14192 | 14192 | potential issue re in memory django file uploading. | Core (Other) | |||
172 | 172 | Twisted (twisted.web2) support for Django | Tools | |||
158 | 158 | Base admin template changes | contrib.admin | |||
87 | 87 | [patch] Oracle database support | Database layer (models, ORM) | |||
500 | 500 | [patch] Templates files extensions other than '.html' should be possible | Template system | |||
879 | 879 | Error when loading malformed MIDDLEWARE_CLASSES path | Core (Other) |