omat
(omat)
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 (158) | Reporter (2) | Owner (0) | Commenter (7) | Summary | Component |
---|---|---|---|---|---|---|
27222 | 27222 | Refresh fields that are expressions after Model.save() | Database layer (models, ORM) | |||
373 | 373 | 2 | Add support for multi-column primary keys. | Database layer (models, ORM) | ||
27236 | 27236 | Deprecate Model.Meta.index_together in favour of Model.Meta.indexes | Database layer (models, ORM) | |||
27452 | 27452 | Add Postgres serial field to contrib.postgres | contrib.postgres | |||
27409 | 27409 | Issues with admindocs docstring links generation | contrib.admindocs | |||
27460 | 27460 | Allow declaring a GenericRelation from an abstract model to another abstract model | 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) | |||
34961 | 34961 | Add a max_length parameter to EmailValidator | Core (Other) | |||
34989 | 34989 | Set Content-Length where possible for HttpResponses. | HTTP handling | |||
14611 | 14611 | Added dedicated option to test.Client methods (other than get()) for passing query parameters. | Testing framework | |||
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) | |||
34694 | 34694 | trailing slash is not appending | Core (URLs) | |||
34043 | 34043 | Doc "Writing your first patch for Django" doesn't explain how to contribute to the admin UI | Documentation | |||
34657 | 34657 | Testing assertions `assertContains` and `assertInHTML` should output the haystack on failure | Testing framework | |||
34791 | 34791 | Prefetch's queryset attribute is ignored when the same nested relation is used multiple times. | 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) | |||
34711 | 34711 | Make ChoiceField auto-detect and coerce values. | Forms | |||
34413 | 34413 | Variant of Prefetch but for the earliest/latest related object | Database layer (models, ORM) | |||
34705 | 34705 | BoundField.as_widget() ignores aria-describedby in attrs argument | Forms | |||
34638 | 34638 | Rows are selected if BooleanField is in list_editable | contrib.admin | |||
34514 | 34514 | `firstof` and `cycle` tags do not escapes variables defined in `wth` tag | Template system | |||
34459 | 34459 | SearchVector() can return query strings that are unsafe to combine. | contrib.postgres | |||
34404 | 34404 | Incorrect documentation about content type set by FileResponse object | Documentation | |||
34398 | 34398 | Django should automatically run migrations on in-memory SQLite DB | Database layer (models, ORM) | |||
34382 | 34382 | DEFAULT_AUTO_FIELD ignored for new models | Database layer (models, ORM) | |||
34356 | 34356 | Memory leak when generating PDFs | Core (Other) | |||
34357 | 34357 | UniqueConstraint doesn't violate NULL values on SQLite. | Database layer (models, ORM) | |||
34340 | 34340 | Apparently wrong table name? | Database layer (models, ORM) | |||
34286 | 34286 | Mixed-case views/templates names causes 404 on :view:/:template: directive. | contrib.admindocs | |||
34255 | 34255 | Annotation/group by with an expression on psycopg3 | Database layer (models, ORM) | |||
34293 | 34293 | Extra validation introduced in 30581 breaks certain constraint setups | Database layer (models, ORM) | |||
34279 | 34279 | Certain character causes django admin to misfunction | Database layer (models, ORM) | |||
34251 | 34251 | Paginator should warn if ordering is not deterministic | Core (Other) | |||
34239 | 34239 | Resolve load type-hinted objects in views | Generic views | |||
34160 | 34160 | Django 4.1 Expression contains mixed types for (Big/Small)IntegerFields. | Database layer (models, ORM) | |||
34183 | 34183 | Add a ChoicesMeta.max_length property returning the max_length when data type supports len() | Database layer (models, ORM) | |||
891 | 891 | customize table name prefixes | Database layer (models, ORM) | |||
34144 | 34144 | Casting a string inside a JSONField into an integer does not work on PostgreSQL | Database layer (models, ORM) | |||
34133 | 34133 | Django ordering in model meta causing unexpected results of group_by | Database layer (models, ORM) | |||
34109 | 34109 | Uvicorn can be run without installing gunicorn | Documentation | |||
34107 | 34107 | Django ORM queries do not pick up indexes made on a key in JSONField in Postgres | Database layer (models, ORM) | |||
34009 | 34009 | migrations.RunPython runs queries against wrong database | Uncategorized | |||
14411 | 14411 | Inline delete not prompting cascade delete warning | contrib.admin | |||
14357 | 14357 | Prevent inappropriate order-based grouping on values+annotate queries | Database layer (models, ORM) | |||
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 | |||
27017 | 27017 | Why doesn't Django's Model.save() save only the dirty fields by default? And how can I do that if I want? | Database layer (models, ORM) | |||
27445 | 27445 | RadioSelect widget does not work for NullBooleanField | Documentation | |||
27719 | 27719 | Add queryset.alias() to mimic .annotate() for aggregations without loading data | Database layer (models, ORM) | |||
27408 | 27408 | Make QuerySet.bulk_create() populate fields on related models | Database layer (models, ORM) | |||
27370 | 27370 | Django's Select widget adds a required="required" attribute, even if created with empty_label=True | Forms | |||
27910 | 27910 | Allow using an Enum class in model Field choices | Database layer (models, ORM) | |||
27801 | 27801 | Make createsuperuser inspect environment variables for username and password | contrib.auth | |||
14204 | 14204 | Take advantage of SQLite support for FK constraints | Database layer (models, ORM) | |||
27595 | 27595 | Database converters are not run for related fields referencing related fields | Database layer (models, ORM) | |||
27317 | 27317 | Make Form subclasses combine Form.Media from all parents | Forms | |||
27267 | 27267 | Renaming a primary key fails with "cannot drop constraint on table because other objects depend on it" | Migrations | |||
27449 | 27449 | Make django.utils.translation.trans_real.get_supported_language_variant public API | Internationalization | |||
14642 | 14642 | save_as=True and generic inline in admin gives IndexError | contrib.contenttypes | |||
27515 | 27515 | Make AuthenticationForm use the username length from the user model | contrib.auth | |||
27546 | 27546 | Replace hardcoded class names in __repr__-methods | Core (Other) | |||
14370 | 14370 | Adding support for Autocomplete in contrib.admin | contrib.admin | |||
27953 | 27953 | Make default Model.__str__() more useful (such as by displaying the primary key) | Database layer (models, ORM) | |||
27860 | 27860 | Changing a CharField to a ForeignKey crashes when migrating in PostgreSQL | Migrations | |||
27926 | 27926 | Allow squashmigrations to create a fresh set of migrations and delete the old ones | Migrations | |||
27825 | 27825 | Document that models don't cast field values to the same type that's retrieved from the database | Documentation | |||
27791 | 27791 | update_or_create() doesn't work properly when model has auto_now=True | Database layer (models, ORM) | |||
27638 | 27638 | Rollback data changes made inside templates | Template system | |||
27600 | 27600 | Support reading commands from stdin in shell command | Core (Management commands) | |||
27564 | 27564 | `refresh_from_db()` should return the model instance instead of None | Database layer (models, ORM) | |||
27525 | 27525 | Revert to previous migration automatically after failure when using MySQL backend | Migrations | |||
27463 | 27463 | Fix ambiguous variable flake8 warnings | Core (Other) | |||
27133 | 27133 | Explain how to load initial data with a data migration | Documentation | |||
27396 | 27396 | Docs: send POST request on base.html does not mention {{ csrf_token }} | Documentation | |||
27311 | 27311 | Support unpickled models (e.g. read from cache) in migrations | Migrations | |||
27283 | 27283 | Typo in the documentation | Documentation | |||
27243 | 27243 | Make reverse_dict.getlist work with fully qualified module names | Core (URLs) | |||
27197 | 27197 | Document how blank=True affects the migrations questioner | Documentation | |||
27196 | 27196 | Allow django admin to be logged into freely on localhost | contrib.admin | |||
27033 | 27033 | static tag causes AppRegistryNotReady errors on 1.10 | contrib.staticfiles | |||
14476 | 14476 | annotate, default aggregation naming and filter annoyance | 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) | |||
14226 | 14226 | Bug in dumpdata dependency calculation involving ManyToManyFields | Core (Serialization) | |||
14007 | 14007 | Automatically discover models within a package without using the app_label Meta attribute | Database layer (models, ORM) | |||
14825 | 14825 | LocaleMiddleware should store language preferences if possible | Internationalization | |||
14877 | 14877 | ModelFormSet.save() with a deleted form should work even if the model has already been deleted | Forms | |||
14705 | 14705 | Model Field Order not influenced by MRO of superclasses | Database layer (models, ORM) | |||
852 | 852 | psycopg.ProgrammingError exceptions leave the connection to the DB in an unusable state | Database layer (models, ORM) | |||
14039 | 14039 | FileField special-casing breaks MultiValueField including a FileField | Forms | |||
14694 | 14694 | defer() doesn't work with reverse relations | Database layer (models, ORM) | |||
14449 | 14449 | restructuredtext filter does not return the correct content | Documentation | |||
1 | 1 | Create architecture for anonymous sessions | Core (Other) | |||
596 | 596 | Allow Django to be packaged as a Python egg | Core (Other) | |||
640 | 640 | order_with_respect_to option fails | Documentation | |||
14438 | 14438 | Deserializer raises ValidationError if natural key is given as string | Core (Serialization) | |||
14290 | 14290 | Rendering is very inefficient when USE_L10N. Caching format values gives 2-7 times improvement | Internationalization | |||
14000 | 14000 | Removal of obsolete "versionadded" tags | Documentation | |||
14924 | 14924 | I18N looks for translations in the reverse order of the apps | Internationalization | |||
14617 | 14617 | Docs should mention runserver's automatic serving of static files | Documentation | |||
14405 | 14405 | problem in login view | contrib.auth | |||
14301 | 14301 | 4 | django crashes on email address that passed validate_email() (utf8-tld) | Core (Mail) | ||
342 | 342 | Add a way for fields to be displayed in the admin without being editable | contrib.admin | |||
458 | 458 | "View on site" doesn't link to model's get_absoulte_url() method | contrib.admin | |||
689 | 689 | Honor Web server provided authentication | Core (Other) | |||
730 | 730 | more explicit middlware ordering | Core (Other) | |||
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 | |||
14262 | 14262 | Helper for "get_something as varname" template tag pattern | Template system | |||
14989 | 14989 | Allow serializers to non ovewrite fixtures objects if they are marked as non overridable | Core (Serialization) | |||
14163 | 14163 | Setting pk should set the related fields also in the base chain. | Database layer (models, ORM) | |||
14182 | 14182 | CsrfViewMiddleware makes modification of the upload handlers impossible | File uploads/storage | |||
14179 | 14179 | django create table with capitalized chars | Uncategorized | |||
580 | 580 | [patch] caching needs to take more into account than just the URL | Core (Cache system) | |||
10181 | 10181 | ✅ | Queryset raising EmptyResultSet exception (instead of being empty) | Database layer (models, ORM) | ||
10182 | 10182 | ✅ | 1 | "invalid reference to FROM-clause" for nested annotate query | Database layer (models, ORM) | |
22 | 22 | [patch] FileUploadField should allow for clearing the field | contrib.admin | |||
987 | 987 | HttpResponseRedirect uses/allows relative URIs for the HTTP Location header, which is forbidden by HTTP | Core (Other) | |||
779 | 779 | [patch] Allow callables in extra_lookup_kwargs of generic views | Generic views | |||
926 | 926 | Too narrow collumns for swedish on main admin page | contrib.admin | |||
569 | 569 | [patch] better pluralization for table names | contrib.admin | |||
536 | 536 | Wrap load_and_render in HttpResponse in the calling function | Tools | |||
518 | 518 | Need validators that aren't attached to a form field | Validators | |||
421 | 421 | [patch] new events framework | Core (Other) | |||
125 | 125 | View-Controller separation violation | contrib.admin | |||
109 | 109 | Patch: Customizing Date(Time)Field displays | contrib.admin | |||
12 | 12 | Add metasystem database-check functionality | Metasystem | |||
171 | 171 | Bug, I think, in foreign keys and SQLite | Database layer (models, ORM) | |||
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) | |||
760 | 760 | Error reason not seen when 500 template is missing | contrib.admin | |||
639 | 639 | Model FileFields empty on first pass through save() | Core (Other) | |||
5 | 5 | Add a cache=NUM_SECONDS argument to QuerySet | Metasystem | |||
65 | 65 | [i18n] Internationalization and localisation | contrib.admin | |||
510 | 510 | [patch] Defend admin against CSRF attacks | contrib.admin | |||
61 | 61 | [patch] auth.User admin form shouldn't require people to edit hashes | contrib.admin | |||
669 | 669 | site table | Metasystem | |||
122 | 122 | [patch] Build models using fieldname=FieldClass | Core (Other) | |||
798 | 798 | Specifying username, email, and password on as arguments to "django-admin.py createsuperuser" | Translations | |||
170 | 170 | Unicode field names cause UnicodeEncodeError in main admin handler | contrib.admin | |||
927 | 927 | non-integer primary keys are broken since new-admin merge | Metasystem | |||
500 | 500 | [patch] Templates files extensions other than '.html' should be possible | Template system | |||
416 | 416 | Automate site introspection for url pattern modules, view methods, template directories, and applications | contrib.admin | |||
495 | 495 | manipulators inherit from admin | Metasystem | |||
502 | 502 | [patch] added category to feed items | contrib.syndication | |||
961 | 961 | [patch] Add automatic thumbnail generation to ImageFields | Core (Other) | |||
750 | 750 | i18n should ideally respect the languages supported on a per-application basis | Tools | |||
849 | 849 | login_required redirects to pages without parameters and so loses them | Core (Other) | |||
226 | 226 | MetaWeblog API Support | Core (Other) | |||
593 | 593 | [patch] Fulltext search support in Django | Database layer (models, ORM) | |||
695 | 695 | sqlupdate, creates sql to update the database based on an updated model file | Database layer (models, ORM) | |||
672 | 672 | get_absolute_url isn't nice | contrib.syndication | |||
802 | 802 | add a spam-filter callback facility to comments | Tools | |||
676 | 676 | [patch] a _post_init hook for model classes to initialize fields from outside content | Metasystem | |||
859 | 859 | CharField shouldn't require a maxlength | Database layer (models, ORM) | |||
591 | 591 | [patch] Docs: Subclassing wrong object | Documentation | |||
382 | 382 | globals should show up in model methods and classes (like normal python classes) | Core (Other) |