chris

(chris)

Most Active Role

N/A

Most Active Component

Database Layer (Models, Orm)

Activity Timeline

[No data in this time period]

Components

Tickets

Trac Ticket (159) Reporter (0) Owner (0) Commenter (169) Summary Component
897 897 1 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 1 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
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 1 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 1 Document which settings can be changed at runtime Documentation
17 17 2 Metasystem optimization: Share select_related in memory Database layer (models, ORM)
14071 14071 1 Row duplicated when modifying PK contrib.admin
14218 14218 1 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 2 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 2 New Site.root field contrib.sites
14402 14402 help_text is not displayed for ManyToMany raw_id fields contrib.admin
494 494 5 Collapse in admin interface for inline related objects contrib.admin
14881 14881 1 [nonrel] Do not assume ``User.id`` to be an integer in django.contrib.auth's pasword reset feature contrib.auth
14434 14434 1 AdminSite should rely on self.has_permission for all permission checks contrib.admin
14760 14760 3 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 1 Expose an interface for custom-escaping template content Template system
852 852 1 psycopg.ProgrammingError exceptions leave the connection to the DB in an unusable state Database layer (models, ORM)
14684 14684 1 RESTful Model View Generic views
14757 14757 2 Add An Example For .extra(tables=[]) Documentation
14502 14502 3 Feature: escape hatch for colliding template syntax in Django templates Template system
596 596 1 Allow Django to be packaged as a Python egg Core (Other)
159 159 7 Circular logout problem contrib.admin
640 640 1 order_with_respect_to option fails Documentation
14873 14873 2 A paginated ListView with a List instead of queryset produces an error Generic views
14771 14771 1 Typo in docs, "vistor" Documentation
14455 14455 Document possibly backwards-incompatible localflavor changes contrib.localflavor
14809 14809 5 Broken login related tests after r14733 contrib.auth
14704 14704 2 USE_THOUSAND_SEPARATOR poorly documented Documentation
14774 14774 assertNumQueries is buggy with views and the test client if used more than once in a test Testing framework
14543 14543 1 ContentTypes tests fails if auth app is not installed contrib.contenttypes
14249 14249 2 Inactive users have less permissions then anonymous users with custom backend contrib.auth
14258 14258 1 Document that 1.3 has added an index to the session date field and a migration is recommended Documentation
14259 14259 1 URL dispatcher does not reject duplicate URL names Core (Other)
14301 14301 1 django crashes on email address that passed validate_email() (utf8-tld) Core (Mail)
14405 14405 4 problem in login view contrib.auth
399 399 4 Bigint field object needed Database layer (models, ORM)
342 342 1 Add a way for fields to be displayed in the admin without being editable contrib.admin
458 458 1 "View on site" doesn't link to model's get_absoulte_url() method contrib.admin
689 689 1 Honor Web server provided authentication Core (Other)
528 528 1 Add a documentation generator that creates a PDF or HTML files locally Documentation
730 730 1 more explicit middlware ordering Core (Other)
285 285 3 WSGIRequest should set request.path to full uri path HTTP handling
14063 14063 1 Validating form file fields is hard File uploads/storage
13 13 1 Related objects interface should be tighter (edit_inline) contrib.admin
289 289 1 [patch] more details with "Please correct the errors below." contrib.admin
811 811 1 IPv6 address field support Core (Other)
14134 14134 1 Ability to set csrf cookie path and https-only plus add 'secure' Core (Other)
14262 14262 1 Helper for "get_something as varname" template tag pattern Template system
14766 14766 2 ordering by a field that does not exists returns an empty QuerySet Database layer (models, ORM)
14733 14733 1 Allow Manager.raw() execute not only "Pure selects" Database layer (models, ORM)
14105 14105 2 django.contrib.auth tests failing with cache middleware Core (Cache system)
14759 14759 1 Updated widgets doc. Documentation
14780 14780 1 Fix quoting in class based views reference Documentation
14715 14715 1 Uninformative ValueError in django/utils/_os.py Uncategorized
14779 14779 1 Documentation Correction Documentation
14742 14742 Allow each action to decide default value for select_across contrib.admin
14231 14231 2 Missing index on expire_date in Session model contrib.sessions
14425 14425 3 Unused imports in contrib.admin contrib.admin
14513 14513 1 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 1 Form input button embedded in <a /> crashes Django server HTTP handling
14125 14125 1 'Safe strings' are not force-escaped on development 500 page Uncategorized
607 607 1 Admin option to show/hide fields contrib.admin
22 22 1 [patch] FileUploadField should allow for clearing the field contrib.admin
725 725 1 missing robots.txt on django websites? *.djangoproject.com
376 376 1 Add a handler for mod_python v. 2 (Django requires v. 3) Core (Other)
987 987 8 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 1 edit_inline don't save child data when a "blank=True" field is not set contrib.admin
1000 1000 1 Ticket 1000 Core (Other)
708 708 2 search for meta.IPAddressField with postgresql backend is broken (admin) Database layer (models, ORM)
14 14 1 PIE-IN-THE-SKY: Add spell-check capability to admin textareas contrib.admin
685 685 1 [patch] list_detail and archive_* generic views should default allow_empty to True Generic views
785 785 1 many2many table and legacy databases. Database layer (models, ORM)
921 921 1 Add a "me" shortcut to UserFields contrib.admin
899 899 1 Formfield doesn't display default value Forms
978 978 1 STACKED ForeignKey classes don't show up in the admin for subclasses of related class contrib.admin
562 562 1 "Add another" JavaScript doesn't add new value to all fields relating to the same type contrib.admin
208 208 6 Allow the strings the cycle tag uses to contain spaces Template system
871 871 1 ImageField doesn''t honor blank=True argument contrib.admin
690 690 1 Model allowed me to 'hide' a required field, which produced unuseable error messages. contrib.admin
548 548 1 missing steps at end of tutorial04.txt Documentation
66 66 1 [patch] Give views access to application root from urlconf Core (Other)
109 109 1 Patch: Customizing Date(Time)Field displays contrib.admin
77 77 1 The PostgreSQL code should use schemas instead of prefixes for namespaces. Database layer (models, ORM)
611 611 1 fields with editable=False do not render contrib.admin
16 16 1 Create some form of "edit many at once" feature for the admin contrib.admin
555 555 2 DateTimeFields with auto_now and auto_now_add don't change in place Core (Other)
572 572 2 When i have an ImageField and a auto_now DateTimeField in the same model it doesnt get saved contrib.admin
200 200 1 Add a Decimal type and a Currency type Database layer (models, ORM)
952 952 1 [patch] Allow for database client encoding configuration from project settings Database layer (models, ORM)
863 863 1 Atom Feeds should pick up "updated" and "published" elements automatically from auto_now and auto_now_add fields contrib.syndication
834 834 1 authentication documentation should document the viewfuncs in django.views.auth.login Documentation
760 760 1 Error reason not seen when 500 template is missing contrib.admin
639 639 1 Model FileFields empty on first pass through save() Core (Other)
343 343 One-to-one relations - different primary_key Metasystem
393 393 2 [patch] Filters don't take the str() value of a var Core (Other)
924 924 1 [patch] String filters (lower, upper, capfirst etc.) don't work with international strings contrib.admin
934 934 1 ImageField's cause the admin UI to not allow modifications? Validators
914 914 1 [patch] Admin js option does not honor absolute urls contrib.admin
688 688 2 [patch] Error handlers lack context. Translations
872 872 1 fields.TextField should pass 'rows' argument to its formfields.LargeTextField contrib.admin
720 720 2 Added methods to ObjectPaginator for getting the numbers of first and last object on page Core (Other)
560 560 1 Fields which have several formfields are non-trivial to use in forms. Core (Other)
262 262 1 editable=False doesn't show in tables that are created with edit_inline=True contrib.admin
61 61 2 [patch] auth.User admin form shouldn't require people to edit hashes contrib.admin
510 510 3 [patch] Defend admin against CSRF attacks contrib.admin
648 648 1 [patch] Add a comment tag like {# commented #} Template system
500 500 3 [patch] Templates files extensions other than '.html' should be possible Template system
961 961 1 [patch] Add automatic thumbnail generation to ImageFields Core (Other)
650 650 2 render_to_response uses Context instead DjangoContext Template system
385 385 1 [patch] yesno filter is broken: doesn't accept 2-value argument Template system