#11809 |
Unable to test a non-db dependent django app without db configuration
|
nobody
|
|
Testing framework
|
1.1
|
|
#11824 |
{% with %} tag to support tuples
|
nobody
|
|
Template system
|
1.1
|
|
#11832 |
include tag with optional block argument (selective include feature)
|
nobody
|
|
Template system
|
1.1
|
|
#11838 |
Make syncdb understand "initialdata" directory
|
Brandon Konkle
|
New feature
|
Core (Serialization)
|
master
|
|
#11850 |
Intermediate model order not applied to related model
|
sebastian.hillig
|
New feature
|
Database layer (models, ORM)
|
1.1
|
|
#11870 |
Moderation doesn't work with comments extended from BaseCommentAbstractModel
|
nobody
|
Bug
|
contrib.comments
|
master
|
|
#11876 |
Allow the user to logout a logged in session from another computer.
|
nobody
|
|
contrib.auth
|
master
|
|
#11878 |
Allow using a settings.py setting instead of runserver's "--adminmedia" settings
|
nobody
|
|
Uncategorized
|
1.1
|
|
#11879 |
user.profile instead of user.get_profile()
|
nobody
|
|
Contrib apps
|
1.1
|
|
#11896 |
Slovak locale translation update (1.0.X branch)
|
nobody
|
|
Translations
|
1.0
|
|
#11898 |
oracle quote_name bug
|
nobody
|
|
Database layer (models, ORM)
|
1.1
|
|
#11909 |
Django 'eating up' method errors in templates
|
nobody
|
Uncategorized
|
Template system
|
1.1
|
|
#11910 |
More flexible urlize template filter (passing a function that will execute for each url)
|
nobody
|
|
Template system
|
1.1
|
|
#11913 |
Storing dictionaries and ordered lists in database
|
nobody
|
|
Database layer (models, ORM)
|
1.1
|
|
#11914 |
Changes to documentation/models/many_to_many: Multiple membership
|
nobody
|
|
Documentation
|
1.1
|
|
#11942 |
testing from a checkout is overly complicated
|
nobody
|
|
Testing framework
|
master
|
|
#11963 |
Provide global configuration variable for default SRID
|
nobody
|
|
GIS
|
1.1
|
|
#11965 |
A ModelAdmin method returning bool is not formatted with an image
|
nobody
|
|
contrib.admin
|
master
|
|
#11981 |
Add custom Q-object (add_to_query) support to QuerySet.filter() and QuerySet.exclude()
|
nobody
|
New feature
|
Database layer (models, ORM)
|
master
|
|
#11982 |
Integrate Reversion as a Django contrib app
|
nobody
|
|
Contrib apps
|
1.1
|
|
#11984 |
Problem with date_hierarchy in Django 1.1 - Truncated incorrect datetime value: '0000-01-01 00:00:00'
|
sorin
|
Bug
|
contrib.admin
|
1.1
|
|
#11991 |
Inconsistent MEDIA_URL values
|
nobody
|
|
Core (Other)
|
master
|
|
#11999 |
Support for Google Maps encoded geometries
|
Robert Coup
|
New feature
|
GIS
|
|
|
#12009 |
Allow name of file in FileField/ImageField to be based on primary key
|
nobody
|
|
File uploads/storage
|
1.1
|
|
#12014 |
profile_class() method for User model
|
nobody
|
|
contrib.auth
|
1.1
|
|
#12018 |
Use "RequestContext" instead of "Context" for comments moderation email
|
nobody
|
New feature
|
contrib.comments
|
master
|
|
#12026 |
widthratio rounding option/filter
|
nobody
|
|
Template system
|
1.1
|
|
#12033 |
ModelAdmin.search_fields throws exception when using @ for non mysql database
|
nobody
|
New feature
|
contrib.admin
|
1.1
|
|
#12034 |
Deleting an model instance doesn't call the delete() method of related instances (even though they are removed).
|
nobody
|
|
Database layer (models, ORM)
|
1.1
|
|
#12053 |
Support url resolver returning RegexURLPattern instances
|
nobody
|
|
Core (Other)
|
1.1
|
|
#12054 |
Comments: Data truncated for column 'ip_address' when using IPv6
|
nobody
|
|
contrib.comments
|
1.1
|
|
#12063 |
Ensure SITE_CACHE uses integers as key values
|
nobody
|
|
Contrib apps
|
1.1
|
|
#12071 |
Numeric literals like "2." are incorrectly treated as Variables
|
nobody
|
|
Template system
|
1.1
|
|
#12076 |
Admin template view using change_list.html doesn't provide "request" variable
|
nobody
|
|
Uncategorized
|
master
|
|
#12087 |
Django "TransactionTestCase" isn't
|
nobody
|
|
Testing framework
|
1.1
|
|
#12107 |
Add a Meta.serialize option to models
|
nobody
|
|
Core (Serialization)
|
1.1
|
|
#12116 |
needs_context for template filters
|
Alexander Schepanovski
|
New feature
|
Template system
|
master
|
|
#12122 |
don't create test database on ./manage.py test
|
nobody
|
|
Testing framework
|
1.1
|
|
#12141 |
Add glob support to tests/runtests.py
|
Eric Holscher
|
New feature
|
Testing framework
|
1.1
|
|
#12144 |
Django throwing ProgrammingError instead of IntegrityError for Duplicate Key with Postgres
|
nobody
|
|
Uncategorized
|
1.1
|
|
#12156 |
The csrf_token should be able to use a custom template
|
Eric Holscher
|
|
Contrib apps
|
master
|
|
#12167 |
related objects should not trigger db query on reverese related lookup
|
nobody
|
|
Uncategorized
|
1.1
|
|
#12170 |
Use ellipsis instead of three periods in truncatewords
|
nobody
|
|
Template system
|
1.1
|
|
#12184 |
Post/Pre-Save signal on queryset update
|
nobody
|
|
Database layer (models, ORM)
|
1.1
|
|
#12188 |
Nullable numeric and date fields cause ValueError and ValidationError respectively in databrowse
|
nobody
|
Bug
|
contrib.databrowse
|
1.1
|
|
#12210 |
sqlite backend: REFERENCES clause not created with quoted ForeignKey field
|
nobody
|
|
Database layer (models, ORM)
|
1.1
|
|
#12249 |
csrf_token not clear in User Authentication docs
|
Gabriel Hurley
|
|
Documentation
|
1.1
|
|
#12250 |
process_view middleware prevents process_exception handling
|
Michael Manfre
|
Bug
|
Core (Other)
|
master
|
|
#12276 |
Adding a UnixDateTimeField to Models
|
nobody
|
|
Database layer (models, ORM)
|
|
|
#12277 |
Admin action example should use verbose_name in message_bit
|
nobody
|
|
Documentation
|
master
|
|
#12279 |
prepare_database_save in add_update_fields makes some custom fields be impossible.
|
nobody
|
Uncategorized
|
Database layer (models, ORM)
|
1.1
|
|
#12287 |
Application name must be unique in a project - silent sideeffect when it's not
|
nobody
|
|
Uncategorized
|
master
|
|
#12290 |
Give an example for a default ordering of built-in Django middleware
|
nobody
|
|
Documentation
|
1.1
|
|
#12291 |
Order of app_store items should mirror INSTALLED_APPS
|
nobody
|
|
Database layer (models, ORM)
|
1.0
|
|
#12292 |
render_to_response method on AdminSite and ModelAdmin
|
nobody
|
|
contrib.admin
|
master
|
|
#12293 |
mysql backend raises Warning exceptions for ignorable info notices
|
nobody
|
|
Database layer (models, ORM)
|
master
|
|
#12306 |
Checkbox (label, field) ordering
|
nobody
|
New feature
|
Forms
|
1.1
|
|
#12322 |
Improve FastCGI documentation
|
nobody
|
Cleanup/optimization
|
Documentation
|
1.1
|
|
#12327 |
Internationalization documentation specifies common middleware after session middleware
|
nobody
|
|
Documentation
|
1.1
|
|
#12329 |
"template" view decorator, allows to completely isolate views from templates
|
nobody
|
|
Uncategorized
|
1.1
|
|
#12372 |
passing ip to django.contrib.auth.views.password_reset email template
|
nobody
|
|
contrib.auth
|
master
|
|
#12373 |
Add keepdb option to test command
|
nobody
|
|
Testing framework
|
1.0
|
|
#12377 |
Make the makemessages command more open
|
nobody
|
|
Internationalization
|
|
|
#12391 |
Not used import in django.db
|
nobody
|
|
Database layer (models, ORM)
|
master
|
|
#12392 |
Create_object generic view does not provide a way to pre-populate a form with dynamic data
|
nobody
|
|
Generic views
|
master
|
|
#12424 |
Trac fix for the viewing [11952]
|
nobody
|
|
Uncategorized
|
1.1
|
|
#12432 |
After setting encoding in view, request.REQUEST is not deleted
|
nobody
|
Bug
|
HTTP handling
|
master
|
|
#12439 |
geos and gdal libraries need to be prefixed by 'cyg' under cygwin
|
nobody
|
|
GIS
|
1.1
|
|
#12442 |
PasswordResetForm ignores TEMPLATE_CONTEXT_PROCESSORS
|
nobody
|
|
Contrib apps
|
1.1
|
|
#12446 |
multipart/mixed in multipart/form-data
|
|
New feature
|
File uploads/storage
|
1.1
|
|
#12463 |
user_passes_test should transfer view_func parameters to test_func
|
nobody
|
|
Uncategorized
|
1.1
|
|
#12483 |
Error message when Model.__unicode__() returns None
|
nobody
|
New feature
|
Core (Other)
|
1.1
|
|
#12484 |
Document that cmemcache is definetly not thread safe
|
nobody
|
|
Documentation
|
1.1
|
|
#12486 |
Accessing dict values via a value of a variable as key
|
nobody
|
|
Template system
|
1.1
|
|
#12487 |
authenticated user alwayse fetch from database for each request
|
nobody
|
|
contrib.auth
|
1.1
|
|
#12488 |
Add EmailInput and URLInput widgets
|
nobody
|
|
Forms
|
master
|
|
#12499 |
Allow a model's Meta to specify a single multi-db alias
|
nobody
|
|
Database layer (models, ORM)
|
|
|
#12500 |
Support for MySQL Connector/Python
|
nobody
|
New feature
|
Database layer (models, ORM)
|
1.1
|
|
#12530 |
Code in test classes can get access to live database
|
nobody
|
|
Testing framework
|
1.1
|
|
#12547 |
Broken links on web site release notes
|
nobody
|
|
*.djangoproject.com
|
1.2-alpha
|
|
#12572 |
syncdb support for list of apps as command argument
|
nobody
|
|
Core (Other)
|
1.1
|
|
#12573 |
Eye-killing web screens
|
nobody
|
|
Documentation
|
1.1
|
|
#12592 |
language code for brazilian portuguese should be case insensitive.
|
nobody
|
|
Internationalization
|
master
|
|
#12611 |
Incorrect quoting in QuerySet.query.__str__()
|
nobody
|
|
Database layer (models, ORM)
|
master
|
|
#12616 |
dev server should not override directory listing of static media
|
nobody
|
|
Core (Other)
|
1.1
|
|
#12617 |
add support for Apache Cassandra
|
nobody
|
|
Database layer (models, ORM)
|
1.2-alpha
|
|
#12635 |
Process HTTP PUT into request.FILES and request.PUT as done for POST
|
nobody
|
New feature
|
HTTP handling
|
master
|
|
#12645 |
UnicodeEncodeError when validating forms with non-ascii field names
|
unbracketed
|
|
Forms
|
1.1
|
|
#12652 |
create_update should support extra data to be intial and bind on form
|
nobody
|
|
Generic views
|
1.1
|
|
#12653 |
add Meta option when working with multiple databases
|
nobody
|
|
Database layer (models, ORM)
|
1.2-alpha
|
|
#12661 |
Support setting a "default" database
|
nobody
|
|
Database layer (models, ORM)
|
1.1
|
|
#12662 |
Enforce Hostname Middleware
|
nobody
|
|
Uncategorized
|
1.1
|
|
#12680 |
Floating submitbuttons
|
nobody
|
New feature
|
contrib.admin
|
master
|
|
#12682 |
testcase not loading fixtures, no error message shown
|
nobody
|
|
Testing framework
|
1.2
|
|
#12737 |
Thread local settings
|
nobody
|
Uncategorized
|
Uncategorized
|
master
|
|
#12738 |
CSRF token name should be a configurable setting
|
nobody
|
Uncategorized
|
Uncategorized
|
|
|
#12742 |
File upload handler in Comments framework
|
nobody
|
New feature
|
contrib.comments
|
master
|
|
#12755 |
Proposal: Add a method to ModelAdmin to return the form instance
|
nobody
|
|
contrib.admin
|
1.2-alpha
|
|
#12785 |
Docs do not 'warn' against the use of auto_now and auto_now_add
|
nobody
|
|
Documentation
|
1.1
|
|
#12796 |
Change in django.db.models.options.get_verbose_name
|
nobody
|
|
contrib.admin
|
1.1
|
|