#897 |
Bi-Directional ManyToMany in Admin
|
new
|
nobody
|
New feature
|
contrib.admin
|
low
|
#1028 |
High-level feed framework should make more feed elements available
|
assigned
|
Ahmet Deger
|
New feature
|
contrib.syndication
|
normal
|
#2259 |
Primary keys should be readonly by default in admin
|
new
|
|
Bug
|
contrib.admin
|
normal
|
#2361 |
QuerySet.filter(m2mfield__isnull=False) may return duplicates
|
assigned
|
Norbert Stüken
|
Bug
|
Database layer (models, ORM)
|
normal
|
#3461 |
DatabaseWrapper should pass through args and kwargs to underlying database adapter
|
assigned
|
Asif Saifuddin Auvi
|
Bug
|
Database layer (models, ORM)
|
|
#3569 |
extend Atom feed support for other fields
|
new
|
nobody
|
New feature
|
contrib.syndication
|
|
#4140 |
oracle: manage.py syncdb fails with ORA-06552 when a fieldname is a keyword
|
new
|
|
Bug
|
Database layer (models, ORM)
|
|
#4147 |
Add some i18n hooks to DateFormat
|
new
|
Marc Garcia
|
New feature
|
Internationalization
|
|
#5349 |
Shouldn't the item_enclosure_url automatically prefixed with the current site?
|
new
|
nobody
|
Cleanup/optimization
|
contrib.syndication
|
|
#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)
|
|
#5797 |
decorator_from_middleware can cause middleware hooks to run out of correct order.
|
new
|
|
Bug
|
HTTP handling
|
|
#5815 |
Adds per-view cache refreshing (clearing)
|
assigned
|
Ahter Sönmez
|
New feature
|
Core (Cache system)
|
|
#5865 |
cycle template tag should accept a single argument
|
assigned
|
Giannis Terzopoulos
|
New feature
|
Template system
|
|
#6148 |
Add generic support for database schemas
|
new
|
|
New feature
|
Database layer (models, ORM)
|
|
#6343 |
% symbols not escaped in db_column column names when preparing queries
|
new
|
nobody
|
Bug
|
Database layer (models, ORM)
|
|
#6363 |
Login page is redisplayed without any message if AdminSite.has_permission() returns False
|
assigned
|
Ahtisham Shafi
|
Bug
|
contrib.admin
|
|
#6376 |
Allow using custom gettext domains
|
assigned
|
Rui Pereira
|
New feature
|
Internationalization
|
|
#6396 |
Remove customization-unfriendly admin template tags
|
new
|
nobody
|
Cleanup/optimization
|
contrib.admin
|
|
#6489 |
Add selected and enabled_from for JS calendar
|
new
|
nobody
|
New feature
|
contrib.admin
|
|
#6870 |
pre_delete should be sent before collecting ForeignKey relationships
|
new
|
nobody
|
Bug
|
Database layer (models, ORM)
|
|
#6989 |
Inability to define DNS_NAME in django.core.mail results in e-mail messages being rejected or marked as spam
|
assigned
|
Jacob Rief
|
Bug
|
Core (Mail)
|
|
#7018 |
Make ModelForm multiple inheritance possible
|
new
|
nobody
|
New feature
|
Forms
|
|
#7556 |
inspectdb fails in MySql if a table references a table outside the current schema
|
new
|
|
Bug
|
Core (Management commands)
|
|
#7623 |
Multi-table inheritance: Add the ability create child instance from existing parent
|
new
|
|
New feature
|
Database layer (models, ORM)
|
|
#7835 |
Provide the ability for model definitions that are only availably during testing
|
assigned
|
Josh Thomas
|
New feature
|
Testing framework
|
|
#8122 |
Better way of testing for cookies
|
new
|
nobody
|
Cleanup/optimization
|
contrib.sessions
|
|
#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 new meta option: don't do count(*) in admin
|
assigned
|
rylaix
|
New feature
|
contrib.admin
|
|
#8472 |
Add "Recent Actions" panel to app_index template
|
assigned
|
Dario Ocles
|
New feature
|
contrib.admin
|
|
#8851 |
Add a default option to list_filter in the admin interface
|
assigned
|
Andrew Aikman
|
New feature
|
contrib.admin
|
|
#9025 |
Nested Inline Support in Admin
|
new
|
|
New feature
|
contrib.admin
|
|
#9107 |
URL arguments to set values of fields in admin don't work for inlines
|
new
|
|
New feature
|
contrib.admin
|
|
#9173 |
Conditional content of template blocks
|
new
|
nobody
|
New feature
|
Template system
|
|
#9388 |
Made month and year selectable in admin calender widget.
|
new
|
ahmadkhalili
|
New feature
|
contrib.admin
|
|
#9976 |
Generic Foreign Keys should have a nice widget(ala raw_id)
|
new
|
|
New feature
|
contrib.admin
|
|
#10060 |
Multiple table annotation failure
|
new
|
|
Bug
|
Database layer (models, ORM)
|
|
#10088 |
for_share() as well as for_update() addition to Model.QuerySet
|
assigned
|
Nick Pope
|
New feature
|
Database layer (models, ORM)
|
|
#10191 |
Fix / Add support for radiobuttons after adding item with popup in Django Admin
|
new
|
bodiddlie
|
New feature
|
contrib.admin
|
|
#10227 |
Support a related_default on OneToOne fields
|
new
|
nobody
|
New feature
|
Database layer (models, ORM)
|
|
#10305 |
Add a form instantiation hook for contrib.admin add/change views
|
new
|
nobody
|
New feature
|
contrib.admin
|
|
#10403 |
provide declarative syntax to define FormSets - including ModelFormSet and InlineFormSet
|
assigned
|
Mitchina
|
New feature
|
Forms
|
|
#10554 |
Response.set_cookie should allow setting two cookies of the same name.
|
new
|
nobody
|
New feature
|
HTTP handling
|
|
#10686 |
Add class name interpolation in Meta.permissions codenames
|
assigned
|
[email protected]
|
New feature
|
Database layer (models, ORM)
|
|
#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
|
|
#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
|
nobody
|
New feature
|
contrib.admin
|
|
#10961 |
Allow users to override forward and reverse relationships on proxy models with !ForeignKey fields.
|
new
|
nobody
|
New feature
|
Database layer (models, ORM)
|
|
#10964 |
Admin for group doesn't allow to easily add users to the group
|
new
|
nobody
|
New feature
|
Forms
|
|
#11294 |
Django administration Model list always shows Decimal with decimal places
|
new
|
nobody
|
Bug
|
contrib.admin
|
|
#11383 |
Admin action 'Delete selected' check only global model delete permission
|
new
|
|
Bug
|
contrib.admin
|
|
#11505 |
Django's TestCase should reset the cache
|
new
|
nobody
|
New feature
|
Testing framework
|
|
#11506 |
session.flush should not delete the old session
|
new
|
nobody
|
Bug
|
contrib.sessions
|
|
#11580 |
Unable to query TextField against oracle nclob 10Gr4
|
new
|
|
Bug
|
Database layer (models, ORM)
|
|
#11593 |
Incomplete support for app-level testing
|
assigned
|
Raphael Kimmig
|
New feature
|
Testing framework
|
|
#11651 |
Allow list_editable form fields to be customized separately from changeform fields.
|
new
|
nobody
|
New feature
|
contrib.admin
|
|
#12089 |
test client fails to collect sub-contexts
|
new
|
nobody
|
Bug
|
Testing framework
|
|
#12090 |
Show admin actions on the edit pages too
|
assigned
|
Marcelo Galigniana
|
New feature
|
contrib.admin
|
|
#12096 |
Model fields are not accessible as attributes of the model class
|
new
|
|
New feature
|
Database layer (models, ORM)
|
|
#12203 |
ManyToManyField with through model can't be used in admin
|
assigned
|
Rosana Rufer
|
Bug
|
contrib.admin
|
|
#12246 |
contrib.admin's JavaScript functions should be namespaced
|
new
|
nobody
|
Cleanup/optimization
|
contrib.admin
|
|
#12416 |
Improve KML Serialization
|
new
|
|
New feature
|
GIS
|
|
#12529 |
manage.py syncdb doesn't check tables by using mangled names with Oracle backend
|
new
|
nobody
|
Bug
|
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
|
|
#13145 |
Allow the prefix used for empty_form on FormSets to be customized
|
new
|
nobody
|
New feature
|
Forms
|
|
#13240 |
Modify RelatedManager and ManyRelatedManager add() and remove() to accept QuerySets and iterables
|
new
|
|
New feature
|
Database layer (models, ORM)
|
|
#13291 |
Allow `color_style()` and `parse_color_setting()` to be used with custom colour palettes.
|
new
|
nobody
|
New feature
|
Core (Management commands)
|
|
#13313 |
Custom Default Manager with extra __init__ arguments fails if model is used in a ManyToManyField
|
new
|
nobody
|
Bug
|
Database layer (models, ORM)
|
|
#13528 |
db_table truncation is applied based on the properties of the default database
|
new
|
|
Bug
|
Database layer (models, ORM)
|
|
#13559 |
Need a contextprocessor for current site
|
assigned
|
Farhan Ali Raza
|
New feature
|
contrib.sites
|
|
#13659 |
Make the request accessible in callables used in ModelAdmin.list_display
|
assigned
|
Paulo
|
New feature
|
contrib.admin
|
|
#13664 |
Enable admin permission checks from outside the ModelAdmin
|
new
|
nobody
|
New feature
|
contrib.admin
|
|
#13677 |
ModelFormSet may query wrong database backend
|
assigned
|
Tobias Kunze
|
Bug
|
Forms
|
|
#13680 |
loaddata should issue a warning when attempting to load data using an unknown serialization format even when it is unspecified
|
new
|
nobody
|
Cleanup/optimization
|
Core (Serialization)
|
|
#13757 |
Signal inconsistency between auto_created and manually defined intermediate models for m2m fields
|
new
|
nobody
|
Bug
|
Database layer (models, ORM)
|
|
#13841 |
Allow context processors access to current version of context
|
assigned
|
Colin Copeland
|
New feature
|
Template system
|
|
#13871 |
contrib.admin:list_editable - ForeignKey performance is O(m*n)
|
new
|
nobody
|
New feature
|
contrib.admin
|
|
#13878 |
Formset validation refactoring and valid_forms property of fieldsets
|
new
|
nobody
|
New feature
|
Forms
|
|
#13883 |
SelectBox.js with grouping (optgroup elements)
|
assigned
|
Sean Helvey
|
Bug
|
contrib.admin
|
|
#13910 |
Add generator version of Template.render(Context)
|
assigned
|
Petr Glotov
|
New feature
|
Template system
|
|
#13960 |
abstract file upload/download handling
|
new
|
nobody
|
New feature
|
File uploads/storage
|
|
#14035 |
Cannot access POST after request.encoding was set to a custom value
|
assigned
|
Piotr Czachur
|
Bug
|
HTTP handling
|
|
#14039 |
FileField special-casing breaks MultiValueField including a FileField
|
new
|
Carl Meyer
|
Bug
|
Forms
|
|
#14087 |
django.core.management.get_commands only sees commands in the last package of a namespace package
|
new
|
nobody
|
Bug
|
Core (Other)
|
|
#14365 |
Make template-rendering signals available also in DEBUG mode
|
new
|
Carl Meyer
|
New feature
|
Testing framework
|
|
#14645 |
Exclude query with multiple conditions for the same multi-value relation not correct
|
new
|
nobody
|
Bug
|
Database layer (models, ORM)
|
|
#14688 |
BaseInlineFormSet does not support "auto_id"
|
assigned
|
Zeth
|
Bug
|
Forms
|
|
#14705 |
Model Field Order not influenced by MRO of superclasses
|
new
|
nobody
|
New feature
|
Database layer (models, ORM)
|
|
#14844 |
i18n blocktrans tag pluralization feature limited by gettext constraints and shared local tag context
|
new
|
nobody
|
Bug
|
Internationalization
|
|
#14845 |
Document connection-creation process
|
assigned
|
Pradhvan Bisht
|
New feature
|
Documentation
|
|
#14974 |
Add support for translation backends other than gettext
|
new
|
nobody
|
New feature
|
Internationalization
|
|
#15049 |
Using annotation before and after filter gives wrong results
|
assigned
|
Abhinav Yadav
|
Bug
|
Database layer (models, ORM)
|
|
#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
|
|
#15220 |
replace SelectFilter2.js with a jQuery plugin
|
new
|
|
Cleanup/optimization
|
contrib.admin
|
|
#15231 |
Admin DateTimeShortcuts + Inlines performance
|
new
|
nobody
|
Cleanup/optimization
|
contrib.admin
|
|
#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)
|
|