Chris
(chriskrusz)
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 (160) | Reporter (1) | Owner (0) | Commenter (3) | Summary | Component |
---|---|---|---|---|---|---|
897 | 897 | Bi-Directional ManyToMany in Admin | contrib.admin | |||
373 | 373 | Add support for multi-column primary keys. | Database layer (models, ORM) | |||
27055 | 27055 | Model form with geometry widgets has invalid html | GIS | |||
34912 | 34912 | Admindocs back-links and bookmarklet help text is too small | contrib.admindocs | |||
34792 | 34792 | Creating and saving a model using a custom primary key field can yield a bad "id" value on the instance | Database layer (models, ORM) | |||
34532 | 34532 | Form.default_renderer is ignored in formsets. | Forms | |||
34734 | 34734 | Django admin theme box | contrib.admin | |||
34718 | 34718 | Allow django.contrib.admin's ListFilter to render details tag collasped by default | contrib.admin | |||
27079 | 27079 | Refactor LiveServerPort tests to not make extra calls to setUpClass() and tearDownClass() | Testing framework | |||
34616 | 34616 | Incorrect code example in 5.0 release notes | Documentation | |||
34148 | 34148 | Removing a field from form.fields previously added to _bound_fields_cache has no effect | Forms | |||
34109 | 34109 | Uvicorn can be run without installing gunicorn | Documentation | |||
34027 | 34027 | ✅ | Changing CharField type referenced by ForeignKey crashes on PostgreSQL. | Migrations | ||
27074 | 27074 | connection.is_usable() raises AttributeError after the connection is closed | Database layer (models, ORM) | |||
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 | |||
56 | 56 | Primary key columns should be UNSIGNED | Database layer (models, ORM) | |||
14645 | 14645 | 3 | Exclude query with multiple conditions for the same multi-value relation not correct | Database layer (models, ORM) | ||
14628 | 14628 | Document which settings can be changed at runtime | Documentation | |||
17 | 17 | Metasystem optimization: Share select_related in memory | Database layer (models, ORM) | |||
14071 | 14071 | Row duplicated when modifying PK | contrib.admin | |||
14218 | 14218 | Paginator just implement the __iter__ function | Core (Other) | |||
14722 | 14722 | @last_modified should ignore lack of etag method when USE_ETAGS is enabled. | HTTP handling | |||
27921 | 27921 | Documentation of make_aware() with is_dst is misleading | Documentation | |||
27090 | 27090 | pg_get_serial_sequence is broken on postgres, use a lookup in information_schema.columns instead | Database layer (models, ORM) | |||
27895 | 27895 | Test Client fails to decode json response with unicode characters | Testing framework | |||
27855 | 27855 | Document Python 3.4 support for Django 2.0 | Documentation | |||
27982 | 27982 | Possible bug related to queryset union | Database layer (models, ORM) | |||
27881 | 27881 | Add "unified diff" output mode to diffsettings management command | Core (Management commands) | |||
27928 | 27928 | Avoid SET/DROP DEFAULT unless a field changes from null to non-null | Migrations | |||
27821 | 27821 | Documentation of the return value of clean_<fieldname>() could be clarified | Documentation | |||
27817 | 27817 | Jsonfield duplicating records in production database after running manage.py test | Database layer (models, ORM) | |||
27783 | 27783 | VariableDoesNotExist can lead to stack overflows unusually easily | Template system | |||
27741 | 27741 | staticfiles_tests test_corrupt_intermediate_files fails intermittently when run in parallel | contrib.staticfiles | |||
27344 | 27344 | ConditionalGetMiddleware should only operate on GET requests | HTTP handling | |||
27301 | 27301 | Better handling of errors that are not pickleable when testing in parallel | Testing framework | |||
27309 | 27309 | Add CallableBool.__hash__() | Utilities | |||
27083 | 27083 | Parse conditional HTTP headers according to RFC 7232 | HTTP handling | |||
27170 | 27170 | Make database backend __init__() methods friendlier to subclassing | Database layer (models, ORM) | |||
27172 | 27172 | Close cursor in custom SQL example | Documentation | |||
27128 | 27128 | A method model.objects.get(pk=obj.pk) returns many objects, but in a database is one. | Uncategorized | |||
27061 | 27061 | Support creating the TEST PostgreSQL database from a custom template | Testing framework | |||
27093 | 27093 | ORM error on apache + wsgi | Database layer (models, ORM) | |||
27077 | 27077 | Simplify calls to is_in_memory_db() in SQLite's DatabaseCreation | Database layer (models, ORM) | |||
27078 | 27078 | Simplify "if" logic inside SQLite's DatabaseCreation._get_test_db_name() | Database layer (models, ORM) | |||
27057 | 27057 | Use _SavedSettings in setup_test_environment() to store pre-test settings | Testing framework | |||
27008 | 27008 | Add manage.py test --debug option | Testing framework | |||
27019 | 27019 | DiscoverRunner does not restore old settings.DEBUG value in teardown | Testing framework | |||
27035 | 27035 | DiscoverRunner's setup_test_environment() hard-codes settings.DEBUG to False | Testing framework | |||
27032 | 27032 | Calling setup_test_environment() "twice" deletes pre-setup state | Testing framework | |||
27012 | 27012 | test_nested_requests wipes out pre-test settings | Testing framework | |||
14485 | 14485 | New Site.root field | contrib.sites | |||
14402 | 14402 | help_text is not displayed for ManyToMany raw_id fields | contrib.admin | |||
494 | 494 | Collapse in admin interface for inline related objects | contrib.admin | |||
14881 | 14881 | [nonrel] Do not assume ``User.id`` to be an integer in django.contrib.auth's pasword reset feature | contrib.auth | |||
14434 | 14434 | AdminSite should rely on self.has_permission for all permission checks | contrib.admin | |||
14760 | 14760 | Admin inlines with file/image field fails to save_as | contrib.admin | |||
14051 | 14051 | Signals for transaction commit/rollback | Database layer (models, ORM) | |||
14868 | 14868 | admin: prevent long text from overflowing recent actions box | contrib.admin | |||
14894 | 14894 | translation is not threadsafe | Internationalization | |||
14057 | 14057 | Expose an interface for custom-escaping template content | Template system | |||
852 | 852 | psycopg.ProgrammingError exceptions leave the connection to the DB in an unusable state | Database layer (models, ORM) | |||
14684 | 14684 | RESTful Model View | Generic views | |||
14757 | 14757 | Add An Example For .extra(tables=[]) | 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) | |||
159 | 159 | Circular logout problem | contrib.admin | |||
640 | 640 | order_with_respect_to option fails | Documentation | |||
14258 | 14258 | Document that 1.3 has added an index to the session date field and a migration is recommended | Documentation | |||
14809 | 14809 | Broken login related tests after r14733 | contrib.auth | |||
14774 | 14774 | assertNumQueries is buggy with views and the test client if used more than once in a test | Testing framework | |||
14771 | 14771 | Typo in docs, "vistor" | Documentation | |||
14249 | 14249 | Inactive users have less permissions then anonymous users with custom backend | contrib.auth | |||
14873 | 14873 | A paginated ListView with a List instead of queryset produces an error | Generic views | |||
14259 | 14259 | URL dispatcher does not reject duplicate URL names | Core (Other) | |||
14301 | 14301 | django crashes on email address that passed validate_email() (utf8-tld) | Core (Mail) | |||
14405 | 14405 | problem in login view | contrib.auth | |||
14455 | 14455 | Document possibly backwards-incompatible localflavor changes | contrib.localflavor | |||
14543 | 14543 | ContentTypes tests fails if auth app is not installed | contrib.contenttypes | |||
14704 | 14704 | USE_THOUSAND_SEPARATOR poorly documented | Documentation | |||
399 | 399 | Bigint field object needed | Database layer (models, ORM) | |||
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) | |||
528 | 528 | Add a documentation generator that creates a PDF or HTML files locally | Documentation | |||
285 | 285 | WSGIRequest should set request.path to full uri path | HTTP handling | |||
730 | 730 | more explicit middlware ordering | Core (Other) | |||
14063 | 14063 | Validating form file fields is hard | File uploads/storage | |||
13 | 13 | Related objects interface should be tighter (edit_inline) | contrib.admin | |||
289 | 289 | [patch] more details with "Please correct the errors below." | contrib.admin | |||
811 | 811 | IPv6 address field support | Core (Other) | |||
14134 | 14134 | Ability to set csrf cookie path and https-only plus add 'secure' | Core (Other) | |||
14262 | 14262 | Helper for "get_something as varname" template tag pattern | Template system | |||
14766 | 14766 | ordering by a field that does not exists returns an empty QuerySet | Database layer (models, ORM) | |||
14733 | 14733 | Allow Manager.raw() execute not only "Pure selects" | Database layer (models, ORM) | |||
14105 | 14105 | django.contrib.auth tests failing with cache middleware | Core (Cache system) | |||
14759 | 14759 | Updated widgets doc. | Documentation | |||
14780 | 14780 | Fix quoting in class based views reference | Documentation | |||
14715 | 14715 | Uninformative ValueError in django/utils/_os.py | Uncategorized | |||
14779 | 14779 | Documentation Correction | Documentation | |||
14742 | 14742 | Allow each action to decide default value for select_across | contrib.admin | |||
14231 | 14231 | Missing index on expire_date in Session model | contrib.sessions | |||
14425 | 14425 | Unused imports in contrib.admin | contrib.admin | |||
14513 | 14513 | Ordering Check in django/core/management/validation.py | Database layer (models, ORM) | |||
14167 | 14167 | Using Instances in Generic Create/Update/Delete | Generic views | |||
14227 | 14227 | Modify contributing docs to mention the 'easy-pickings' keyword in triage | Documentation | |||
14058 | 14058 | Add a link to db-specific options | Documentation | |||
14239 | 14239 | Form input button embedded in <a /> crashes Django server | HTTP handling | |||
14125 | 14125 | 'Safe strings' are not force-escaped on development 500 page | Uncategorized | |||
607 | 607 | Admin option to show/hide fields | contrib.admin | |||
22 | 22 | [patch] FileUploadField should allow for clearing the field | contrib.admin | |||
725 | 725 | missing robots.txt on django websites? | *.djangoproject.com | |||
376 | 376 | Add a handler for mod_python v. 2 (Django requires v. 3) | Core (Other) | |||
987 | 987 | HttpResponseRedirect uses/allows relative URIs for the HTTP Location header, which is forbidden by HTTP | Core (Other) | |||
565 | 565 | Unique fields don't work on edit_inline models | contrib.admin | |||
575 | 575 | edit_inline don't save child data when a "blank=True" field is not set | contrib.admin | |||
1000 | 1000 | Ticket 1000 | Core (Other) | |||
708 | 708 | search for meta.IPAddressField with postgresql backend is broken (admin) | Database layer (models, ORM) | |||
14 | 14 | PIE-IN-THE-SKY: Add spell-check capability to admin textareas | contrib.admin | |||
685 | 685 | [patch] list_detail and archive_* generic views should default allow_empty to True | Generic views | |||
785 | 785 | many2many table and legacy databases. | Database layer (models, ORM) | |||
921 | 921 | Add a "me" shortcut to UserFields | contrib.admin | |||
899 | 899 | Formfield doesn't display default value | Forms | |||
978 | 978 | STACKED ForeignKey classes don't show up in the admin for subclasses of related class | contrib.admin | |||
562 | 562 | "Add another" JavaScript doesn't add new value to all fields relating to the same type | contrib.admin | |||
208 | 208 | Allow the strings the cycle tag uses to contain spaces | Template system | |||
871 | 871 | ImageField doesn''t honor blank=True argument | contrib.admin | |||
690 | 690 | Model allowed me to 'hide' a required field, which produced unuseable error messages. | contrib.admin | |||
548 | 548 | missing steps at end of tutorial04.txt | Documentation | |||
66 | 66 | [patch] Give views access to application root from urlconf | Core (Other) | |||
109 | 109 | Patch: Customizing Date(Time)Field displays | contrib.admin | |||
77 | 77 | The PostgreSQL code should use schemas instead of prefixes for namespaces. | Database layer (models, ORM) | |||
611 | 611 | fields with editable=False do not render | contrib.admin | |||
16 | 16 | Create some form of "edit many at once" feature for the admin | contrib.admin | |||
555 | 555 | DateTimeFields with auto_now and auto_now_add don't change in place | Core (Other) | |||
572 | 572 | When i have an ImageField and a auto_now DateTimeField in the same model it doesnt get saved | contrib.admin | |||
200 | 200 | Add a Decimal type and a Currency type | Database layer (models, ORM) | |||
952 | 952 | [patch] Allow for database client encoding configuration from project settings | Database layer (models, ORM) | |||
863 | 863 | Atom Feeds should pick up "updated" and "published" elements automatically from auto_now and auto_now_add fields | contrib.syndication | |||
834 | 834 | authentication documentation should document the viewfuncs in django.views.auth.login | Documentation | |||
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) | |||
343 | 343 | One-to-one relations - different primary_key | Metasystem | |||
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 | |||
934 | 934 | ImageField's cause the admin UI to not allow modifications? | Validators | |||
914 | 914 | [patch] Admin js option does not honor absolute urls | contrib.admin | |||
688 | 688 | [patch] Error handlers lack context. | Translations | |||
872 | 872 | fields.TextField should pass 'rows' argument to its formfields.LargeTextField | contrib.admin | |||
720 | 720 | Added methods to ObjectPaginator for getting the numbers of first and last object on page | Core (Other) | |||
560 | 560 | Fields which have several formfields are non-trivial to use in forms. | Core (Other) | |||
262 | 262 | editable=False doesn't show in tables that are created with edit_inline=True | 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 | |||
648 | 648 | [patch] Add a comment tag like {# commented #} | Template system | |||
500 | 500 | [patch] Templates files extensions other than '.html' should be possible | Template system | |||
961 | 961 | [patch] Add automatic thumbnail generation to ImageFields | Core (Other) | |||
650 | 650 | render_to_response uses Context instead DjangoContext | Template system | |||
385 | 385 | [patch] yesno filter is broken: doesn't accept 2-value argument | Template system |