| #897 |
Bi-Directional ManyToMany in Admin
|
new
|
nobody
|
New feature
|
contrib.admin
|
low
|
| #1688 |
Permissions don't get translated in admin interface
|
assigned
|
Emme Bravo
|
defect
|
Internationalization
|
normal
|
| #2137 |
Add drag and drop ordering for inlines to set order_with_respect_to in admin interface
|
new
|
|
New feature
|
contrib.admin
|
normal
|
| #2361 |
QuerySet.filter(m2mfield__isnull=False) may return duplicates
|
new
|
|
Bug
|
Database layer (models, ORM)
|
normal
|
| #3254 |
full text search support for postgres, oracle and mssql
|
assigned
|
Akash Kumar Sen
|
New feature
|
Database layer (models, ORM)
|
normal
|
| #3569 |
extend Atom feed support for other fields
|
new
|
nobody
|
New feature
|
contrib.syndication
|
|
| #4147 |
Add some i18n hooks to DateFormat
|
new
|
Marc Garcia
|
New feature
|
Internationalization
|
|
| #4848 |
Allow inline fields to be "mixed in" with the models' own fields
|
new
|
nobody
|
New feature
|
contrib.admin
|
|
| #5518 |
Capitalized verbose names for models
|
assigned
|
Ahtisham Shafi
|
Cleanup/optimization
|
Internationalization
|
|
| #5745 |
MySQL Collations/Charsets and Engines
|
new
|
nobody
|
New feature
|
Database layer (models, ORM)
|
|
| #5793 |
Allow custom attributes in Meta classes
|
assigned
|
|
New feature
|
Database layer (models, ORM)
|
|
| #5865 |
cycle template tag should accept a single argument
|
assigned
|
Giannis Terzopoulos
|
New feature
|
Template system
|
|
| #7018 |
Make ModelForm multiple inheritance possible
|
new
|
nobody
|
New feature
|
Forms
|
|
| #7835 |
Provide the ability for model definitions that are only availably during testing
|
assigned
|
Josh Thomas
|
New feature
|
Testing framework
|
|
| #8165 |
When using can_order=True on formset, ordered_forms is not avaible when formset.is_valid() is false
|
new
|
nobody
|
New feature
|
Forms
|
|
| #8264 |
Replace get_absolute_url with more sane alternative
|
new
|
simon
|
New feature
|
Core (URLs)
|
|
| #8408 |
Add a way to avoid QuerySet.count() in admin pagination
|
new
|
|
New feature
|
contrib.admin
|
|
| #8851 |
Add a default option to list_filter in the admin interface
|
assigned
|
Andrew Aikman
|
New feature
|
contrib.admin
|
|
| #8912 |
File storage and save/commit=False
|
new
|
|
New feature
|
File uploads/storage
|
|
| #9198 |
Make the {% include %} strip a trailing newline
|
assigned
|
Ahtisham Shafi
|
Cleanup/optimization
|
Template system
|
|
| #9357 |
Unable to subclass form Media class
|
new
|
nobody
|
New feature
|
Forms
|
|
| #9373 |
"This field is required" error even on empty inlines formsets in the admin model page, when hiding a choice field of a custom form.
|
new
|
|
Bug
|
contrib.admin
|
|
| #9682 |
icontains can be case-sensitive on MySQL
|
new
|
nobody
|
Bug
|
Database layer (models, ORM)
|
|
| #9757 |
Make IfNode a baseclass for other if nodes to subclass
|
new
|
nobody
|
Cleanup/optimization
|
Template system
|
|
| #10060 |
Multiple table annotation failure
|
new
|
|
Bug
|
Database layer (models, ORM)
|
|
| #10305 |
Add a form instantiation hook for contrib.admin add/change views
|
new
|
nobody
|
New feature
|
contrib.admin
|
|
| #10449 |
HTML accents not escaped out when using forms
|
assigned
|
Abhishek Mane
|
Bug
|
Internationalization
|
|
| #10554 |
Response.set_cookie should allow setting two cookies of the same name.
|
new
|
nobody
|
New feature
|
HTTP handling
|
|
| #10761 |
ModelAdmin.queryset() is missing a mechanism for specifying different querysets for changelist and change object views
|
assigned
|
Tom Carrick
|
New feature
|
contrib.admin
|
|
| #10850 |
Impossible to stop a large file upload mid-stream
|
new
|
nobody
|
Bug
|
File uploads/storage
|
|
| #10874 |
ModelFormMetaclass does not provide easy way of extending
|
new
|
nobody
|
New feature
|
Forms
|
|
| #10961 |
Allow users to override forward and reverse relationships on proxy models with !ForeignKey fields.
|
new
|
nobody
|
New feature
|
Database layer (models, ORM)
|
|
| #11294 |
Django administration Model list always shows Decimal with decimal places
|
assigned
|
gaweng
|
Bug
|
contrib.admin
|
|
| #11379 |
MAX_ENTRIES of cache backend should not be required
|
new
|
nobody
|
New feature
|
Core (Cache system)
|
|
| #11383 |
Admin action 'Delete selected' check only global model delete permission
|
new
|
|
Bug
|
contrib.admin
|
|
| #11541 |
F() expressions don't allow assignment of Foreign Key values on instances
|
assigned
|
Aman Pandey
|
Bug
|
Database layer (models, ORM)
|
|
| #11561 |
raw_id_fields requires that the user has change permissions on the model class that is being linked to
|
new
|
nobody
|
Bug
|
contrib.admin
|
|
| #11580 |
Unable to query TextField against oracle nclob 10Gr4
|
new
|
|
Bug
|
Database layer (models, ORM)
|
|
| #11760 |
Placeholder for through value in ManyToManyField of abstract class
|
new
|
nobody
|
New feature
|
Database layer (models, ORM)
|
|
| #12007 |
djangoadmin loaddata gives odd error if it runs out of memory
|
new
|
nobody
|
Cleanup/optimization
|
Core (Serialization)
|
|
| #12096 |
Model fields are not accessible as attributes of the model class
|
new
|
|
New feature
|
Database layer (models, ORM)
|
|
| #12134 |
contrib.admin.RelatedFieldWidgetWrapper.__deepcopy__() should copy() the widget attrs
|
new
|
nobody
|
Bug
|
contrib.admin
|
|
| #12157 |
FileSystemStorage does file I/O inefficiently, despite providing options to permit larger blocksizes
|
new
|
nobody
|
Cleanup/optimization
|
File uploads/storage
|
|
| #12246 |
contrib.admin's JavaScript functions should be namespaced
|
new
|
nobody
|
Cleanup/optimization
|
contrib.admin
|
|
| #12264 |
calendar.js depends on jsi18n but date widgets using it do not specify as required media
|
new
|
|
New feature
|
Forms
|
|
| #12382 |
Deleting an inline can delete the whole inlined model instance recursively
|
new
|
nobody
|
Bug
|
contrib.admin
|
|
| #12416 |
Improve KML Serialization
|
new
|
|
New feature
|
GIS
|
|
| #12697 |
Prevent deletion of some rows in a formset
|
new
|
nobody
|
New feature
|
Forms
|
|
| #12938 |
not possible to validate a many-to-many at the model
|
new
|
nobody
|
New feature
|
Database layer (models, ORM)
|
|
| #13033 |
MySQL full text search in admin
|
new
|
nobody
|
New feature
|
contrib.admin
|
|
| #13091 |
admin list_editable with unique_together raises Integrity Error
|
new
|
nobody
|
Bug
|
Forms
|
|
| #13127 |
Template tag "perms" doesn't support object level permission checking
|
new
|
nobody
|
New feature
|
contrib.auth
|
|
| #13224 |
style of m2m readonly_fields in admin change_form
|
new
|
|
New feature
|
contrib.admin
|
|
| #13313 |
Custom Default Manager with extra __init__ arguments fails if model is used in a ManyToManyField
|
new
|
nobody
|
Bug
|
Database layer (models, ORM)
|
|
| #13327 |
FileField/ImageField accessor methods throw unnecessary exceptions when they are blank or null.
|
new
|
nobody
|
Cleanup/optimization
|
Database layer (models, ORM)
|
|
| #13339 |
Date(Time)Field.to_python() fails to parse localized month names
|
new
|
nobody
|
Bug
|
Forms
|
|
| #13369 |
Should be easier to add a MultipleChoice for reverse relationships on ModelAdmins
|
new
|
nobody
|
New feature
|
contrib.admin
|
|
| #13757 |
Signal inconsistency between auto_created and manually defined intermediate models for m2m fields
|
new
|
nobody
|
Bug
|
Database layer (models, ORM)
|
|
| #13871 |
contrib.admin:list_editable - ForeignKey performance is O(m*n)
|
new
|
nobody
|
New feature
|
contrib.admin
|
|
| #13894 |
Provide caching guidance for messages framework
|
assigned
|
Sarah Boyce
|
Cleanup/optimization
|
Documentation
|
|
| #14035 |
Cannot access POST after request.encoding was set to a custom value
|
assigned
|
Piotr Czachur
|
Bug
|
HTTP handling
|
|
| #14063 |
Validating form file fields is hard
|
new
|
nobody
|
New feature
|
File uploads/storage
|
|
| #14174 |
Support for string interpolation in lazy translation
|
new
|
nobody
|
New feature
|
Internationalization
|
|
| #14287 |
TEST_MIRROR is not respected in routers
|
new
|
nobody
|
Bug
|
Database layer (models, ORM)
|
|
| #14643 |
Readonly fields in GeoDjango admins
|
assigned
|
Anthony Ricaud
|
Bug
|
GIS
|
|
| #14832 |
Impossible to create inline objects if form validates but is unchanged
|
new
|
nobody
|
Bug
|
contrib.admin
|
|
| #14845 |
Document connection-creation process
|
assigned
|
Pradhvan Bisht
|
New feature
|
Documentation
|
|
| #14904 |
TextField with unique (or in unique_together) constraint breaks for large inputs in Postgres
|
new
|
nobody
|
Bug
|
Database layer (models, ORM)
|
|
| #15015 |
Mixing read-only with ability to add new instances using a FormSet
|
new
|
nobody
|
New feature
|
Forms
|
|
| #15156 |
Ordinal numbers in English and in other locales
|
new
|
|
New feature
|
Internationalization
|
|
| #15179 |
django.test.client.Client.login fake HttpRequest is not run through middlewares
|
new
|
nobody
|
Bug
|
Testing framework
|
|
| #15396 |
full path to modules in documentation inconsistently referenced
|
new
|
|
Bug
|
Documentation
|
|
| #15559 |
Distinct queries will cause errors with some custom model fields
|
new
|
nobody
|
Bug
|
Database layer (models, ORM)
|
|
| #15574 |
IndexError: list index out of range caused by inline formsets
|
new
|
nobody
|
Bug
|
Forms
|
|
| #15602 |
Using get_readonly_fields and StackedInline/TabularInline admin objects doesn't allow creating new objects, immutible existing objects
|
new
|
nobody
|
Bug
|
contrib.admin
|
|
| #15725 |
No easy way to get default model values into a ModelForm for validation
|
new
|
nobody
|
New feature
|
Forms
|
|
| #15817 |
ImageField having [width|height]_field set sytematically compute the image dimensions in ModelForm validation process
|
new
|
nobody
|
Cleanup/optimization
|
Forms
|
|
| #15881 |
FilteredSelectMultiple does not respect order
|
new
|
nobody
|
Cleanup/optimization
|
contrib.admin
|
|
| #16149 |
Allow disabling choices in a <select>
|
new
|
|
New feature
|
Forms
|
|
| #16306 |
Form field documentation documents optional keyword arguments as field attributes.
|
assigned
|
Abhishek Mane
|
Bug
|
Forms
|
|
| #16376 |
Support for database links
|
new
|
nobody
|
New feature
|
Database layer (models, ORM)
|
|
| #16505 |
Consider a different interface for get_next_by_FOO and get_previous_by_FOO
|
new
|
nobody
|
New feature
|
Database layer (models, ORM)
|
|
| #16508 |
Provide real support for virtual fields
|
new
|
|
New feature
|
Database layer (models, ORM)
|
|
| #16549 |
In Django models, save/delete preconditions would help in handling optimistic concurrency control problems
|
new
|
nobody
|
New feature
|
Database layer (models, ORM)
|
|
| #16603 |
Unnecessary join when using a reverse foreign-key filter and reverse foreign-key aggregate call
|
new
|
nobody
|
Bug
|
Database layer (models, ORM)
|
|
| #16614 |
Support server-side cursors for queryset iteration in database backends
|
new
|
nobody
|
New feature
|
Database layer (models, ORM)
|
|
| #16730 |
serializing forms which use FilteredSelectMultiple
|
new
|
|
New feature
|
contrib.admin
|
|
| #16752 |
Multi-db without a 'default' database
|
new
|
|
Bug
|
Database layer (models, ORM)
|
|
| #17096 |
Strengthen the makemessages command's safe-guarding of po files
|
new
|
nobody
|
Cleanup/optimization
|
Core (Management commands)
|
|
| #17224 |
determine and document the use of default option in context of FileField
|
new
|
nobody
|
Cleanup/optimization
|
File uploads/storage
|
|
| #17345 |
Allow ordering override on ManyToManyField
|
new
|
nobody
|
New feature
|
Database layer (models, ORM)
|
|
| #17664 |
{% if %} template tag silences exceptions inconsistently
|
new
|
|
Bug
|
Template system
|
|
| #17726 |
Admin's Recent Actions broken for multiple admin site instances with unique registered models
|
new
|
nobody
|
Bug
|
contrib.admin
|
|
| #17753 |
Internationalizing URL Patterns Redirect should be 404
|
new
|
Jannis Leidel
|
Bug
|
Internationalization
|
|
| #17975 |
Make sessions more robust
|
new
|
nobody
|
Cleanup/optimization
|
contrib.sessions
|
|
| #18243 |
Management shell should make it easy to force LOGGING_CONFIG=None
|
new
|
nobody
|
Cleanup/optimization
|
Core (Management commands)
|
|
| #18283 |
FileField should not reuse FieldFiles
|
assigned
|
Andrzej Pragacz
|
Bug
|
Database layer (models, ORM)
|
|
| #18357 |
BaseGenericInlineFormSet in Django Admin does not set generic foreign key fields when constructing form
|
new
|
nobody
|
Bug
|
contrib.contenttypes
|
|
| #18427 |
limit_choices_to won't limit correctly
|
new
|
nobody
|
Bug
|
contrib.admin
|
|
| #18543 |
Non image file can be saved to ImageField
|
new
|
|
Bug
|
Database layer (models, ORM)
|
|