#897 |
Bi-Directional ManyToMany in Admin
|
New feature
|
contrib.admin
|
dev
|
Normal
|
low
|
#2901 |
Enable admin log display to be restricted to a specific site
|
New feature
|
contrib.admin
|
newforms-admin
|
Normal
|
normal
|
#3569 |
extend Atom feed support for other fields
|
New feature
|
contrib.syndication
|
dev
|
Normal
|
|
#4848 |
Allow inline fields to be "mixed in" with the models' own fields
|
New feature
|
contrib.admin
|
newforms-admin
|
Normal
|
|
#5349 |
Shouldn't the item_enclosure_url automatically prefixed with the current site?
|
Cleanup/optimization
|
contrib.syndication
|
dev
|
Normal
|
|
#5372 |
Cache inline ForeignKey options
|
Cleanup/optimization
|
contrib.admin
|
newforms-admin
|
Normal
|
|
#5745 |
MySQL Collations/Charsets and Engines
|
New feature
|
Database layer (models, ORM)
|
dev
|
Normal
|
|
#6343 |
% symbols not escaped in db_column column names when preparing queries
|
Bug
|
Database layer (models, ORM)
|
dev
|
Normal
|
|
#6396 |
Remove customization-unfriendly admin template tags
|
Cleanup/optimization
|
contrib.admin
|
dev
|
Normal
|
|
#6489 |
Add selected and enabled_from for JS calendar
|
New feature
|
contrib.admin
|
dev
|
Normal
|
|
#6870 |
pre_delete should be sent before collecting ForeignKey relationships
|
Bug
|
Database layer (models, ORM)
|
dev
|
Normal
|
|
#7018 |
Make ModelForm multiple inheritance possible
|
New feature
|
Forms
|
dev
|
Normal
|
|
#8122 |
Better way of testing for cookies
|
Cleanup/optimization
|
contrib.sessions
|
dev
|
Normal
|
|
#8165 |
When using can_order=True on formset, ordered_forms is not avaible when formset.is_valid() is false
|
New feature
|
Forms
|
dev
|
Normal
|
|
#9093 |
Extend inclusion tag syntax to allow custom templates
|
New feature
|
Template system
|
1.0
|
Normal
|
|
#9173 |
Conditional content of template blocks
|
New feature
|
Template system
|
dev
|
Normal
|
|
#9357 |
Unable to subclass form Media class
|
New feature
|
Forms
|
1.0
|
Normal
|
|
#9363 |
Add a traceback to each query in CursorDebugWrapper
|
New feature
|
Database layer (models, ORM)
|
1.0
|
Normal
|
|
#9631 |
FieldFile assumes efficient Storage.size
|
Cleanup/optimization
|
File uploads/storage
|
1.11
|
Normal
|
|
#9682 |
icontains can be case-sensitive on MySQL
|
Bug
|
Database layer (models, ORM)
|
1.0
|
Normal
|
|
#9757 |
Make IfNode a baseclass for other if nodes to subclass
|
Cleanup/optimization
|
Template system
|
1.0
|
Normal
|
|
#10227 |
Support a related_default on OneToOne fields
|
New feature
|
Database layer (models, ORM)
|
dev
|
Normal
|
|
#10305 |
Add a form instantiation hook for contrib.admin add/change views
|
New feature
|
contrib.admin
|
dev
|
Normal
|
|
#10449 |
HTML accents not escaped out when using forms
|
Bug
|
Internationalization
|
1.0
|
Normal
|
|
#10554 |
Response.set_cookie should allow setting two cookies of the same name.
|
New feature
|
HTTP handling
|
dev
|
Normal
|
|
#10850 |
Impossible to stop a large file upload mid-stream
|
Bug
|
File uploads/storage
|
dev
|
Normal
|
|
#10874 |
ModelFormMetaclass does not provide easy way of extending
|
New feature
|
Forms
|
1.0
|
Normal
|
|
#10919 |
Add an option to disable display of related items on admin's delete confirmation page (to prevent large memory usage on complex objects)
|
New feature
|
contrib.admin
|
dev
|
Normal
|
|
#10961 |
Allow users to override forward and reverse relationships on proxy models with !ForeignKey fields.
|
New feature
|
Database layer (models, ORM)
|
dev
|
Normal
|
|
#10964 |
Admin for group doesn't allow to easily add users to the group
|
New feature
|
Forms
|
dev
|
Normal
|
|
#11265 |
ForeignKey/OneToOneField should support user-defined id attribute name
|
New feature
|
Database layer (models, ORM)
|
|
Normal
|
|
#11294 |
Django administration Model list always shows Decimal with decimal places
|
Bug
|
contrib.admin
|
dev
|
Normal
|
|
#11479 |
cache_page and last_modified decorators can't be used together
|
Bug
|
Core (Cache system)
|
1.0
|
Normal
|
|
#11505 |
Django's TestCase should reset the cache
|
New feature
|
Testing framework
|
dev
|
Normal
|
|
#11506 |
session.flush should not delete the old session
|
Bug
|
contrib.sessions
|
dev
|
Normal
|
|
#11561 |
raw_id_fields requires that the user has change permissions on the model class that is being linked to
|
Bug
|
contrib.admin
|
1.0
|
Normal
|
|
#11651 |
Allow list_editable form fields to be customized separately from changeform fields.
|
New feature
|
contrib.admin
|
dev
|
Normal
|
|
#11688 |
verbose_name should allow dynamical translation based on a number
|
New feature
|
Internationalization
|
1.1
|
Normal
|
|
#11760 |
Placeholder for through value in ManyToManyField of abstract class
|
New feature
|
Database layer (models, ORM)
|
1.1
|
Normal
|
|
#12007 |
djangoadmin loaddata gives odd error if it runs out of memory
|
Cleanup/optimization
|
Core (Serialization)
|
1.1
|
Normal
|
|
#12044 |
Add extra_context to admin action delete_selected
|
New feature
|
contrib.admin
|
1.1
|
Normal
|
|
#12089 |
test client fails to collect sub-contexts
|
Bug
|
Testing framework
|
dev
|
Normal
|
|
#12134 |
contrib.admin.RelatedFieldWidgetWrapper.__deepcopy__() should copy() the widget attrs
|
Bug
|
contrib.admin
|
1.1
|
Normal
|
|
#12157 |
FileSystemStorage does file I/O inefficiently, despite providing options to permit larger blocksizes
|
Cleanup/optimization
|
File uploads/storage
|
1.1
|
Normal
|
|
#12221 |
Allow custom management commands to define bash completion arguments
|
New feature
|
Core (Management commands)
|
1.1
|
Normal
|
|
#12238 |
ModelAdmin ignores dynamic fields of ModelForm
|
Bug
|
contrib.admin
|
1.1
|
Normal
|
|
#12246 |
contrib.admin's JavaScript functions should be namespaced
|
Cleanup/optimization
|
contrib.admin
|
dev
|
Normal
|
|
#12382 |
Deleting an inline can delete the whole inlined model instance recursively
|
Bug
|
contrib.admin
|
1.1
|
Normal
|
|
#12529 |
manage.py syncdb doesn't check tables by using mangled names with Oracle backend
|
Bug
|
Database layer (models, ORM)
|
dev
|
Normal
|
|
#12651 |
AutoSlugField, that can recreate unique slugs during saving.
|
New feature
|
Database layer (models, ORM)
|
|
Normal
|
|
#12697 |
Prevent deletion of some rows in a formset
|
New feature
|
Forms
|
1.1
|
Normal
|
|
#12733 |
Added support for Extent aggregate on mysql databases
|
New feature
|
GIS
|
1.1
|
Normal
|
|
#12938 |
not possible to validate a many-to-many at the model
|
New feature
|
Database layer (models, ORM)
|
1.1
|
Normal
|
|
#13033 |
MySQL full text search in admin
|
New feature
|
contrib.admin
|
dev
|
Normal
|
|
#13091 |
admin list_editable with unique_together raises Integrity Error
|
Bug
|
Forms
|
dev
|
Normal
|
|
#13127 |
Template tag "perms" doesn't support object level permission checking
|
New feature
|
contrib.auth
|
1.2-beta
|
Normal
|
|
#13145 |
Allow the prefix used for empty_form on FormSets to be customized
|
New feature
|
Forms
|
dev
|
Normal
|
|
#13291 |
Allow `color_style()` and `parse_color_setting()` to be used with custom colour palettes.
|
New feature
|
Core (Management commands)
|
dev
|
Normal
|
|
#13313 |
Custom Default Manager with extra __init__ arguments fails if model is used in a ManyToManyField
|
Bug
|
Database layer (models, ORM)
|
dev
|
Normal
|
|
#13327 |
FileField/ImageField accessor methods throw unnecessary exceptions when they are blank or null.
|
Cleanup/optimization
|
Database layer (models, ORM)
|
1.1
|
Normal
|
|
#13339 |
Date(Time)Field.to_python() fails to parse localized month names
|
Bug
|
Forms
|
1.1
|
Normal
|
|
#13369 |
Should be easier to add a MultipleChoice for reverse relationships on ModelAdmins
|
New feature
|
contrib.admin
|
1.2
|
Normal
|
|
#13664 |
Enable admin permission checks from outside the ModelAdmin
|
New feature
|
contrib.admin
|
dev
|
Normal
|
|
#13680 |
loaddata should issue a warning when attempting to load data using an unknown serialization format even when it is unspecified
|
Cleanup/optimization
|
Core (Serialization)
|
dev
|
Normal
|
|
#13757 |
Signal inconsistency between auto_created and manually defined intermediate models for m2m fields
|
Bug
|
Database layer (models, ORM)
|
dev
|
Normal
|
|
#13871 |
contrib.admin:list_editable - ForeignKey performance is O(m*n)
|
New feature
|
contrib.admin
|
dev
|
Normal
|
|
#13878 |
Formset validation refactoring and valid_forms property of fieldsets
|
New feature
|
Forms
|
dev
|
Normal
|
|
#13917 |
Multiple popup window feature of related objects popup through id_to_windowname
|
New feature
|
contrib.admin
|
1.2
|
Normal
|
|
#13960 |
abstract file upload/download handling
|
New feature
|
File uploads/storage
|
dev
|
Normal
|
|
#14063 |
Validating form file fields is hard
|
New feature
|
File uploads/storage
|
1.2
|
Normal
|
|
#14087 |
django.core.management.get_commands only sees commands in the last package of a namespace package
|
Bug
|
Core (Other)
|
dev
|
Normal
|
|
#14174 |
Support for string interpolation in lazy translation
|
New feature
|
Internationalization
|
1.2
|
Normal
|
|
#14287 |
TEST_MIRROR is not respected in routers
|
Bug
|
Database layer (models, ORM)
|
1.2
|
Normal
|
|
#14645 |
Exclude query with multiple conditions for the same multi-value relation not correct
|
Bug
|
Database layer (models, ORM)
|
dev
|
Normal
|
|
#14705 |
Model Field Order not influenced by MRO of superclasses
|
New feature
|
Database layer (models, ORM)
|
dev
|
Normal
|
|
#14760 |
Admin inlines with file/image field fails to save_as
|
Bug
|
contrib.admin
|
1.2
|
Normal
|
|
#14832 |
Impossible to create inline objects if form validates but is unchanged
|
Bug
|
contrib.admin
|
1.4
|
Normal
|
|
#14844 |
i18n blocktrans tag pluralization feature limited by gettext constraints and shared local tag context
|
Bug
|
Internationalization
|
dev
|
Normal
|
|
#14904 |
TextField with unique (or in unique_together) constraint breaks for large inputs in Postgres
|
Bug
|
Database layer (models, ORM)
|
1.2
|
Normal
|
|
#14974 |
Add support for translation backends other than gettext
|
New feature
|
Internationalization
|
dev
|
Normal
|
|
#15015 |
Mixing read-only with ability to add new instances using a FormSet
|
New feature
|
Forms
|
1.2
|
Normal
|
|
(more results for this group on next page)
|