anonymous

(anonymous)

Most Active Role

Reporter

Most Active Component

Contrib.Admin

Activity Timeline

[No data in this time period]

Components

Tickets

Trac Ticket (1860) Reporter (1377) Owner (124) Commenter (1313) Summary Component
897 897 4 Bi-Directional ManyToMany in Admin contrib.admin
373 373 15 Add support for multi-column primary keys. Database layer (models, ORM)
470 470 1 Add Field.db_default for defining database defaults Database layer (models, ORM)
16055 16055 Filtering over generic relations with TextField/CharField object_id breaks in postgres contrib.contenttypes
17659 17659 1 django_admin_log searches are slow contrib.admin
14974 14974 1 Add support for translation backends other than gettext Internationalization
14831 14831 1 Django Template Style Guide Documentation
14810 14810 2 Admin inline templates need blocks contrib.admin
14761 14761 1 URL resolving / reversing design doesn't allow alternate specs Core (URLs)
34823 34823 assertTemplateUsed() context manager crashes for templates without names. Testing framework
17906 17906 'firstof' and 'cycle' should autoescape Template system
14832 14832 1 Impossible to create inline objects if form validates but is unchanged contrib.admin
34323 34323 Django form request is always response with "GET" instead of "POST" even when I use <form action="" method="post"> Forms
891 891 2 customize table name prefixes Database layer (models, ORM)
19726 19726 1 Ordering on booleans works different with SQLite and Postgres Database layer (models, ORM)
34032 34032 Base authentication Backend should raise NotImplemented on needed methods contrib.auth
14411 14411 1 Inline delete not prompting cascade delete warning contrib.admin
13117 13117 Recenter OSMGeoAdmin widget with coordinates GIS
12238 12238 3 ModelAdmin ignores dynamic fields of ModelForm contrib.admin
2137 2137 Add drag and drop ordering for inlines to set order_with_respect_to in admin interface contrib.admin
6135 6135 1 Introduce a short-cut for template filters that has needs_autoescape = True Template system
14586 14586 1 Make interpolate JS function not require the named parameter. Internationalization
13926 13926 2 GeometryCollections are not visible in OSMGeoAdmin GIS
20205 20205 4 PositiveIntegerfield does not handle empty values well Database layer (models, ORM)
14844 14844 1 i18n blocktrans tag pluralization feature limited by gettext constraints and shared local tag context Internationalization
19 19 4 Automatically generate JavaScript form validation Validators
56 56 3 Primary key columns should be UNSIGNED Database layer (models, ORM)
18096 18096 2 Overiding delete permissions in the Admin contrib.admin
22276 22276 2 BaseFormSet.is_valid() produces ValidationError when there is no management form Forms
14645 14645 2 Exclude query with multiple conditions for the same multi-value relation not correct Database layer (models, ORM)
14660 14660 1 Using a CheckboxSelectMultiple widget on a M to M field in Admin causes 'SelectBox is not defined' JS error in RelatedObjectLookups.js contrib.admin
9433 9433 6 File locking broken on AFP mounts File uploads/storage
14317 14317 1 numberformat.format produces wrong results Internationalization
21528 21528 improve Django Doc with an example for formfield_for_foreignkey accessing parent ID Documentation
27686 27686 calls to request.user.is_authenticated returns vary by cookie header for all users contrib.sessions
5069 5069 newforms cannot initial SelectDateWidget 's value Uncategorized
22089 22089 2 Deleting object with custom primary_key causes the pk to be None Database layer (models, ORM)
17 17 7 Metasystem optimization: Share select_related in memory Database layer (models, ORM)
14129 14129 1 Slovenian translation plural-forms Internationalization
14808 14808 1 i18n is not safe. Documentation
21379 21379 Add support for Unicode usernames contrib.auth
21703 21703 `exclude` query with `F` object across relationship fails Database layer (models, ORM)
22390 22390 Document restart required after adding statics directory: tutorial part 06 Documentation
820 820 3 Add "view" permission to compliment add/change/delete contrib.admin
14642 14642 1 save_as=True and generic inline in admin gives IndexError contrib.contenttypes
20027 20027 1 manage.py shebang should reflect used python executable Python 3
14370 14370 3 Adding support for Autocomplete in contrib.admin contrib.admin
4740 4740 [gis] Template broken for Polygon-lists GIS
22229 22229 Invalid data can cause InlineFormSet.is_valid to throw ValueError Forms
14606 14606 2 Application module imported twice when running development server Core (Other)
2856 2856 2 Admin's Recent Actions will link to a 404 when an object has been deleted. contrib.admin
14297 14297 1 Accessing settings.FOO in hot spots cause performance problems Core (Other)
18823 18823 6 Clear with a M2M field with a through model Database layer (models, ORM)
27444 27444 Django StaticLiveServerTestCase: view cannot query test-database properly Testing framework
20888 20888 1 Allow defining order of column for indexes Database layer (models, ORM)
14904 14904 1 TextField with unique (or in unique_together) constraint breaks for large inputs in Postgres Database layer (models, ORM)
14284 14284 1 Support for Google Maps version 3 GIS
23155 23155 1 Add request attr to user_login_failed signal contrib.auth
14030 14030 2 Use F() objects in aggregates(), annotates() and values() Database layer (models, ORM)
14891 14891 7 use_for_related_fields=False is not honored by reverse FK or M2M related managers Database layer (models, ORM)
22822 22822 Javascript en_* translations ignored if no en or en_us translations exist Internationalization
20113 20113 Documentation on _ptr and _ptr_id use in multi-table inheritance Documentation
17741 17741 1 QuerySet.query.__str__() does not generate valid MySQL query with dates Database layer (models, ORM)
10532 10532 An overridden get method on a custom manager passed to get_object_or_404 will not be called. Database layer (models, ORM)
16284 16284 djangojs uses en as fallback language rather than projects language code Internationalization
4356 4356 Problem with Template library django.template.loader_tag - SVN Version 5311 Uncategorized
14402 14402 1 help_text is not displayed for ManyToMany raw_id fields contrib.admin
494 494 7 Collapse in admin interface for inline related objects contrib.admin
22955 22955 Admin: reloading clears filter_horizontal entries on Firefox contrib.admin
14286 14286 1 Support for BigAutoField Database layer (models, ORM)
19361 19361 Link to object in message after creating/updating object in django admin contrib.admin
18233 18233 file_move_safe overwrites destination file File uploads/storage
29 29 1 Fix usability issue with limit_choices_to and "Add another" in admin contrib.admin
17015 17015 3 IntegrityError: ORA-01400: cannot insert NULL into (...."AUTH_PERMISSION"."ID") when running syncdb with Oracle Database layer (models, ORM)
17854 17854 5 Add database-specific checks for the maximum supported values of DecimalField max_digits, decimal_places Core (System checks)
14716 14716 1 filter_horizontal and filter_vertical don't work on mobile Safari contrib.admin
20597 20597 Replace admin icons images by inline SVG contrib.admin
2495 2495 5 db.models.TextField cannot be marked unique when using mysql backend Database layer (models, ORM)
14968 14968 1 handle BaseExceptions with middleware, or at least KeyboardInterrupt Core (Other)
19966 19966 Allow for silent or conditional loading of custom template tags Template system
22352 22352 GeoQuerySet methods: support lookups on reversed o2o relationships as field_name GIS
13751 13751 Avoid open redirect issue with whitelist HTTP handling
12437 12437 error_css_class should not override existing classes in html Forms
14601 14601 2 ValuesQuerySet join types not being promoted Database layer (models, ORM)
18889 18889 1 Provide a simple way to retain parent instances after children are deleted Database layer (models, ORM)
19429 19429 Admin inlines readonly fields ignore newlines contrib.admin
14772 14772 1 Reversing a URL with optional arguments fails Core (URLs)
17092 17092 5 Internal Redirects with Apache HTTP handling
17569 17569 i18n_patterns and set_language Uncategorized
17401 17401 SelectDateWidget doesn't display erroneous values Forms
14952 14952 1 New find_commands(management_dir) to support .pyc and .pyo Core (Other)
14087 14087 1 django.core.management.get_commands only sees commands in the last package of a namespace package Core (Other)
14497 14497 2 ModelAdmin.readonly_fields isn't graceful with filefields. contrib.admin
5372 5372 1 Cache inline ForeignKey options contrib.admin
21281 21281 Make override_settings act at class level when used as a TestCase decorator Testing framework
16526 16526 1 Add a tutorial on caching Documentation
14881 14881 1 [nonrel] Do not assume ``User.id`` to be an integer in django.contrib.auth's pasword reset feature contrib.auth
14748 14748 1 Missing documentation for FormPreview methods Documentation
901 901 6 Reload method for models Database layer (models, ORM)
20278 20278 Passing self to object query may cause infinite regression Database layer (models, ORM)
21163 21163 MySQL backend: when settings.DEBUG is True, and the model instance's creation leads to a query that triggers a warning, the transaction stays uncommitted. Database layer (models, ORM)
21740 21740 client.py uses mutable default arguments, which is bad practice Testing framework
23065 23065 1 Migration Error when removing unique constraint Migrations
22840 22840 Use six.integer_types everywhere Python 2
6646 6646 included template blocks are not being overridden by parent template. Template system
21483 21483 [RFE] Add WSGI environ to request_started signal emission Core (Other)
18255 18255 2 Inconsistent data type for BigIntegerField after calling full_clean() Database layer (models, ORM)
21801 21801 SingleObjectMixin get_context_data fails with self.object not initialized Documentation
4991 4991 Emphasize XSS ramifications of help_text not being escaped Documentation
5726 5726 Document that inspectdb doesn't detect default values Documentation
21022 21022 1 Ensure URL naming is always preferred everywhere in the docs Documentation
23111 23111 Vendor inspect.getcallargs for Jython 2.7 support Template system
14930 14930 3 `values_list()` fails on queryset ordered by extra column Database layer (models, ORM)
23239 23239 missleading info concerning contrib.markup Documentation
23138 23138 please add min_length to django.db.models.fields.Field Database layer (models, ORM)
23091 23091 Squashed migrations may try to add existing constraint if there was RunPython between create and alter some-model migrations Migrations
7220 7220 django.contrib.auth.models.AbstractBaseUser.last_login should allow null=True contrib.auth
18743 18743 select_for_update() silently ignored on aggregate queries Database layer (models, ORM)
7074 7074 MySQL error/warning when 'gt' field lookup with a datetime field and fulltext search. Database layer (models, ORM)
23143 23143 Wrong Command Documentation
23119 23119 2 IndexError: list index out of range (empty choices iterable) Uncategorized
23090 23090 Squashed migrations not used always when testing Migrations
23116 23116 Different url for django admin login Uncategorized
23060 23060 UnicodeDecodeError in debug templatetag Template system
22873 22873 1 Rename BaseDatabaseWrapper.use_debug_cursor to force_debug_cursor Database layer (models, ORM)
23096 23096 python manage.py shell Uncategorized
23032 23032 Error with add_to_builtins Uncategorized
23087 23087 Wrong Django version in Tutorial? Documentation
19793 19793 3 global name 'timezone' is not defined Documentation
23080 23080 I can't find a dev community forum Uncategorized
23064 23064 GDAL 1.11 Support for Win GIS
23028 23028 Add unique_together support to inspectdb Core (Management commands)
23044 23044 Missing page *.djangoproject.com
21553 21553 1 InterfaceError in Postgres Database layer (models, ORM)
23038 23038 1 Followed this link from google search Uncategorized
23036 23036 In the tutorial: Why __unicode__() and not __str__()? Documentation
23029 23029 1 :( Uncategorized
14787 14787 1 Upload handler should pass errors on to forms.FileField File uploads/storage
22974 22974 1 howto-custom-management-commands: manage.py is completely changed Documentation
22949 22949 6 django-admin.py startproject required settings Core (Management commands)
22926 22926 order_by parameter in extra method override previous order_by fields Database layer (models, ORM)
22929 22929 1 Wrong translation in french for "Enter a valid email address." in contrib.auth Translations
22917 22917 Typo in AlterIndexTogether.describe method Migrations
22910 22910 1 sqldropindexes yields wrong indexes names when using postgresql_psycopg2 Database layer (models, ORM)
22908 22908 Tutorial Part 05 Documentation
22899 22899 Bad code Documentation
22890 22890 please edit wiki Uncategorized
22883 22883 2 Unhelpful GeoDjango error message when credentials are invalid GIS
22888 22888 Confusing text for url.py location Documentation
22836 22836 Issue on the code in the documentation Documentation
22869 22869 1 broken link Documentation
14932 14932 1 Tests failing with SQLite3 on Linux systems; Sites object causing failures. Uncategorized
22778 22778 1 Specify default value for a Model's RelatedFields related_name. Database layer (models, ORM)
22795 22795 Iterating all object fields in template Database layer (models, ORM)
22829 22829 1 URLValidator doesn't allow underscored in host part Core (Other)
22813 22813 Dead link to Pillow library website Documentation
13903 13903 1 Auto app_label creation fails when model is defined at top-level python modules Database layer (models, ORM)
27 27 3 Single form field for multiple database fields Forms
17916 17916 humanize naturaltime for large delta contrib.humanize
18314 18314 1 request.build_absolute_uri() functions incorrectly when the path starts with // HTTP handling
8348 8348 2 Feature request: -n/--no-act option to syncdb Core (Management commands)
22773 22773 makemessages crashes with empty templatized files Core (Management commands)
22765 22765 South to Migrations detail Migrations
22755 22755 Problem with date fields Database layer (models, ORM)
22751 22751 Reset Migration Migrations
17246 17246 title localization contrib.admin
22733 22733 adminsite change_list save bug Uncategorized
22675 22675 Allow makemigrations --dry-run to output the migrations to stdout Migrations
22695 22695 ticket_booking Uncategorized
22687 22687 Wrong filename in documentation Documentation
18849 18849 Add caching to SingleObjectMixin.get_object() Generic views
22677 22677 forms.Form silently won't bind to POST data (under certain combinations of key and label) Generic views
22662 22662 Typo Documentation
22655 22655 strictly_above vs strictly_below Documentation
22644 22644 NamedUrlWizardView's done_step_name purpose unclear Documentation
22019 22019 add section for definitive Model.objects documentation Documentation
22167 22167 1 docs about order of template context processors unclear Documentation
22622 22622 Add imports for ugettext_lazy in documentation Documentation
21798 21798 1 Model validation should complain if both `add_now` and `auto_add_now` are specified. Database layer (models, ORM)
22595 22595 1 LiveServerTestCase concurrency Documentation
22613 22613 ModelAdmin.formfield_for_choice_field() should be listed in InlineModelAdmin options in ModelAdmin Documentation
22576 22576 1 makemigrations requires 'default' database configuration Migrations
22590 22590 Default Timezone Documentation Directly Contradicts Self Documentation
22427 22427 1 _session_cache of SessionBase affected by database session engine save contrib.sessions
22530 22530 Improve "The XYZ could not be created because the data didn't validate." Forms
22500 22500 Django1.7, mysql backend makemigrations not work Uncategorized
14136 14136 1 Show how to specify schemas for Oracle databases Documentation
22478 22478 Wrong module name used in build_test Testing framework
22452 22452 7 VIEW PERMISSIONS Uncategorized
22473 22473 Docs for Model.clean() are misleading Documentation
22369 22369 Add ability to assert number of times a template is used for assertTemplateUsed Testing framework
22437 22437 mimetype Uncategorized
22398 22398 Docs should mention that cache KEY_FUNCTION can be a callable Documentation
14916 14916 1 No proper initialization of models/signals/etc.... Core (Other)
22405 22405 Errata in Development documentation Documentation
22216 22216 There is no mention of non_field_errors on the forms api page Documentation
22376 22376 Broken link in documentation Uncategorized
22338 22338 2 test_dict_translation seems to fails with Django 1.6.1, python 3.4 on Fedora Python 3
22227 22227 save_model in ModelAdmin with "formsets" parameter contrib.admin
22326 22326 Add kwarg for text-direction in modelfields contrib.admin
22312 22312 Dajngocomments documentation Documentation
22311 22311 Customising the comments framework link broken Documentation
22238 22238 {% url %} allow optional parameters Template system
5579 5579 9 Trac activation mail is sent from 'webmaster@localhost' *.djangoproject.com
22287 22287 1 Add method to RegistrationProfile to verify if the user has activated Uncategorized
22210 22210 1 Saving Model instance to Float Field Database layer (models, ORM)
22211 22211 Wrong lighttpd deployment docs Documentation
22222 22222 Broken link (flup) Documentation
21195 21195 Clarify the usage of template_name in tutorial part 4 Documentation
22214 22214 Doc Code Mistake: No polls are available. Documentation
16727 16727 contrib.contenttypes.views.shortcut error contrib.contenttypes
22116 22116 Add note to Apache deployment re: virtualenv on Windows Documentation
22062 22062 Problem in modwsgi deployment document Documentation
18373 18373 Thoroughly misleading error page when resolve() fails on a different URL Core (URLs)
22000 22000 1 'ModelChoiceField' object has no attribute 'to_field_name' Forms
21992 21992 1 test_naturalday_uses_localtime fails on Windows contrib.humanize
21763 21763 Misleading Error: 'ManyRelatedManager' object has no attribute 'add' Database layer (models, ORM)
14760 14760 1 Admin inlines with file/image field fails to save_as contrib.admin
21237 21237 1 Add Australian English (en_AU) to locale conf Internationalization
21980 21980 Tutorial does not indicate what needs to be uncommented for admin site Documentation
21960 21960 Typo in tutorial part 2 Documentation
21413 21413 select_related "row, fields misalignment" in SQLCompiler.fill_related_selections() Database layer (models, ORM)
21920 21920 5 Please document mod_python support drop in release notes Documentation
21826 21826 1 Forgot your password? "page unavailable" *.djangoproject.com
21887 21887 1 this link---generic views NOT FOUND . THANKS Uncategorized
21886 21886 Writing your first app, part 2 - entering admin site Documentation
21885 21885 Incorrect import in Content Types docs Documentation
21847 21847 Missing Import (Docs) Documentation
21855 21855 method prototypes in docs should have self as first argument. Documentation
21834 21834 A simple typo to be fixed Documentation
14051 14051 3 Signals for transaction commit/rollback Database layer (models, ORM)
21802 21802 Add empty __init__ files to documentaion of custom commands Documentation
12922 12922 BaseInlineFormset.save_new() undocumented Uncategorized
21788 21788 1 Wrong fields order after defer Database layer (models, ORM)
21782 21782 missing code in settings.py version 1.6 Uncategorized
7591 7591 2 Authenticate By Email Support contrib.auth
21762 21762 2 django.core.files.Storage#save does not respect settings.FILE_CHARSET File uploads/storage
21724 21724 no default static subdirectory search in project package Documentation
1796 1796 [patch] "Cannot resolve keyword ___ into field" error when working with ManyToMany relation Database layer (models, ORM)
21660 21660 Password reset form return a successful answer when the email doesn't exist in the database contrib.auth
21647 21647 Add error_message, warning_message, info_message, debug_message in ClassViews contrib.messages
21646 21646 Add template tag to get the name of a file Template system
21635 21635 "manage.py test" ignore --settings option Uncategorized
21631 21631 link https://docs.djangoproject.com/en/de not working Uncategorized
21623 21623 Page not found Documentation
21599 21599 Add a shortcut to edit HTML attribute on (model) forms Forms
21577 21577 to_python() of django.db.models.fields.__init__.DateField not detecting datetime.date type Database layer (models, ORM)
21575 21575 grammatical error in documentation Documentation
21556 21556 1 Date field shows in changed_data due to different format Forms
21561 21561 1 broken link Uncategorized
14950 14950 1 Javascript errors when building CHM file from django docs using Sphinx Documentation
21521 21521 4 Provide a boiler plate free ./manage.py startapp command Core (Other)
21522 21522 Add rendering decorators Core (Other)
21520 21520 Ship PyMysql as a defaut MySQL driver Database layer (models, ORM)
21506 21506 Wrong translation into russian for string "Enter a valid email address." contrib.auth
21503 21503 Part 2 of tutorial does not work with V1.6 Documentation
20054 20054 wsgi Links down Documentation
21485 21485 Invalid link Documentation
14825 14825 1 LocaleMiddleware should store language preferences if possible Internationalization
21433 21433 Stupid error handling in translation which block to solve error :) Internationalization
21424 21424 ERROR in writing your first django app,part 3 Python 2
14800 14800 3 Development server should NOT elide favicon from the logs Core (Management commands)
21383 21383 Suspicious Operation Error Emails lacks request details Core (Other)
21394 21394 Django 1.6 offline docs are actually 1.5.4 Documentation
21224 21224 TypedChoiceField does not properly coerce 'None' in certain circumstances Database layer (models, ORM)
20600 20600 Subqueries should retain ORDER BY when using DISTINCT ON Database layer (models, ORM)
21385 21385 Tutorial part 2 missing steps to enable admin page (uncommenting urls.py) Documentation
20849 20849 ModelForms don't work well with prefetch_related Forms
21337 21337 1 backward incompability for WSGIServerException HTTP handling
21349 21349 Can't Access User page in Admin Uncategorized
21344 21344 Typo in "F() expressions" documentation Documentation
21334 21334 1 broken link Uncategorized
21325 21325 permission_required documentation is missing required arguement Documentation
21331 21331 Could not login user using test.client.Client.login when 'django.contrib.sessions' is not in settings.INSTALLED_APPS Testing framework
937 937 4 Autoreload reloads for every request. Core (Management commands)
21182 21182 Extra Column in Group By When Using date_trunc Database layer (models, ORM)
21307 21307 1 humanize tests depend on a test case mixin defined on tests/i18n/__init__.py Testing framework
21283 21283 Migrations created in wrong directory for models defined in model package Migrations
19758 19758 1 Password reset form should not leak information contrib.auth
18160 18160 Auth - Unknown Encoding Error when syncdb contrib.auth
14658 14658 1 DateField initial does not honor locale, against documentation Forms
23 23 4 Add support for ValidationWarning Forms
21027 21027 remember Tutorial users to invoke the shell by "python manage.py shell" before setting up the test environment Documentation
21260 21260 Admin history needs proxy model instead of concrete model contrib.admin
19924 19924 Some jQuery selectors in actions.js use hardcoded values instead of pulling from options. contrib.admin
21161 21161 Windows doesn't have tzset, regression added with d9413d33b2a8371731a92289123683cf6f440290 Utilities
21176 21176 9 Import problem when executing collectstatic command Uncategorized
20364 20364 urlize incorrectly includes quotation marks in links Template system
21133 21133 A note should be added to date template tag regarding formatting strings Documentation
21091 21091 Specify where TEMPLATE_DIRS should be added in settings.py Documentation
21088 21088 Misleading doc for overriding model save method. Documentation
21071 21071 1 bad link to docs from settings.py Documentation
21038 21038 Documentation in PDF Documentation
20876 20876 Change Poll model name in tutorial to Question Documentation
20558 20558 Add `response_delete` and `render_delete_form` methods to `ModelAdmin` contrib.admin
20900 20900 Document RemoteUserBackend.authenticate argument Documentation
21009 21009 Add a versionchanged note that returning cleaned_data is no longer required in clean() Documentation
21036 21036 Note that __unicode__ is __str__ in python 3 Documentation
21020 21020 Allow Migrations to use parent classes migration profile Database layer (models, ORM)
21016 21016 IntergerField not working? Confusing documentation? Uncategorized
14786 14786 1 get_db_prep_lookup call get_prep_value twice for each value if prepared == False Database layer (models, ORM)
14765 14765 2 Unnecessary usage of NodeList in ForNode (template rendering) Template system
20967 20967 1 wrong grammar in the docmentation Documentation
20965 20965 2 Why do DetailView use .filter() instead of .get()? Generic views
20389 20389 2 TypeError when executing example code of GeoIP Python 3
14056 14056 1 Wrong query generated when using reverse foreign key Database layer (models, ORM)
14043 14043 1 Incorrect and/or confusing behaviour with nullable OneToOneField Database layer (models, ORM)
6440 6440 Issues with Distance conversion from meters to degrees GIS
14817 14817 1 ...models.sql.where.WhereNode.as_sql docstring is outdated Database layer (models, ORM)
16458 16458 2 Equality operator on django.db.models.Model not commutative Database layer (models, ORM)
20912 20912 A little modification on the tutorial Documentation
694 694 1 [patch] TEMPLATE_DIRS should allow project root relative paths Template system
20894 20894 type Documentation
15961 15961 1 Admin search should be pluggable contrib.admin
20822 20822 Content type of default error pages should be always "text/html" HTTP handling
17998 17998 2 database threading issue with dev server and sqlite Database layer (models, ORM)
20843 20843 page linked to but not found Uncategorized
20835 20835 Allow standard m2m behaviour on through-relationships if extra-fields are nullable or have default values Database layer (models, ORM)
14580 14580 1 Clean up duplicate code in admin formset handling contrib.admin
20823 20823 Typo on form and field validation doc page Documentation
20808 20808 Django reference not found Documentation
20280 20280 7 i18n Javascript code is invalid - lack of Javascript code generator for GAE too Translations
20714 20714 Add a more informative error message when runtests fails to import from test suite directory Utilities
19900 19900 Update admin buttons to use CSS rounded corners contrib.admin
20790 20790 Wrong linking in tutorial part 4 Documentation
20772 20772 Misprint Documentation
14238 14238 1 admin-interface and formsets: ordered_forms are not returned in case of errors contrib.admin
13693 13693 error_messages for fields in Model don't carry over to ModelForm Forms
14958 14958 1 FastCGI socket permission Core (Management commands)
20732 20732 Writing your First Django App, part 3, error Documentation
20727 20727 cyrillic in django-admin Uncategorized
20697 20697 Deploy checklist - Allowed hosts section about Debug Documentation
18872 18872 Add prefix attribute to FormMixin Generic views
14945 14945 3 ContentType.objects.get_for_model doesn't allow using multiple databases Database layer (models, ORM)
20637 20637 URL 404 on links provided by settings.py Python 2
20633 20633 Apache settings for 2.2 does not work for 2.4 Documentation
20632 20632 Wrong link in settings.py Core (Management commands)
20628 20628 question about the code Documentation
20622 20622 Step 5 broken if you followed V 1.4 tutorial for first 4 steps, then switched to 5. Documentation
20615 20615 Django 1.5.1 Trove classification is incorrect Packaging
20592 20592 1 Improve the 'Write a 404 (page not found) view' section in the tutorial Documentation
20569 20569 Add cleaned_form to supersede cleaned_data Forms
20578 20578 Incorrect package; formset.BaseFormSet should be formsets.BaseFormSet Documentation
4481 4481 1 Databrowse should use pagination contrib.databrowse
19875 19875 Tutorial should have include ALLOWED_HOSTS setting Documentation
2820 2820 1 selected_related not pulling from GenericRelation's Core (Other)
25 25 3 Filtering interface on ForeignKey <select> boxes contrib.admin
20539 20539 1 Django Book: Broken URL Documentation
20527 20527 Poor link in Chapter 1 of The Django Book Documentation
20242 20242 Django queryset 'in' operator fails on first call Database layer (models, ORM)
20512 20512 Error in fields documentation Documentation
20508 20508 Persistent DB Connections link broken Documentation
20491 20491 1 jobs section spam posts *.djangoproject.com
20498 20498 Can't log into a past website Uncategorized
20417 20417 Server restart needed to load new tags and filters Documentation
17048 17048 1 Add Docs for Guidelines for Upgrading an Existing Project's Django Documentation
20476 20476 typo Documentation
9421 9421 delete object with ManyToManyField (option through) Forms
20371 20371 1 mail_admins should support strings as arguments Core (Mail)
5622 5622 9 Empty ipaddress raises an error (invalid input syntax for type inet: "") Forms
20412 20412 Loader that searches templates in directory tree starting by its leave. Template system
20421 20421 typo Documentation
20391 20391 CSRF Uncategorized
20256 20256 1 Incorrect text in startproject command line help Core (Management commands)
20274 20274 Missing create_test_db & destroy_test_db in django.test.utils Documentation
20353 20353 Error in documentation. Documentation
20351 20351 make chm format documentation Documentation
20350 20350 1 Unable to edit and save data in database Python 2
18336 18336 2 Static files randomly fail to load in Google Chrome HTTP handling
3352 3352 4 failing sqlite3 query with error "database or disk is full" Database layer (models, ORM)
20319 20319 errors in your isntructions Documentation
12222 12222 1 rename items in values() Database layer (models, ORM)
20265 20265 django-admin.py: command not found Documentation
20262 20262 "Article" in the note should be "Author" Documentation
20251 20251 4 UnicodeEncodeError with DecimalField Forms
20248 20248 1 Clarifying Documentation Documentation
20232 20232 Where is the unchained version? Uncategorized
14018 14018 1 Introduce class_plural %-substitution placeholder for related_name of ForeignKey/ManyToManyField Database layer (models, ORM)
20213 20213 enter key does not work in "textarea" into the admin panel. So I can not go to new line Forms
14802 14802 1 feature request: add a method to Fields that is used to render the field as read-only contrib.admin
17666 17666 current_app can not be overridden in template contrib.admin
20188 20188 [contrib.auth.admin] We need to use the AUTH_USER_MODEL defined in the settings form admin form contrib.auth
20184 20184 Tutorial Instructions Don't Work Documentation
20170 20170 LIMIT works on entire queryset, even when not expected to. Database layer (models, ORM)
20151 20151 get_deleted_objects does not check permissions on proxy model objects without ModelAdmin contrib.admin
20150 20150 an error in model field in example on page https://docs.djangoproject.com/en/dev/topics/db/managers/ Documentation
20160 20160 Error in admin site docs: model instead of module Documentation
20155 20155 1 Django doesn't appear to actually follow Database naming rules Testing framework
11446 11446 1 Adding dynamic label to GIcon GIS
14451 14451 1 add related_name to contrib.auth.models.User for 'groups' contrib.auth
17650 17650 1 BaseForm doesn't implement __contains__ Forms
20095 20095 Tutorial page 02 Documentation
20068 20068 2 calling QueryDict.update with self causes an infinite loop Utilities
20051 20051 1 Missing info in tutorial page 2 Documentation
20072 20072 manage.py runserver produces socket error when accessing a normal site Core (Management commands)
5686 5686 separate functions in CommonMiddleware.process_response HTTP handling
16656 16656 1 Make urlize TLDs configurable Template system
16355 16355 TemplateSyntaxError raised by do_block do not allow using doublicate block Template system
20064 20064 Chapter "Write your first view" not clear with mysite/views.py Documentation
20042 20042 1 TemplateDoesNotExist when using DetailView with no template_name Uncategorized
3343 3343 1 Doctest find() doesn't work for model subpackage (models/__init__.py) Testing framework
14705 14705 1 Model Field Order not influenced by MRO of superclasses Database layer (models, ORM)
17051 17051 4 RegexValidator.message is not used Forms
852 852 2 psycopg.ProgrammingError exceptions leave the connection to the DB in an unusable state Database layer (models, ORM)
14646 14646 django.contrib.comments is missing default template for comment_notification_email.txt, and has no documentation of template context contrib.comments
14970 14970 1 Inconsistency in handling of managed/unmanaged transactions Database layer (models, ORM)
20018 20018 Broken Reference Documentation
19999 19999 first app not running Template system
19977 19977 1 Test database not auto-flushing Database layer (models, ORM)
19951 19951 Avoid ValueError in admin when passing a string as PK for an inherited model with an integer PK field contrib.admin
19945 19945 1 In the admin page word "Users" not translated. Translations
19177 19177 Add some ems to the width of username label at login page. contrib.admin
16888 16888 USE_L10N and microseconds Internationalization
19460 19460 1 “Unknown password hashing algorithm” when logging in with custom model inheriting from django.contrib.auth.models.User Uncategorized
19937 19937 Small bug in a documentation code example (Introduction to Class-based views) Documentation
14016 14016 SQLite3 problem with date comparison Database layer (models, ORM)
17727 17727 Multiple values for Fields Database layer (models, ORM)
14139 14139 2 Feature Request: distinct() should support field names Database layer (models, ORM)
19932 19932 direct_to_template was removed in 1.5, but the change was not documented anywhere. Documentation
19899 19899 3 Add attr request in user_login_failed signal contrib.auth
19579 19579 Docs aren't clear on purpose of signals' "providing_args" Documentation
19675 19675 1 "At A Glance" does not say where to put "sitelogo.gif" Documentation
19752 19752 Latest version of Postgresql is 9.2 on EnterpriseDB Documentation
218 218 1 changing column sort order in admin interface doesn't change sort order contrib.admin
11136 11136 add button to related field in admin to be put only if user is authorized to add contrib.admin
17541 17541 Unexpected ForeignKey Behavior with self.pk == None Database layer (models, ORM)
14571 14571 1 Update jQuery contrib.admin
19841 19841 Problem in documentation "Writing your first Django app, part 1" with manage.py runserver Documentation
19867 19867 1 get_host shouldn't apply validation to server-set values HTTP handling
19856 19856 LiveServerTestCase + in-memory SQLite do not work together Testing framework
19857 19857 Update documentation to include ALLOWED_HOSTS section. *.djangoproject.com
19836 19836 Error in polls/detail.html Documentation
19719 19719 Example in documentation saves an unbounded form Documentation
19823 19823 Code example differs from the related explanation. Documentation
19809 19809 Python module index missing *.djangoproject.com
19814 19814 dead link Uncategorized
19813 19813 1 Bad Link Uncategorized
6276 6276 Serializers should dump correct data for BooleanFields Core (Other)
19804 19804 Additional modules link is broken Uncategorized
19044 19044 1 Allow get_success_url to access self. object in DeletionMixin Generic views
19794 19794 Link and reference to join up related documentation please Documentation
19403 19403 1 timezone missing error Documentation
19790 19790 1 myform.is_valid() is always giving me false! Uncategorized
19786 19786 1 The documentation page is down Uncategorized
19788 19788 1 documentation link not working Uncategorized
19782 19782 sign up link not found Uncategorized
17763 17763 1 Problem with auth_permission name length contrib.auth
19756 19756 .add or .create on ManyToManyField doc page Documentation
19596 19596 Django admin should use "_default_manager" not "objects" on csutom auth model class. contrib.auth
19571 19571 Django 1.5 Tutorial Need to update Version on First page Documentation
19732 19732 unable to use database view in test cases Uncategorized
16035 16035 5 GZipMiddleware doesn't change an ETag HTTP handling
16049 16049 Make runserver reuse listening socket Core (Management commands)
19673 19673 Improvement en Tutorial "Writing your first Django app, part 3" Documentation
19604 19604 Bug in conditional decorator for sub-second time intervals HTTP handling
19666 19666 choice_text in the detail template Documentation
19644 19644 links in pdf all go to the title page. Documentation
19626 19626 No module named django.views.generic.simple in 1.5c1 Generic views
19619 19619 BooleanField returning integer instead of Boolean Database layer (models, ORM)
19622 19622 can't create superuser Uncategorized
18129 18129 Capitalization of verbose_name bad design decision. Why waste computer power. Uncategorized
19599 19599 incorrect instructions for configuration of Apache's WSGIPythonPath setting. Documentation
12817 12817 1 email validator is maybe too stingy (user@hostname fails) Core (Other)
16250 16250 6 Error with new pyscopg2 2.4.2 release and tests Testing framework
19575 19575 4 1.5rc breaks custom querysets (at least in my case) Uncategorized
19574 19574 Tutorial query date should be updated Documentation
19073 19073 2 strange behaviour of select_related Database layer (models, ORM)
19426 19426 EmptyQuerySet.distinct does not have the same signature as QuerySet.distinct() Database layer (models, ORM)
19549 19549 Typo in Django authentication system documentation Documentation
19532 19532 URL encoding error in set_script_prefix Core (URLs)
19530 19530 Error in geodjango tutorial Documentation
19522 19522 4 ModelForm and BooleanField Forms
14976 14976 1 Add is_html flag to contrib.messages contrib.messages
19494 19494 Defining __nonzero__ (or __len__) on model makes it impossible to use in GenericForeignKey contrib.contenttypes
19430 19430 Missing license in setup.py Core (Other)
19491 19491 Wrong command for createsuperuser on Django 1.5 Documentation
19484 19484 Hostgator Uncategorized
14684 14684 1 RESTful Model View Generic views
10192 10192 1 Add support for App Engine Database layer (models, ORM)
19466 19466 tiny typo in docs page 1.4/howto/initial-data Documentation
19452 19452 your documentation is a poor introduction to a seemingly brilliant idea Documentation
19424 19424 1 django + fastcgi + lighttpd outlog and errlog not working Uncategorized
19378 19378 HttpResponseRedirect fail on reverse_lazy with Python 3.2 Generic views
14089 14089 1 Username validation allows '@' character, while auth backend explicitly prevents this. contrib.auth
19409 19409 URL missing from bug reporting link Documentation
19388 19388 2 Datetime field can not show in firefox 12 contrib.admin
154 154 1 Can't delete object with ManytoMany Relationship contrib.admin
15861 15861 1 No way to reset a file in Admin section contrib.admin
14678 14678 1 Users are able to add more than one page to the same url contrib.flatpages
4659 4659 2 Save my hair! Add doc about "no module named <blah>" Documentation
72 72 1 Django should add charset info to output HTTP headers Core (Other)
19346 19346 typo in documentation Documentation
19340 19340 django.forms.Field is not thread-safe Forms
19335 19335 Minor mistake in documentation Documentation
19328 19328 bug in code Documentation
19322 19322 Django Import CSV Uncategorized
19268 19268 link not working Uncategorized
361 361 7 Some Basic Math Filters Template system
19223 19223 Missing docs for mod_python install Documentation
19217 19217 Make it Simple Documentation
5725 5725 Inspectdb makes too long CharFields Core (Management commands)
14615 14615 1 Related objects manager returns related objects with null FKs for unsaved instances Database layer (models, ORM)
18053 18053 empty DATABASES blows up in 1.4 Database layer (models, ORM)
14967 14967 1 django.contrib.auth.admin.UserAdmin.response_add changed in 1.2.4 Documentation
19146 19146 sqlite3 supports enable_load_extension() after 2.7 Documentation
17388 17388 Custom model field methods need to handle None, doc should say so Documentation
19143 19143 Appendix D: Settings Uncategorized
19135 19135 1 Example in "Spanning Multi-valued relationships" is mixed Documentation
18548 18548 2 View changes field when 'unique_together' is not satisfied in a Form Documentation
19104 19104 Incorrect terminal command Documentation
16588 16588 1 Field called 'clean' causes cryptic error Documentation
19113 19113 usermanager in new user auth produces error Documentation
19097 19097 Request and Response Page misses key info Documentation
19006 19006 Content-Disposition example does not work in certain browsers if the filename has a space Documentation
8501 8501 file storage should allow saving of basic file-like objects File uploads/storage
19026 19026 Meta: ordering randomly within groups Database layer (models, ORM)
19035 19035 media.djangoproject.com down *.djangoproject.com
2169 2169 6 "Please correct the error below." With No Shown Errors contrib.admin
14861 14861 1 Importing settings in a module that contains a logging Handler causes circular import. Core (Other)
19012 19012 Spaces instead of tabs Documentation
18997 18997 2 Possible error in tutorial Documentation
14829 14829 1 URL dispatcher documentation with class-based generic views Documentation
18955 18955 verbose-field-names example in documents (models) ,the example,"first name" a clerical error Documentation
3542 3542 Allow month-based date_list on archive_index Generic views
18365 18365 remind in the "set languages redirection view" that the i18n template context processor should be set Documentation
18725 18725 3 Django tutorial should give stronger warning about uninstalling Documentation
13608 13608 Clarify failure of lookups when argument to lookup is not an int Documentation
14757 14757 1 Add An Example For .extra(tables=[]) Documentation
18642 18642 Pointer to django.shortcuts.render Documentation
18647 18647 Malcolm Tredinnick link on django committers Documentation
14769 14769 1 Voting example from tutorial - use of forms API - suggestion Documentation
18842 18842 1 Calling "manage.py reset <appname>" causes infinite loop Core (Management commands)
18838 18838 upgrade to 1.3.2 Documentation
18834 18834 1 Addition to Make the poll app modifiable in the admin section Documentation
14885 14885 1 is_valid for ModelForm changes instance if instance is provided Documentation
18825 18825 Improve the Django Homepage *.djangoproject.com
18689 18689 Error in code example Documentation
18756 18756 Tutorial 3 Needs extra funky directive Documentation
17183 17183 i18n documentation: middleware not mentioned until very late Documentation
18720 18720 Code sample for views.html template causes NoReverseMatch error Documentation
18710 18710 new encoding (UTF8) is incompatible with the encoding of the template database Documentation
18677 18677 8 Tutorial Part 3 to Part 4 Instruction Failure Documentation
18690 18690 Typo in Testing documentation response.context Documentation
18688 18688 Broken link on Download page *.djangoproject.com
18476 18476 Hard coded template link causes conflict with tutorial statement Documentation
18673 18673 What are in the django.contrib.auth.decorators? Documentation
18667 18667 1 Typo on CBV documentation Documentation
18653 18653 timezone.now() should be datetime.timezone.now() Documentation
4680 4680 2 Fixes problem in initial_sql where "--" is in a string Core (Management commands)
18479 18479 xgettext warnings cause the makemessages command to raise an exception Internationalization
18547 18547 Django-admin.py makemessages should show a specific error message if the user hasn't installed gettext (e. g. on windows) Internationalization
18636 18636 django-admin.py startproject mysite Documentation
18621 18621 Two ManyToMany fields without backwards relation Documentation
18612 18612 1 Design your URLs - tutorial 3 Documentation
18609 18609 1 When using ModelAdmin.save_model, an existing instance is inserted again, instead of being updated Uncategorized
18050 18050 CachedStaticFilesStorage eats @import statement contrib.staticfiles
18588 18588 1 Django-Python instalation error on django-admin.py (init.py options = filter(lambda (x,v): x not in prev_opts, options)-syntax error Uncategorized
18552 18552 Django test client should not use MULTIPART_CONTENT for POST-requests by default. Uncategorized
18585 18585 1 Tutorial part 4: problem in polls/detail.html Documentation
18572 18572 Django 1.5/Python26 string format incompatibility Uncategorized
17996 17996 Multi-table inheritance can lead to exceptions in the admin contrib.admin
18535 18535 1 help Uncategorized
18534 18534 help me Uncategorized
18525 18525 unique should be True by default on SlugField instead of False. Database layer (models, ORM)
18516 18516 NoReverseMatch error when following authentication tutorial Documentation
18503 18503 404 on website Uncategorized
18498 18498 1 you still need to import http response after changing to render_to_response as a shortcut Documentation
18500 18500 Part 3 tutorial - field is choice_text Documentation
18497 18497 Bug with TestCase handling JSON views Testing framework
14502 14502 1 Feature: escape hatch for colliding template syntax in Django templates Template system
18421 18421 Pagination documentation contains error when no GET request provided Documentation
14827 14827 1 Authentication Backends should be responsible for checking and setting passwords contrib.auth
18445 18445 Very minor link added Documentation
12206 12206 manage.py fails if management commands directory contains only bytecode files Core (Management commands)
18382 18382 2 username/password Uncategorized
18372 18372 broken image links in djangobook.com Uncategorized
18304 18304 2 MySQL generates an unecessary select when updating inherited models Database layer (models, ORM)
18167 18167 "Writing your first Django app, part 1" Not Noob Friendly Documentation
1 1 3 Create architecture for anonymous sessions Core (Other)
18341 18341 js files are not working in the django application Template system
18324 18324 1 QuerySet values ​​method fails Database layer (models, ORM)
18311 18311 en/dev/topics/auth/ - login.html syntax Documentation
409 409 1 Add support for sqlrelay backend, to pool DB connections Database layer (models, ORM)
18257 18257 Possible minor typo Documentation
18286 18286 User Status contrib.auth
18276 18276 404 when accessing generic views documentation from google *.djangoproject.com
18274 18274 Page not found Template system
18273 18273 page not working https://docs.djangoproject.com/en/dev/topics/forms/modelforms/ Uncategorized
18253 18253 error in tutorial Documentation
18236 18236 keyword parameter naming collision with get_object_or_404 Core (Other)
18206 18206 1 Disable bytecode in manage.py by default to avoid project clutter. Uncategorized
18060 18060 Fix documentation for "Writing custom django-admin command" to make closepoll.py work with code from cited tutorial Documentation
18141 18141 Bad link Uncategorized
18140 18140 Missing instruction: manage.py collectstatic Documentation
14822 14822 1 contrib.auth docs should reference to new generic views. Documentation
18084 18084 1 TypeError Exception Value: 'str' object is not callable Uncategorized
18076 18076 rfc3339 default support since 1.4 - DateTimeField Forms
596 596 3 Allow Django to be packaged as a Python egg Core (Other)
18070 18070 django version 1.5 Uncategorized
18065 18065 manage.py createsuperuser fails if LC_ALL is empty Core (Management commands)
18061 18061 1 GenericRelation doesn't play well with proxy models Uncategorized
18006 18006 admin small design change Uncategorized
18045 18045 1.4 Documentation incorrectly lists HTTPOnly Session cookie setting to be False Documentation
17963 17963 "Bulk Insert" link from 1.4 release notes broken Documentation
17979 17979 Method reference error Documentation
17346 17346 1 MemoryError Uncategorized
17960 17960 docs.djangoproject.com gives a 404 Uncategorized
17936 17936 1 SimpleListFilter redirects to ?e=1 Documentation
17901 17901 1 django/trunk/django/contrib/admin/locale/ru/LC_MESSAGES/django.po Translations
17838 17838 prefetch_related fails for GenericForeignKeys when related object id is not a CharField/TextField contrib.contenttypes
17907 17907 "Something's wrong with your database installation" error message in DEBUG mode. contrib.admin
17897 17897 Link https://www.djangoproject.com/weblog/2012/ma/ does not work Uncategorized
17846 17846 Documentation inconsistency for URLField verify_exists param for v1.2 Documentation
17855 17855 DecimalField problem Uncategorized
17847 17847 Broken Link Uncategorized
17833 17833 bad translation in django.contrib.localflavor.fr.fr_departement contrib.localflavor
17568 17568 1 i18n_patterns and LOGIN_URL, LOGOUT_URL, LOGIN_REDIRECT_URL Documentation
17791 17791 Ticket system thinks links to Django tickets are spam and gives rude wording *.djangoproject.com
17773 17773 Django does not catch ProtectedError when DEBUG=True Uncategorized
17743 17743 Punctuation Error on Internationalization Page Documentation
16758 16758 1 Documentation for TEMPLATE_CONTEXT_PROCESSORS could use additional warning. Documentation
17731 17731 Tutorial part 3 :regex for polls/index.html doesn't match Documentation
17166 17166 The fixture documentation tells nowhere that you can (should?) use FIXTURE_DIRS in your settings.py Documentation
17280 17280 newform documentation link is gone Documentation
17722 17722 1 Non-ASCII character Documentation
5349 5349 1 Shouldn't the item_enclosure_url automatically prefixed with the current site? contrib.syndication
17698 17698 Wrong date in title for DSF minutes *.djangoproject.com
17694 17694 Docs incorrectly explain QuerySet caching Uncategorized
7580 7580 1 Support ORDER BY BINARY in MySQL Database layer (models, ORM)
17655 17655 having a forward option for tickets Uncategorized
14184 14184 Validators not called on MultiValueField Forms
17512 17512 1 just a typing mistake on the main page *.djangoproject.com
17562 17562 3 django.contrib.auth.tests.views.ChangePasswordTest.fail_login does not respect language contrib.auth
7343 7343 django.utils.functional.lazy fails for datetime.date.today Core (Other)
26 26 2 Admin validation errors cause FileUploadFields to be reset contrib.admin
14964 14964 2 create_attachment support for unicode symbols in filename Core (Mail)
14806 14806 1 No template tag to support contextual translations Internationalization
5925 5925 2 Unable to use urlresolvers (url,reverse ) feature in redirect argument of decorator user_passes_test Core (Other)
5843 5843 Newforms > Provide example of how to do Form.clean_fieldname() and Form.clean() Documentation
4992 4992 1 Alter cache key based on GET parameters Core (Cache system)
632 632 2 database stored templates Template system
17509 17509 Project-level locale directory is not found when project is in a nested module Internationalization
17505 17505 import typo Documentation
10126 10126 1 Add sanitize and tidy options to textile filter. contrib.markup
640 640 7 order_with_respect_to option fails Documentation
702 702 1 document that ManyToMany fields can't be in unique_together Documentation
14792 14792 1 error in the default for TEMPLATE_CONTEXT_PROCESSORS Documentation
17472 17472 1 RequestContext function with dict={} kwarg paramater fails Template system
17437 17437 1 Static file finder are styled as finders.AppDirectoriesFinder while template loaders are styled as loaders.app_directories.Loader Template system
17442 17442 bad link Documentation
17418 17418 ForeignKey automatic attribute does not depend on db_column Database layer (models, ORM)
17422 17422 BaseDetailView get method doesn't take the *args argument Generic views
17425 17425 Javascript Documentation version switcher not functioning for 'dev' Documentation
17411 17411 hall ticket Translations
17410 17410 hall ticket *.djangoproject.com
17406 17406 FAQ links are broken Uncategorized
17405 17405 Email validator does not accept domain names with no TLD Core (Other)
17396 17396 can't access docs Uncategorized
11601 11601 admin-title "Select app-name to change" is confusing contrib.admin
17370 17370 https://docs.djangoproject.com/en/dev/howto/deployment/modwsgi/ Uncategorized
17363 17363 Hello Core (Cache system)
17357 17357 Broken link for https://docs.djangoproject.com/en/dev/topics/i18n/localization/ Uncategorized
17353 17353 from django.conf.urls Documentation
17306 17306 Forms.BooleanField always fails with "Field Required" when value is false False Forms
17302 17302 Django have BigIntegerField, but where is BigAutoField? Database layer (models, ORM)
17227 17227 max_digits and decimal_places using "inspectdb" Core (Management commands)
17299 17299 The proxy model does not allow one to use ManyToMany fields Database layer (models, ORM)
17279 17279 Missing step in "Writing Your First Django App, Part 2" Documentation
5877 5877 1 Force manage.py to output UTF-8 to avoid UnicodeEncodeErrors Core (Management commands)
17267 17267 MySQL Storage Engines: MyISAM doesn't support Foreign Keys Documentation
17264 17264 in_bulk should prep the values with get_prep_value of the model's pk field Database layer (models, ORM)
15646 15646 2 Document that the FileField's path can not be relied on until the model is saved Documentation
17241 17241 3 Postgres Table not updating correctly on save with autocommit on Database layer (models, ORM)
17175 17175 Pronunciation Documentation
17201 17201 URL in slice description doesn't go anywhere Documentation
17155 17155 1 ModelForm.clean() return value not applied to instance when used in a modelformset Forms
14496 14496 1 Conflict between ModelForm.Meta.exclude and ModelAdmin.readonly attributes contrib.admin
17141 17141 Placeholder images in contrib/webdesign contrib.webdesign
14292 14292 4 User.objects.create_user does not give object with id field populated in svn release. contrib.auth
17109 17109 poll_results should be polls_results in final change to views.py on tutorial 4 Documentation
14202 14202 3 Rss201rev2Feed bug contrib.syndication
17075 17075 error Uncategorized
16468 16468 5 Django IPAddressField incorrectly casts values when querying Database layer (models, ORM)
16776 16776 5 jQuery.noConflict(false) in jquery.init.js leaks the admin jQuery into the global namespace contrib.admin
13321 13321 1 Drop reference to 'quality time' in admin logout message contrib.admin
14648 14648 1 Annotated date querysets fail if spatial backend is used GIS
16815 16815 Broken example code -- hidden fields won't show if there aren't visible fields. Documentation
16276 16276 Django 1.3 docs referring users to outdated version of Django Book Documentation
16334 16334 2 cache_page decorator does not accept "cache" keyword argument Documentation
16553 16553 2 GeoIP unicode problem GIS
11404 11404 1 add has_changed() method to formsets Forms
4814 4814 System Message within Tutorial 1: Why __unicode__() and not __str__() Documentation
4702 4702 gettext_lazy on _meta.app_label doesn't group together in admin contrib.admin
4039 4039 New forms and the set_language redirect view don't work together Internationalization
4837 4837 Django is in the current debian stable Documentation
16947 16947 wrong ordering of a column with list_editable contrib.admin
16952 16952 Django installed in different directory than stated. Documentation
14066 14066 1 Shouldn't ModelFormMetaclass be public for inheritance issues? Core (Other)
16559 16559 Switch to entity-manager type system. Uncategorized
16740 16740 "Derived Class" Database layer (models, ORM)
16722 16722 1 import psycopg2.Error breaks psycopg2 backend Database layer (models, ORM)
10917 10917 1 admin/base.html should contain messages block contrib.admin
16556 16556 1 django.contrib.gis.utils.srs fails to preserve database when creating SpatialRefSys querysets GIS
14924 14924 I18N looks for translations in the reverse order of the apps Internationalization
14795 14795 Empty Superuser Permissions contrib.auth
14543 14543 2 ContentTypes tests fails if auth app is not installed contrib.contenttypes
14533 14533 1 django signals not thread-safe Core (Other)
14355 14355 1 "readonly" fields don't display their "help_text" in admin contrib.admin
9213 9213 2 PasswordResetForm should not reset passwords for inactive users contrib.auth
14774 14774 1 assertNumQueries is buggy with views and the test client if used more than once in a test Testing framework
14816 14816 1 Error in documentation of InlineModelAdmin options Documentation
15594 15594 Typo in docs for httponly cookie Documentation
11864 11864 1 Relationship backreference documentation is hard to find Documentation
14948 14948 1 Broken routers in 1.2.4: type object 'ModelBase' has no attribute '_meta' Database layer (models, ORM)
14004 14004 update() is not mention in the Queryset API Reference Documentation
15030 15030 ModelAdmin media docs don't mention STATIC_URL Documentation
5494 5494 1 javascript_catalog generic view only search catalogs in application/locale and not in project/locale Internationalization
14819 14819 1 Superfluous quote in docstring Core (Serialization)
14771 14771 1 Typo in docs, "vistor" Documentation
14301 14301 1 django crashes on email address that passed validate_email() (utf8-tld) Core (Mail)
14811 14811 1 Link render_to_response to template loader API Documentation
14640 14640 1 Add elapsed request time to the development server log HTTP handling
14471 14471 1 db.models.Manager regression - can't override some methods Database layer (models, ORM)
15547 15547 Broken link on 1.2 "generic view" reference page Documentation
13780 13780 Admin site documentation should specify ordering directions Documentation
14405 14405 1 problem in login view contrib.auth
14965 14965 1 {% include %} tag changes should be mentioned in release notes Documentation
14249 14249 1 Inactive users have less permissions then anonymous users with custom backend contrib.auth
14221 14221 1 Mashed Sentences in Doc Documentation
14663 14663 1 L10N of dates in Norwegian. Translations
14232 14232 1 date_list context variable incorrectly documented Documentation
14504 14504 Generic ListView pagination broken Generic views
11991 11991 1 Inconsistent MEDIA_URL values Core (Other)
14708 14708 1 Document available mapping keys for form field error messages. Documentation
14954 14954 1 AttributeError: 'dict' object has no attribute 'status_code' Uncategorized
15543 15543 SyntaxError in utils/http.py on Python 2.4 Uncategorized
14290 14290 Rendering is very inefficient when USE_L10N. Caching format values gives 2-7 times improvement Internationalization
14703 14703 1 memcached.set_many() should not special case unicode data Core (Cache system)
14563 14563 1 Add Turkey to localflavors contrib.localflavor
15235 15235 ERROR HTTP handling
12777 12777 1 Decimal fields aren't correctly localized Translations
12787 12787 2 TemplateDoesNotExist exception does not report the correct template_name Template system
10641 10641 manage.py runserver fails on windows Documentation
12860 12860 Typo in django.db.models.manager Database layer (models, ORM)
8537 8537 clarify session expiration Documentation
12667 12667 changeset:12098 introduces choice validation bug at the model level Core (Other)
12559 12559 Wrong SQL in M2M fields Database layer (models, ORM)
13254 13254 TemplateSyntaxError at /password_reset/ contrib.admin
11144 11144 UnicodeEncodeError when unicode characters present in To/From/Cc and also a comma is present Core (Mail)
7235 7235 filtering on an EmptyQuerySet raises an Exception Database layer (models, ORM)
13101 13101 Documentation: Add note about multiple databases and debugging raw sql Documentation
12094 12094 CSRF django.contrib.auth problem contrib.auth
399 399 3 Bigint field object needed Database layer (models, ORM)
12795 12795 MessageMiddleware missing from default MIDDLEWARE_CLASSES value described in middlewared overview Documentation
12963 12963 1 template context processors docs are wrong Documentation
12434 12434 django.contrib.admin does not work with blank short_description contrib.admin
10361 10361 1 Slightly complex built-in Field classes are undocumented Documentation
12024 12024 error with limit_choices_to with complex queries (Q object) and raw_id_fields contrib.admin
11977 11977 The media files in ModelAdmin should be just link in add/change pages, not changelist page. contrib.admin
11793 11793 i18n documentation makemessages format doesn't work Documentation
10646 10646 1 memcached's incr and decr should throw ValueError if keys don't exist Core (Cache system)
11641 11641 using BooleanField with FormSet Forms
342 342 6 Add a way for fields to be displayed in the admin without being editable contrib.admin
12378 12378 Remove redundant test. Testing framework
13013 13013 Example form in i18n docs is missing {% csrf_token %} Documentation
9749 9749 1 ModelAdmin should allow specifying Changelist class to further modify Changelist behavior contrib.admin
11338 11338 mytest Uncategorized
9853 9853 DateField and DateTimeField documentation incomplete Documentation
10002 10002 Data does not display in TabularInline when validation fails for an ImageField contrib.admin
9626 9626 Bug in Cache when calling has_key Core (Cache system)
2698 2698 1 Custom default managers interfere with delete operations Database layer (models, ORM)
11430 11430 1 Test HTTP handling
11103 11103 2 AttributeError: 'ImageFieldFile' object has no attribute 'name' Database layer (models, ORM)
9693 9693 1 Custom Model.save() don't change relational data when editing via admin (probably any other forms too) Forms
10205 10205 Update on a QuerySet with filter of field__in='' causes AttributeError Database layer (models, ORM)
8900 8900 TemporaryFileUploadHandler - Windows Permission Error (ErrNo 13) File uploads/storage
11188 11188 Contradiction in queryset documentation re slices Documentation
11138 11138 Minor errors in ModelForm documentation Documentation
10395 10395 3 GeoIP broken with [9945] GIS
10789 10789 Update Estonian translation Translations
9672 9672 timeuntil filters doesn't work with DateField since [8579] Template system
10723 10723 1 ORM exclute strange Database layer (models, ORM)
10997 10997 2 Admin backend uses `set` without the Python 2.3 fallback contrib.admin
9036 9036 1 Discrepancy in admin permissions contrib.admin
11552 11552 1 Action menu in Django Admin is not translated (nl-nl) Translations
9992 9992 get_profile / get_model issue, capitalisation of AUTH_PROFILE_MODULE Documentation
10612 10612 list_editable admin documentation Documentation
8356 8356 The documentation for mod_python should state the permissions or ownership settings of the project files Documentation
10357 10357 "manage.py dbshell" broken for MySQL on Windows Core (Management commands)
11323 11323 Updated Korean translation Translations
689 689 4 Honor Web server provided authentication Core (Other)
5216 5216 8 Lazy Translation label_tag in new forms Forms
6893 6893 6 FormWizard does not set the step value correctly contrib.formtools
8293 8293 1 NJiKWWbgSqiqJS Uncategorized
8301 8301 ModelFormSet documentation is very confusing Documentation
7371 7371 Ordering on a ForeignKey with an existing default ordering and a custom primary key does not generate a JOIN in the SQL. Database layer (models, ORM)
7849 7849 1 Admin site should authenticate before 404ing, to prevent detection of valid pages contrib.admin
7464 7464 [QSRF] psycopg2 raises "can't adapt" Database layer (models, ORM)
8637 8637 1 timeuntil filter crashes with datetime.date values Template system
8231 8231 2 tutorial part 2 is obsolete. Documentation
7317 7317 1 XViewMiddleware should not be enabled by default. Documentation
8110 8110 2 Admin interface: 'long' object has no attribute 'isdigit' contrib.admin
8294 8294 1 NJiKWWbgSqiqJS Uncategorized
8442 8442 WCXGCbXP Uncategorized
8438 8438 1 porting guide - 0.96 to 1.0 Documentation
5631 5631 newforms-admin: 'classes': 'collapse' does not work (in one case) contrib.admin
8810 8810 Link from docs.djangoproject.com to Django Software foundation doesn't work Documentation
8608 8608 django.contrib.comments points to documentation that doesn't exists on the webpage contrib.comments
8698 8698 Middleware Documentation still refers to CacheMiddleware Documentation
8805 8805 1 TypeError: sequence expected, int found contrib.admin
8295 8295 1 NJiKWWbgSqiqJS Uncategorized
7521 7521 auth/tests fail on custom project with "manage.py test" Testing framework
7959 7959 "Free comment" is translated as "fomentário" in pt_BR locale Translations
7893 7893 in Admin doc, fieldsets keys are not distinct from ModelAdmin options Documentation
6101 6101 Seeing &quot;, etc. in admin list of related object to be deleted contrib.admin
8441 8441 WCXGCbXP Uncategorized
8425 8425 Palau, Federated States of Micronesia and Marshall Islands are soverign nations and should not be included in the USStateField Database layer (models, ORM)
4183 4183 [newforms-admin] missing from-clause contrib.admin
7038 7038 2 FormWizard fails on forms with BooleanField when field is unselected contrib.formtools
7996 7996 4 Addition to Sitemaps documentation Documentation
749 749 2 Middleware should work as a 'stack' or allow custom orderings Core (Other)
528 528 3 Add a documentation generator that creates a PDF or HTML files locally Documentation
4948 4948 Saving FileField files is not thread-safe Core (Other)
6755 6755 9 Model Inheritance doesn't work in the admin. contrib.admin
8314 8314 4 rev 8340 breaks sessions while rev 8339 works contrib.sessions
730 730 4 more explicit middlware ordering Core (Other)
285 285 4 WSGIRequest should set request.path to full uri path HTTP handling
7990 7990 serializers should use StringIO and not cStringIO Core (Other)
16930 16930 Class names ending with 'y' should be 'ie' in plural contrib.admin
16881 16881 db.backends.util.format_number fails with valid inputs Uncategorized
16274 16274 Databrowse doesn't support GeometryCollection field contrib.databrowse
6946 6946 1 Alphabetize DatabrowseSite index view contrib.databrowse
16846 16846 No form method "non_form_errors()" Documentation
16844 16844 1 invalid model name reference. Documentation
16764 16764 1 LANGUAGES and LANGUAGE_CODE settings doesn't work correctly Internationalization
16796 16796 isMobile() should be added to request objects HTTP handling
16806 16806 1 Wrong link in a documentation Documentation
16798 16798 https://code.djangoproject.com needs forgot password *.djangoproject.com
13 13 25 Related objects interface should be tighter (edit_inline) contrib.admin
16310 16310 EmailValiadtor lets through [...].com. (dot at the end) Core (Other)
16697 16697 1 Docs: QuerySet slicing (SQL LIMIT) Uncategorized
16562 16562 intcomma now (incorrectly) requires USE_THOUSAND_SEPARATOR = True contrib.humanize
16695 16695 a line which is never executed Uncategorized
15494 15494 1 Using only('pk') in related set raises FieldDoesNotExist Database layer (models, ORM)
16548 16548 ImageField __init__ should use super() Database layer (models, ORM)
16673 16673 Tiny thing with Apache & mod_wsgi deployment Documentation
16657 16657 1 PyPy compat: call termios functions on file descriptors, not file objects Core (Management commands)
16473 16473 1 Pinboard Spam *.djangoproject.com
16513 16513 import missing in code sample? Documentation
16528 16528 Error in documentation? (test runner return code) Documentation
16564 16564 'How to use Django with Apache and mod_wsgi' code snipped Documentation
16530 16530 manage.py runserver should remove all pycs on startup Core (Management commands)
16527 16527 Cookie Issue HTTP handling
16500 16500 bad link Uncategorized
16495 16495 List of assert* methods in TestCase Documentation
14610 14610 1 fixtures should be able to specify their database Testing framework
10998 10998 2 Django does not work with Python 3 Uncategorized
2318 2318 1 Hibernate's component mapping type for Django Database layer (models, ORM)
16459 16459 Add Haitian Creole Kreyòl to supported languages Translations
16453 16453 FormWizard: Incorrect method signature Forms
289 289 2 [patch] more details with "Please correct the errors below." contrib.admin
16133 16133 cannot access documentation django.contrib.admin *.djangoproject.com
16428 16428 bad link for contrib.admin module documentation Documentation
16419 16419 Invalid link at site *.djangoproject.com
16382 16382 WizardView: Incorrect step numbering contrib.formtools
16390 16390 urlreslove error at django.comments. contrib.comments
16381 16381 1 Specify a folder for the 404.html, 505.html files HTTP handling
16232 16232 Modifiable attribues on GeoAdmin class documentation are exact opposite of true functionality GIS
14390 14390 set_password functionality outside of the User model contrib.auth
16333 16333 RegexURLResolver can get urlpatters list defined by set_urlconf, but get_resolver returns TypeError Core (Other)
811 811 4 IPv6 address field support Core (Other)
16325 16325 truncatewords_html and tables Template system
16323 16323 Typo in 'Raising 404' listing Documentation
16258 16258 1 repeating word Documentation
12202 12202 Hardcoded subject in the reset password mail contrib.auth
16290 16290 slicing in subquery on MySQL DB Database layer (models, ORM)
3104 3104 2 'float' object has no attribute 'split' Core (Other)
14020 14020 1 Make HttpResponse.get work like dict.get HTTP handling
16278 16278 email contact needed Documentation
16275 16275 1 missing from __future__ import with_statement in tests Testing framework
11805 11805 Blocks tags inside inclusion template tags are ignored Template system
16191 16191 indentation typo in tutorial part 2 Documentation
14893 14893 2 TypeError when accessing deferred (defer(..)) geometry field when using proxy geographic model GIS
16170 16170 Run cleanupregistration on djangoproject.com *.djangoproject.com
16163 16163 createsuperuser management command doesn't accept a password contrib.auth
16164 16164 Suggested approach for CSRF in AJAX requests doesn't work when cookie not set CSRF
16143 16143 1 Default settings.py file should fully qualify database name setting Core (Other)
16113 16113 TypeError: unhashable type: 'list' Uncategorized
16053 16053 What does Django do for me Uncategorized
15301 15301 GenericInlineModelAdmin's get_formset() method does not have same arg signature/behavior as InlineModelAdmin contrib.contenttypes
15979 15979 backwards related query set of a model object, not yet saved, returns ALL db objects instead of an empty list. Documentation
15927 15927 FORMAT_QMARK_REGEX in sqlite backend does not work as expected Database layer (models, ORM)
15883 15883 Error in tutorial 01 models.py when defining was_published_today() *.djangoproject.com
15781 15781 1 Multiple databases with same model names causing get errors Uncategorized
15882 15882 1 Attempt to reproduce #15847 Uncategorized
14766 14766 1 ordering by a field that does not exists returns an empty QuerySet Database layer (models, ORM)
14854 14854 1 Follow PEP 8 -- Style Guide for Python Code Core (Other)
15639 15639 1 make_random_password in django.contrib.auth.models UserManager(models.Manager): Uncategorized
15674 15674 1 Error using {% blocktrans %} with variable and {% plural %} Internationalization
15288 15288 ManyToManyField doesn't highlight currently selected items in Admin where target is a proxy object. Forms
15614 15614 Documentation typo Uncategorized
8907 8907 2 ORM-level Caching Core (Cache system)
15384 15384 TestAppDirectoriesFinder fails in Windows Uncategorized
15380 15380 djangoproject home page browser dependent Uncategorized
14251 14251 1 app-labels (still) not translated contrib.admin
14237 14237 1 Old version string on the download page + auto checker proposal *.djangoproject.com
15150 15150 How i make forms in template. Uncategorized
14240 14240 2 filesizeformat should localize number Template system
14080 14080 1 Flatpages pt-br translation Translations
12926 12926 bulgarian translation for v 1.1.1 Translations
7566 7566 1 dumpdata command should not use model._default_manager.all() Core (Serialization)
6620 6620 1 manage.py syncdb does not alter database Database layer (models, ORM)
2986 2986 JavaScript (dismissAddAnotherPopup) problem in TextField with newline characters contrib.admin
14491 14491 1 ability to place inlines between fieldsets in admin contrib.admin
6350 6350 CSS issue on changelist page using admin contrib.admin
3785 3785 1 admin does not valid object id values before using them in database queries contrib.admin
14595 14595 DATABASE DeprecationWarning includes new syntax. Database layer (models, ORM)
14839 14839 django admin and user model inheritance Uncategorized
7334 7334 URLField validator does not allow non-ASCII-Domains Validators
14953 14953 New find_commands(management_dir) to support .pyc and .pyo Core (Other)
4976 4976 1 The contrib.humanize templatetags fail when given None. Contrib apps
14655 14655 1 formsets should be iterable Forms
14899 14899 2 'ModelFormOptions' object has no attribute 'many_to_many' Forms
14847 14847 dumpdata sends output to stderr, not stdout Uncategorized
14838 14838 2 django admin: a staff memeber can delete itself Contrib apps
14075 14075 1 ManyToMany relationships create circular references Database layer (models, ORM)
14169 14169 Improve TemplateSyntaxError for invalid block tags Template system
14763 14763 1 Documentation doesn't provide any information about blocktrans tag in the Internazionalization section Documentation
14424 14424 1 rel_to undefined in init scope of RelatedFieldWidgetWrapper contrib.admin
14740 14740 CZ Localflavor clean() incorrectly calls parent __init__ contrib.localflavor
10901 10901 1 auth.contrib silently catching TypeError contrib.auth
14696 14696 Wrong code colouring Documentation
14564 14564 case insensitive unique_together Database layer (models, ORM)
14654 14654 Cannot make documentation in single HTML file format Documentation
14644 14644 UserManager has no method active() contrib.auth
14584 14584 PASSWORD_RESET_TIMEOUT_DAYS is not documented Documentation
14530 14530 1 specify if new translations to django core can be made in project directory Documentation
1282 1282 archive_today generic view should accept a month_format parameter instead of hardcoding '%b' Generic views
14307 14307 1 Document form ChoiceField tuple Documentation
13830 13830 1 Change one of province name in Indonesian localflavour contrib.localflavor
12484 12484 1 Document that cmemcache is definetly not thread safe Documentation
2740 2740 2 Specifying an order_with_respect_to for a self referential one to many relationship fails Core (Other)
13092 13092 ContextList objects do not support "in" operator Testing framework
14327 14327 Custom Manager not honored in related queries Uncategorized
14393 14393 2 'Add Another' link appears next to ForeignKey field when user has no permission. contrib.admin
14313 14313 1 wrong display of field title in admin contrib.admin
14321 14321 1 IPAddressField inserted as empty string although null=True Database layer (models, ORM)
14302 14302 1 models.BooleanField returns integer Database layer (models, ORM)
13703 13703 1 'errors' should be made a reserved word Database layer (models, ORM)
10328 10328 get_script_path and request.path_info undocumented Documentation
4794 4794 Use CSS :target pseudo class *.djangoproject.com
13632 13632 lack of builtin range checking of id fields Documentation
11770 11770 Allow login_required to specify login_url like user_passes_test contrib.auth
14245 14245 1 django/contrib/flatpages/fixtures not included in the 1.2.2 release tarball Uncategorized
14242 14242 1 UserChangeForm Causes KeyError in 1.2.2 and Trunk Forms
14224 14224 The ModelForm widgets attribute doesn't work(raise Exception) in inlineformset_factory Forms
12894 12894 Not-so-nice anchor for section titles in docs.djangoproject.com *.djangoproject.com
14177 14177 Out of date cache on django.db.models.options.Options instance after adding ForeignKey at runtime Database layer (models, ORM)
3051 3051 1 django.test.client.Client() does not set HttpResponse context and template properly Documentation
11882 11882 Documentation missing for django.contrib.admin.ModelAdmin.formfield_for_manytomany Documentation
13819 13819 django.conf.urls.i18n must allow param language as GET Translations
8011 8011 Translated strings in a ForeignKey of a model in an application not in the project root causes errors Translations
13824 13824 ModelValidation ignores blank=True Documentation
13297 13297 Cannot specify 'pk' in model default ordering Database layer (models, ORM)
13698 13698 whitespace at end of line in regressiontests/utils/timesince.py causes doctest to fail Testing framework
12421 12421 Foreign Key on Non-Primary Field fails due to lack of Index on Related Field w/ MySQL Database layer (models, ORM)
13582 13582 1 multiple files uploaded with same name are not iterable File uploads/storage
607 607 3 Admin option to show/hide fields contrib.admin
11908 11908 Understanding the ManagementForm section could be clearer. Documentation
13474 13474 documentation: django-admin.py and manage.py: createsuperuser Documentation
13402 13402 'cycle' template tag can't handle mix of single, double quotes Template system
13306 13306 Umlaut gets currupted using django shell Uncategorized
13292 13292 An option to turn off CSRF for REST requests HTTP handling
714 714 1 access to id of current user on admin contrib.admin
11168 11168 1 postgis geometry alternatively seen as linestring then multilinestring GIS
10985 10985 1 Explain how models can be organised in a directory Documentation
13083 13083 1 Add foreignkey_id field resolving to queryset filter function Database layer (models, ORM)
13077 13077 Bad link in http://www.djangoproject.com/documentation/0.95/models/validation/ Documentation
5609 5609 1 newforms-admin: input fields do not regard field class contrib.admin
313 313 1 PhoneNumberField should accept international format numbers Internationalization
12917 12917 Buggy save_new() of BaseInlineFormSet when getting pk_value of related object Uncategorized
12487 12487 authenticated user alwayse fetch from database for each request contrib.auth
12290 12290 Give an example for a default ordering of built-in Django middleware Documentation
11774 11774 add __range lookup parameter in django.contrib.admin.views.main.get_query_set contrib.admin
12631 12631 cmemcache is no longer maintained Core (Cache system)
11757 11757 Wrong mimetype when responding HttpResponseNotModified in django.server.static Uncategorized
11976 11976 typo in docs/ref/contrib/comments/forms.txt Documentation
11693 11693 Sitemap framework docs contain a regular expression error in the URLconf examples Documentation
12345 12345 incorrect invoking in the example of Multi-table inheritance section Documentation
12084 12084 Document the return type of QuerySet.update() Documentation
9638 9638 2 Add %(app_label)s to the related_name format string for abstract models Core (Other)
12331 12331 get_display shows choices key, not value if field name contains underscore symbol Template system
12301 12301 4 Template adds extra characters when using utf8 file encoding Uncategorized
12274 12274 Make PDF version of Django Documentation Documentation
12262 12262 Bad link on Uncategorized
12232 12232 Dead links in recent actions and invalid entries in object history Uncategorized
12052 12052 If settings.py has TEMPLATE_STRING_IF_INVALID set, adding new user from admin doesn't work contrib.admin
12000 12000 Code display box renders wrong on Safari Documentation
5996 5996 psycopg2 raises "can't adapt" error where other backends work happily Database layer (models, ORM)
11887 11887 Unescaped characters in the title of the Sites Framework page Documentation
11780 11780 Small typo (two articles) in the static file serving docs Documentation
11861 11861 TypeError: object.__init__() takes no parameters Uncategorized
11815 11815 Multi table inheritance Database layer (models, ORM)
11792 11792 incorrect activation of the code for admin site in urls.py Documentation
11784 11784 exceptions should sublcass StandardError, not Exception Core (Other)
6637 6637 PhoneNumberField set to null=False and blank=True doesn't allow empty string Database layer (models, ORM)
11724 11724 Python slice syntax is not the same as SQL offset limit syntax Documentation
11685 11685 enable scheme and tablespace support for postgressql Database layer (models, ORM)
11655 11655 --indent and --format in the manage.py docs is misleading Documentation
11389 11389 contrib.auth.login should allow to replace AuthenticationForm contrib.auth
11519 11519 Minor typo on "Release notes" documentation page. Documentation
7313 7313 Following part 2 of the tutorial, I get the following error when trying to view /admin/: Uncategorized
11488 11488 ValueError: too many values to unpack when POSTGIS_VERSION in settings GIS
11235 11235 minor error in queryset documentation Documentation
571 571 SQLite error with mod_python/Apche2 on Mac OS X 10.4.2 contrib.admin
11399 11399 Reset on an app that does not fully compile will result in an 'App not found' error. Core (Management commands)
11437 11437 3 [soc2009/multidb] M2M Relationship with through=[model] whose primary key is renamed fails with wrong column name Database layer (models, ORM)
11370 11370 2 GeoQuery works fine in 1.0.2, but chokes on latest SVN GIS
11355 11355 messed up title on django docs Documentation
11312 11312 Typo in documentation Documentation
552 552 2 [patch] SOAP support for django Tools
9484 9484 Admin, raw_id_fields, not int value contrib.admin
11254 11254 Bug in user messages documentation Uncategorized
11034 11034 Typo in admin actions documentation Documentation
10823 10823 1 Implement using variable values within template tags Template system
8396 8396 huntbCfS Uncategorized
10689 10689 1 boolean expressions in the template system's if clause Template system
10688 10688 archive_month generic view next_month is incorrect Generic views
172 172 1 Twisted (twisted.web2) support for Django Tools
10628 10628 2 RelatedManager and NULL Database layer (models, ORM)
10624 10624 has_add_permission not working correctly Uncategorized
10558 10558 10470 and 10472 error. need to enter false in lieu of true. contrib.databrowse
10428 10428 django.utils.dateformat: unknown encoding: gbk2312 Internationalization
2382 2382 [patch] Save Filtering List Views in Admin into Session contrib.admin
10468 10468 1 django/db/models/sql/query.py fails on tuple unpacking Core (Other)
10419 10419 USStateField breaks admin inlines contrib.localflavor
10319 10319 Installation: macports different now Documentation
3501 3501 2 [patch] sqlite selection on datetime members fail when datefield is null Database layer (models, ORM)
9648 9648 Admin extrastyle template block wrapped in [ifIE] css condition Template system
8742 8742 2 Windows support of FastCGI feature Uncategorized
8686 8686 Example of permissions to edit/delete a particular object Documentation
903 903 change login_required contrib.auth
9312 9312 If you'd like a username, see the HTTP handling
9830 9830 spam Uncategorized
9828 9828 spam Uncategorized
9793 9793 SPAM Uncategorized
9839 9839 spam Uncategorized
9822 9822 SPAM Uncategorized
9708 9708 [spam] Uncategorized
9838 9838 spam Uncategorized
9768 9768 SPAM Uncategorized
9737 9737 1 XBpUukxbsF Uncategorized
8395 8395 3 Mein neuer Superfehler verändert Testing framework
9846 9846 spam Uncategorized
9662 9662 SPAM Uncategorized
9840 9840 spam Uncategorized
9109 9109 Support for nested Inline objects. contrib.admin
9815 9815 SPAM Uncategorized
9661 9661 SPAM Uncategorized
9827 9827 spam Uncategorized
9660 9660 SPAM Uncategorized
9550 9550 pWJMJwdfiKyWIRrh Uncategorized
10029 10029 1 LhzHXMJFo Uncategorized
9680 9680 [spam] Uncategorized
9832 9832 fZklpOBRmKjX Uncategorized
9551 9551 pWJMJwdfiKyWIRrh Uncategorized
9951 9951 [SPAM] Uncategorized
9844 9844 spam Uncategorized
9614 9614 contrib.comments requires Authentication middleware Documentation
9802 9802 SPAM Uncategorized
9135 9135 http://docs.djangoproject.com/en/dev/ref/contrib/admin/#exclude Documentation
10135 10135 Widgets documentation Documentation
6588 6588 1 Admin interface doesn't allow to use dots in usernames contrib.admin
10297 10297 Error - Editing post, which consist a uload image from imagefield contrib.admin
3457 3457 3 Allow overriding of error message for each newforms Field type Forms
10278 10278 [spam] Uncategorized
10279 10279 [spam] Uncategorized
10277 10277 [SPAM] Uncategorized
10280 10280 [spam] Uncategorized
10276 10276 [SPAM] Uncategorized
10264 10264 image fileds hard drive storage and database storage in windows conflic names File uploads/storage
10152 10152 Typo in 1.0 Porting Guide? Documentation
9702 9702 1 Will be printabe version of documentation?? Documentation
10042 10042 2 Typo in aggregation docs Documentation
10021 10021 spam Uncategorized
10020 10020 spam Uncategorized
10019 10019 spam Uncategorized
3427 3427 newforms: add readonly support to widgets Forms
9971 9971 [SPAM] Uncategorized
9916 9916 QuerySets should order_by pk as default Database layer (models, ORM)
9904 9904 1 Incorrect function name in files.txt documentation Documentation
9831 9831 tRPctCLbOUzoVfpbE Uncategorized
9829 9829 spam Uncategorized
9818 9818 SPAM Uncategorized
9817 9817 SPAM Uncategorized
9810 9810 SPAM Uncategorized
9811 9811 SPAM Uncategorized
9803 9803 AuthenticationForm not showing errors. Uncategorized
9801 9801 spam Uncategorized
5688 5688 1 missing word in Windows install instructions Documentation
9726 9726 GeoDjango documentation should mention binutils GIS
9719 9719 1 Strings which look like numbers are not quoted, MySQL Database layer (models, ORM)
9742 9742 GIS render_to_kml has incorrect mime type GIS
9707 9707 IntegrityError with Charfield and option unique=True Forms
9703 9703 [spam] Uncategorized
9692 9692 LgnstRBkICV Uncategorized
9695 9695 FLGFNswvIeXltWCk Uncategorized
9689 9689 eSRSUhUiYqjzdShW Uncategorized
9685 9685 [spam] Uncategorized
9679 9679 [spam] Uncategorized
2782 2782 1 mod_python's request.META["SERVER_PORT"] is always set to 0 Core (Other)
9647 9647 Lots of doc pages have escaped HTML chars in them Documentation
106 106 1 [patch] Problem with some js/select box on IE contrib.admin
9419 9419 Russian translation for "Currently:" Translations
4134 4134 1 raw_id_admin support direct visible repr of chosen object contrib.admin
9451 9451 FileField does not work as expected Forms
9423 9423 multi inline model Uncategorized
8775 8775 Change German translation of "E-mail address" to "E-Mail Adresse" Translations
9352 9352 1 Except statement argument wrong in tutorial 4 *.djangoproject.com
9332 9332 raw_id_admin with a string key is broken in IE7 contrib.admin
9314 9314 Old documentation URLs should redirect to new URLs Uncategorized
8965 8965 2 UnicodeEncodeError in template path after migration from Django 0.96 to 1.0 Uncategorized
22 22 3 [patch] FileUploadField should allow for clearing the field contrib.admin
9277 9277 1 The "Reference" link on www.djangoproject.com front page gives a 404 *.djangoproject.com
725 725 1 missing robots.txt on django websites? *.djangoproject.com
9272 9272 contrib.admin.sites should use path_info contrib.admin
9271 9271 http://docs.djangoproject.com/en/dev/ is a bad link *.djangoproject.com
8899 8899 Admin "exclude" option should accept both lists and tuples contrib.admin
9197 9197 Add new fieldtype (eg. Extra) Database layer (models, ORM)
9179 9179 zLAYudAuUtDpqtDgmbg Uncategorized
9178 9178 zLAYudAuUtDpqtDgmbg Uncategorized
9138 9138 Currently, admin.TabularInline? and admin.StackedInline? do not support inlines themselves. This would allow nested inlines to happen. Uncategorized
9126 9126 ByMIbHtGxtNVWVcINR Uncategorized
9020 9020 also delete this ticket Uncategorized
9019 9019 delete this ticket Uncategorized
8954 8954 [SPAM] Template system
376 376 1 Add a handler for mod_python v. 2 (Django requires v. 3) Core (Other)
1603 1603 Setting a primary key field editable=False breaks when using edit_inline contrib.admin
2107 2107 4 Adding an object and several related objects at once with manipulators isn't documented. Documentation
987 987 1 HttpResponseRedirect uses/allows relative URIs for the HTTP Location header, which is forbidden by HTTP Core (Other)
8862 8862 bad link to faq *.djangoproject.com
5428 5428 [enhancement] search field in (main) web page (not in trac) *.djangoproject.com
4043 4043 links to old versions of documentation are displayed even when that documentation page didn't exist in previous versions *.djangoproject.com
8370 8370 Forms include tag does not receive varaible defined by a with tag Forms
8411 8411 Link to custom model fields documentation missing on SVN release documentation page Documentation
8465 8465 template gis/kml/base.kml is not correct GIS
8382 8382 QFbXKkapLeasboJb Uncategorized
8431 8431 MFGdSfsNsCVyubEbzfC Uncategorized
8432 8432 [spam] Uncategorized
8430 8430 MFGdSfsNsCVyubEbzfC Uncategorized
24 24 2 edit_inline support for OneToOne relationships Metasystem
5531 5531 3 properly report when the mysqldb python package doesn't meet the version requirements Database layer (models, ORM)
8397 8397 huntbCfS Uncategorized
8305 8305 XuXBZJFrj Uncategorized
8304 8304 XuXBZJFrj Uncategorized
8303 8303 XuXBZJFrj Uncategorized
8257 8257 Wiki at code.djangoproject.com incorrectly rejecting edits as spam Tools
8212 8212 'Manager' object is unsubscriptable on Sitemaps app Uncategorized
8192 8192 1 django.VERSION missing in alpha-2 Core (Other)
565 565 4 Unique fields don't work on edit_inline models contrib.admin
2175 2175 GenericForeignKey tests should have test for a model with multiple GenericForeignKeys Database layer (models, ORM)
575 575 1 edit_inline don't save child data when a "blank=True" field is not set contrib.admin
651 651 1 Allow directories in filename argument to save_<fieldname>_file Core (Other)
6923 6923 1 Contrib.auth.tests.basic.py does not delete test users 'testuser' and 'testuser2' Contrib apps
7925 7925 Grammar issue in the Admin Documentation Documentation
7678 7678 markdown filter does not work with non-ASCII characters Contrib apps
7647 7647 [Spam] Uncategorized
7646 7646 [Spam] Uncategorized
7645 7645 [Spam] Uncategorized
7866 7866 3 Newforms documentation disappeared Uncategorized
7788 7788 1 Response HTTP/1.0 (/django/core/servers/basehttp.py http_version = "1.0") HTTP handling
7247 7247 unique=True is not handled by newforms-admin contrib.admin
7699 7699 postgresql8.3 on window "select version()" format Database layer (models, ORM)
7680 7680 parse_lookup deleted Uncategorized
7659 7659 UploadedFile is broken and its documentation is incorrect Uncategorized
7618 7618 Multiple ForeignKeys to the same model produces wrong SQL statements (the same as in trunk) GIS
7601 7601 only workable on localhost:8000 by default? Uncategorized
7552 7552 1 [Spam] Uncategorized
7492 7492 1 khZuFSSIPgxwmaMm Uncategorized
7491 7491 1 khZuFSSIPgxwmaMm Uncategorized
7490 7490 1 khZuFSSIPgxwmaMm Uncategorized
7197 7197 6 Incorrect use of IEXACT in manipulator_validator_unique_together Database layer (models, ORM)
7523 7523 The max_length needs to become maxlength Documentation
2720 2720 1 Wrong syntax generated for foreign keys under MySQL Database layer (models, ORM)
7493 7493 1 build_absolute_url method of the HttpRequest class fails with urls with : in their path Uncategorized
6872 6872 Filter won't run with noexistent variable. Template system
6635 6635 Unable to save model with ImageField/FileField on Windows Database layer (models, ORM)
7253 7253 typo on http://www.djangoproject.com/documentation/tutorial04/ ? Documentation
7397 7397 django-admin docs still out of order after [7594] Documentation
7180 7180 make-messages.py using I18N_TEMPLATES_EXTENSIONS from settings... Internationalization
7365 7365 AttributeError Uncategorized
5620 5620 1 XMLField not working Forms
7322 7322 objects = GeoManager() in abstract class fails in subclasses GIS
7191 7191 URL dispatcher page, small error Documentation
619 619 1 documentation page should point to new IRC log *.djangoproject.com
7224 7224 nHDZwVhFry Uncategorized
7225 7225 nHDZwVhFry Uncategorized
7226 7226 nHDZwVhFry Uncategorized
7207 7207 [spam] Uncategorized
7193 7193 1 ytWzeJPU Uncategorized
7175 7175 "extra" anchor in sidebar is really long Documentation
7157 7157 i18n improvement proposal Internationalization
5295 5295 Inner Join and order_by bug Database layer (models, ORM)
6180 6180 DateQuerySet fails with LIMIT (on psycopg2) Database layer (models, ORM)
2939 2939 .values(*fields).distinct().count() returns the wrong value Database layer (models, ORM)
2306 2306 Many-to-many queries very slow on MySQL 3.23.58 Database layer (models, ORM)
245 245 Remove old ordering syntax Metasystem
2253 2253 1 Combining QuerySets via | operator does not always work Database layer (models, ORM)
7030 7030 Allow non-ASCII characters in input for translation for multiple Javascript files Internationalization
7085 7085 1 (spam) Uncategorized
7045 7045 extra(tables=...) was sometimes causing an exception Database layer (models, ORM)
7051 7051 1 Problem with booleanfield and hashing in the form wizard contrib.formtools
7019 7019 ImportError: No module named ImageFile Core (Other)
7004 7004 1 Hello world Uncategorized
6998 6998 1 Typo in part 4 of tutorial 'Writing your first Django app' Documentation
6250 6250 recursion loop on ForeignKey('self',edit_inline=True) Database layer (models, ORM)
6848 6848 1 An Open Source Column-Store Backend Database layer (models, ORM)
5107 5107 1 Replace Context with RequestContext in django.contrib.syndication.feeds Uncategorized
6808 6808 1 Coding style: docstring inconsistency with pep8 and pep257 Documentation
6797 6797 sfsfs Uncategorized
6788 6788 1 django.contrib.auth.forms.PasswordChangeForm throws an AttributeError Uncategorized
5027 5027 cannot initial the selectdatewidget value in newforms Forms
6402 6402 2 order_with_respect_to = 'some_field' fails if some_field = ForeignKey('self', ...) Database layer (models, ORM)
6743 6743 LogEntry in admin doesn't support unicode contrib.admin
6711 6711 1 PL translation - ortographical bug Translations
5829 5829 Return to the calling page from a generic view Generic views
5651 5651 1 Single quotes get escaped twice when creating admin log Database layer (models, ORM)
6684 6684 Seref_Kucuk@wındowslive.com Uncategorized
4114 4114 ForeignKey and OneToOneField should take the verbose_name of target field by default Database layer (models, ORM)
6411 6411 Documentation does not say context_processors.media is new since 0.96 Documentation
6607 6607 1 Django Translation to Basque (Euskara) Translations
6600 6600 1 contenttypes documentation typos Documentation
6601 6601 contenttypes documentation typos Documentation
6589 6589 1 some of django generic apps use old forms Contrib apps
6570 6570 SelectDateWidget generates in-valid xhtml Forms
6257 6257 mistake in it/it_province.py contrib.localflavor
653 653 1 setup.py doesn't create django/contrib/admin/templates/ contrib.admin
2130 2130 1 Foreign keys sometime not generated correctly Core (Other)
6443 6443 pisa seems a good choice for generating pdfs from html Documentation
6236 6236 PostgreSQL 8.3beta* Version error Database layer (models, ORM)
6428 6428 database api order_by() doesn't work with dynamic column names if order by descending Database layer (models, ORM)
6404 6404 Wrong table alias in inner join of Oracle db backend Database layer (models, ORM)
6145 6145 1 Distribution release information out of date Documentation
14 14 1 PIE-IN-THE-SKY: Add spell-check capability to admin textareas contrib.admin
6334 6334 MultiWidget should return mark_safe string Forms
6244 6244 1 ImageField with a ForeignKey disappears from the db contrib.admin
6242 6242 Make make-messages.py support .txt and .xul files Translations
718 718 4 svn co behind stupid proxy *.djangoproject.com
5596 5596 1 "No buffer space available" error when downloading file HTTP handling
6212 6212 models.NullBooleanField.formfield() returns CharField (instead of newforms.NullBooleanField) Forms
6207 6207 objects don't show updates Uncategorized
3083 3083 MySQL IntegrityError Exception on object creation Database layer (models, ORM)
685 685 2 [patch] list_detail and archive_* generic views should default allow_empty to True Generic views
6070 6070 Document that SITE_ID is no longer required to run all tests Documentation
5743 5743 Django breaks Python 2.5's help() Core (Other)
785 785 1 many2many table and legacy databases. Database layer (models, ORM)
6069 6069 6 Fix auto-escaping Password-Change-Link in Admin contrib.admin
5551 5551 Minor Image Error in Tutorial Documentation
5550 5550 write docs about the 404.html & 500.html files. Documentation
4605 4605 Raw SQL DB API docs should mention transaction.commit_unless_managed() Documentation
5447 5447 9 has_{add,change,delete}_permission not working correctly contrib.admin
3356 3356 Ability to turn off new message in the Message framework when using create/edit/delete generic view Generic views
4124 4124 Hierarchical Many-To-One relation presentation in admin page contrib.admin
5730 5730 widgets not properly escaping content Forms
6044 6044 limit_choices_to in one class disable edit_inline of a second in a third class contrib.admin
5932 5932 Accessing ObjectPaginator.page_range before pages raises TypeError Core (Other)
5942 5942 Django IDE Tools
265 265 2 Patch: RequiredIfOtherField and friends don't work with edit_inline Core (Other)
5538 5538 assertRedirects should assume http://testserver if it isn't provided Testing framework
5915 5915 1 use_tls is not passed to send_email (django.core.mail) Core (Other)
5901 5901 r'^polls/' vs r'^admin/' Documentation
5856 5856 1 Crazy caching of code with mod_python Documentation
2082 2082 1 [patch] More robust resolve_variable() in Template() Template system
115 115 14 Models CRUD via web services Core (Other)
5587 5587 Sorting by ForeignKey Uncategorized
4943 4943 Cache middleware description Documentation
899 899 1 Formfield doesn't display default value Forms
4944 4944 It should be documented that "unique" raises an IntegrityError Documentation
4854 4854 backslashes not required on windows Documentation
5633 5633 1 Max OS X permissions Documentation
4557 4557 1 Case-sensitivity issue with app name when creating database tables on windows Database layer (models, ORM)
5613 5613 1 dict objects are unhashable contrib.admin
5534 5534 2 stand-alone python script: no documentation avaliable Documentation
31 31 2 Spelling corrections from Template Guide page. Documentation
5653 5653 unicode in tutorial documentation Documentation
5639 5639 Update loaddata/dumpdata encoding options documentation Documentation
5636 5636 1 Admin backend uses `set` without the Python 2.3 fallback Contrib apps
616 616 1 [patch] process_exception middleware extension Core (Other)
5621 5621 1 Emtpy ForeignKey fields shown as "(None)" contrib.admin
5616 5616 Writing your first Django app, part 4 Documentation
5580 5580 Installation documentation suggests that symlinks are impossible in Windows Documentation
5521 5521 1 repetitions in admin templates contrib.admin
5364 5364 Point to save(commit=False) in the "subset of fields" note Documentation
5572 5572 Can't have empty fixture file with Auto Increment Field in Model Core (Serialization)
5148 5148 email documentation should mention DEFAULT_FROM_EMAIL setting Documentation
231 231 1 [patch] Make appropriate model fields honor max_length param Metasystem
5539 5539 Minor Capitalization Error in Tutorial Documentation
5530 5530 ImportError: No module named mysql.base Database layer (models, ORM)
4635 4635 spam Uncategorized
5219 5219 Problems using syncdb with Oracle 10g - strange field names and null = false ignored Uncategorized
4750 4750 Link to sitemaps in 0.95 documentation is broken Documentation
3514 3514 Include extrabody block to admin's base.html template contrib.admin
2549 2549 5 django.db.models.fill_table_cache will dead loop if with circular Foreign Keys Database layer (models, ORM)
1470 1470 Update all fields related to the same model when adding an item contrib.admin
4710 4710 ModPythonRequest.is_secure(): accept greater range of HTTPS env. settings Uncategorized
5510 5510 testing Uncategorized
5508 5508 broken page in doc Documentation
5502 5502 Removing the automatic colon from newforms' _html_output Forms
5449 5449 [patch] Documentation should mention that the JavaScript calendar widget starts the week on a Sunday Documentation
4234 4234 1 write documentation about the addin "contenttypes"... Documentation
3350 3350 1 Django should call time.tzset after setting TZ environment variable. Core (Other)
5264 5264 Specify required Flup version in documentation Documentation
4940 4940 1 Offer print-friendly version of Django docs Documentation
5323 5323 Small bug in tutorial Documentation
4448 4448 1 OpenCalendar should get its current value from the date field it edits contrib.admin
2151 2151 Support app renaming in INSTALLED_APPS Core (Other)
4885 4885 1 non-ASCII UTF-8 characters in messages on admin pages are displayed incorrectly contrib.admin
4970 4970 documentation - Newforms - Overriding The Default Field Types Documentation
546 546 1 [patch] make render_to_string and render_to_response use select_template Template system
208 208 3 Allow the strings the cycle tag uses to contain spaces Template system
5121 5121 bald link to old docs Documentation
5351 5351 2 [gis] orderfield2column referenced but not imported in query.py GIS
5138 5138 1 Add __contains__ to HttpRequest to make it more dict-like Uncategorized
5377 5377 1 LED显示屏、全彩色LED电子显示屏专业制造商 百润慧通 13911588988 Uncategorized
5378 5378 1 LED显示屏、全彩色LED电子显示屏专业制造商 百润慧通 13911588988 Uncategorized
5379 5379 1 LED显示屏、全彩色LED电子显示屏专业制造商 百润慧通 13911588988 Uncategorized
5380 5380 1 LED显示屏、全彩色LED电子显示屏专业制造商 百润慧通 13911588988 Uncategorized
5381 5381 1 LED显示屏、全彩色LED电子显示屏专业制造商 百润慧通 13911588988 Uncategorized
5371 5371 databrowse fails when table contains non-ascii data contrib.databrowse
5344 5344 1 template loading doesn't work for extends (eg admin/base.html) [& tutorial needs updating?] Template system
5339 5339 Note to long for layout on main tutorial page 1 Documentation
5285 5285 1 Save and add another only for users with add permissions contrib.admin
5303 5303 PythonImport (for handling eggs) can't be placed inside VirtualHost or Location Documentation
5300 5300 1 The last url pattern in Tutorial 4 should be object_id not poll_id Documentation
5312 5312 URLField does not validate .it URLs Uncategorized
526 526 2 Error when edit_inline model have unique_together constraint Database layer (models, ORM)
4761 4761 1 AttributeError (no filter_vertical at TabularInline or StackedInline) Forms
4920 4920 newforms-admin TabularInline with ManyToManyField breaks contrib.admin
5262 5262 1 whore Uncategorized
5252 5252 unexpected keyword argument max_length Documentation
5244 5244 test Uncategorized
4608 4608 Make it really easy to add custom CSS to the admin site contrib.admin
5225 5225 Add Queries to the debug page Core (Other)
5211 5211 [newforms-admin] Admin media Problem contrib.admin
5208 5208 1 mistake in the tutorial example Documentation
5154 5154 Minor docs wording issue: "latter" is only applicable when there are two choices. Documentation
5196 5196 Error since trunk-merge in newforms-admin @5918 Uncategorized
5194 5194 error in poll models Documentation
4296 4296 2 PYTHONPATH in mod_python documentation confuses almost everybody Documentation
4456 4456 1 hacked Documentation
4857 4857 Confusion about is_active contrib.admin
5151 5151 Model examples page doesn't seem to be working Documentation
5142 5142 http://www.djangoproject.com/documentation/models/ unavailable *.djangoproject.com
4646 4646 2 spam Uncategorized
4987 4987 DecimalField not documented Documentation
4910 4910 1 Enable smart_str encoding of email text attachments Core (Mail)
5003 5003 Update for german localization Translations
5108 5108 1 incorrect example url in Documentation
5119 5119 Error in tutorial Uncategorized
5118 5118 __unicode__ does not work with latest official release Documentation
5078 5078 I followed the 0.96 syndication add-on documentation and it was a 404 *.djangoproject.com
5089 5089 Wrong Template in vote() in Part 4 of Tutorial Documentation
4877 4877 typo in "Testing Django applications" documentation Documentation
4980 4980 API stability page needs update w.r.t newforms package Documentation
4898 4898 BaseHTTP delivers the date incorrectly Uncategorized
5042 5042 misleading documentation Documentation
5091 5091 misleading example in groups documentation Documentation
5038 5038 [newforms-admin] JS - inclusion in admin pages contrib.admin
5040 5040 integrate django documentation Uncategorized
4577 4577 证券,股票,基金,债券,期货,投资,证券,股票,股票查询,基金查询, 证券,股票,基金,债券,期货,投资,证券,股票,证券,股票,证券,股票证券,股票,基金,理财,黄金,港股,期货,,股票,基金,理财,黄金,港股,期货,证券,股票,基金,债券,期货,投资. Uncategorized
5035 5035 Group documentation missing? Documentation
4959 4959 2 Template for loop docs suggest missing tuple unpacking feature Template system
5026 5026 cannot use initial of newforms for selectdatewidget's value Forms
4974 4974 model validator list completely ignored Validators
139 139 7 edit_inline should grow some Javascript magic to increase usability contrib.admin
4954 4954 sqlite3 time fields can fail typecasting Database layer (models, ORM)
4950 4950 sites.RequestSite incorrectly reports domain Uncategorized
4929 4929 Page not found when using databrowse with localized date Documentation
871 871 1 ImageField doesn''t honor blank=True argument contrib.admin
4894 4894 link to model examples is broken Documentation
4486 4486 Newforms DecimalField formats initial data improperly Forms
2585 2585 no Syndication feeds (RSS and Atom) codepage select (some similar to #2584) contrib.syndication
744 744 1 `NullBooleanField` should show an icon in the admin listing rather than &#34;None&#34; Generic views
4182 4182 manage.py test AND --noreload Testing framework
236 236 1 Add support for deleting cookies easily Core (Other)
127 127 1 Documentation how to setup djangoproject.com Documentation
4847 4847 Missing Step in Flatpages installation Documentation
4835 4835 2 EmailMultiAlternatives doesn't render unicode html well Core (Mail)
4838 4838 Error while installing Django. Documentation
4816 4816 __str__ vs. __unicode__ in models.py Documentation
4828 4828 Error in tutorial Documentation
4822 4822 1 Changeset 5636 causes AttributeError at django/core/urlresolvers.py in resolve, line 234 when using Django's adminstrative interface Core (Other)
4811 4811 Different name conventions for models and newforms Uncategorized
456 456 1 [patch] minor typo in overview.txt Documentation
264 264 1 None Contrib apps
4700 4700 6 urlresolvers.get_callable fails in case of running tests Core (Other)
1769 1769 Error on tutorial page #1 *.djangoproject.com
1671 1671 spam contrib.syndication
1604 1604 FormField.convert_post_data() bug Core (Other)
956 956 1 Updated Galician (gl) translation Internationalization
812 812 1 [Syndication doc example] - Templates and associated extension Documentation
881 881 update slovak (sk) translation Translations
776 776 3 smart+question *.djangoproject.com
851 851 2 New SQL query API Database layer (models, ORM)
371 371 2 random filter in template throws an error Template system
601 601 2 Unique_together documentation update Documentation
394 394 Redirects and multiple name= pairs Core (Other)
536 536 1 Wrap load_and_render in HttpResponse in the calling function Tools
509 509 1 We need a &#34;Powered by Django&#34; button Database layer (models, ORM)
475 475 1 Recursive function calling not working properly in template tags Template system
504 504 1 mailing lists don't work without a @gmail email address *.djangoproject.com
103 103 1 "Get current version: 1.0" is misleading *.djangoproject.com
438 438 marking the field null=True it does not seems to work contrib.admin
380 380 2 Tutorial 1, missing specific directory information Documentation
402 402 Site Domain Hardcoded contrib.admin
351 351 1 Make list_detail.object_list respect allow_empty when paginating Generic views
224 224 AUTH_SESSION_COOKIE change contrib.admin
359 359 1 Simplified assignment and lookup for related fields contrib.admin
333 333 1 HttpResponse should get a default charset Core (Other)
273 273 4 [patch] Password salt and other algorithms support Core (Other)
120 120 1 djang-admin.py called without argument Tools
91 91 1 A (possible) cleaner ORM fields description Core (Other)
134 134 1 Template for password change not included in source dist contrib.admin
222 222 1 r335 - sqlite database wrapper produces numeric (none,none) for a float field Database layer (models, ORM)
223 223 1 [PATCH] Breadcrumb navigation broken in admin documentation contrib.admin
225 225 2 MS SQL Server via ADO Database layer (models, ORM)
215 215 1 Need to generate postgresql tables WITHOUT OIDS by default Database layer (models, ORM)
295 295 1 [patch] Add reverse counter variables to template &#34;for loops&#34; Core (Management commands)
168 168 1 history() in django/views/admin/main.py makes assumptions about the object's key name contrib.admin
121 121 1 [patch] Names in SQL should be quoted Metasystem
177 177 2 Logout from Admin leaves you in /admin/logout contrib.admin
198 198 1 istartswith doesn't work Contrib apps
2 2 1 Calendar popup - next/previous month links close the popup in Safari contrib.admin
163 163 1 Option to leave off __exact Template system
109 109 7 Patch: Customizing Date(Time)Field displays contrib.admin
12 12 2 Add metasystem database-check functionality Metasystem
20 20 2 "Add another" for many-to-many relationships contrib.admin
33 33 1 frontpage typo *.djangoproject.com
90 90 1 Add "django-admin.py inspectdb" option Tools
94 94 1 Mysterious error contrib.admin
88 88 1 Configuration should be more forgiving to users who forget the trailing comma. Core (Other)
43 43 1 link to icon_searchbox.png is broken contrib.admin
3841 3841 ManyToMany field can be empty even if required=True Forms
4744 4744 Broken link *.djangoproject.com
4715 4715 1 syncdb attempt to create existing tables Uncategorized
4708 4708 2 manage.py dbshell problem on Windows Core (Management commands)
4687 4687 1 typo Documentation
4241 4241 Czech translation update Translations
4665 4665 Serving media files in dev mode conflicts if you name the URL media Contrib apps
4649 4649 2 "per-view cache" and decorator syntax. Documentation
4645 4645 1 spam Uncategorized
4644 4644 1 spam Uncategorized
4643 4643 1 spam Uncategorized
4642 4642 1 spam Uncategorized
4647 4647 1 spam Uncategorized
4500 4500 Tutorial: What about the HttpResponseRedirect? Documentation
4636 4636 spam Uncategorized
4634 4634 spam Uncategorized
4632 4632 test Tools
4584 4584 Bad nesting of tags in databrowse template. Contrib apps
4586 4586 Typo in docs/tutorial01.txt Documentation
4596 4596 1 thank you for coming Tools
4583 4583 [unicode] Problems with databrowse Internationalization
4581 4581 Typo - oldforms should be newforms Documentation
4580 4580 证券,股票,基金,债券,期货,投资,证券,股票,股票查询,基金查询, 证券,股票,基金,债券,期货,投资,证券,股票,证券,股票,证券,股票证券,股票,基金,理财,黄金,港股,期货,,股票,基金,理财,黄金,港股,期货,证券,股票,基金,债券,期货,投资. Uncategorized
4579 4579 证券,股票,基金,债券,期货,投资,证券,股票,股票查询,基金查询, 证券,股票,基金,债券,期货,投资,证券,股票,证券,股票,证券,股票证券,股票,基金,理财,黄金,港股,期货,,股票,基金,理财,黄金,港股,期货,证券,股票,基金,债券,期货,投资. Uncategorized
4578 4578 证券,股票,基金,债券,期货,投资,证券,股票,股票查询,基金查询, 证券,股票,基金,债券,期货,投资,证券,股票,证券,股票,证券,股票证券,股票,基金,理财,黄金,港股,期货,,股票,基金,理财,黄金,港股,期货,证券,股票,基金,债券,期货,投资. Uncategorized
3972 3972 Outdated newforms save_instance docstring Forms
4508 4508 wed Documentation
4145 4145 Add information on support for creating subclasses in the model Documentation
1791 1791 Application dependencies should be documented Documentation
4261 4261 1 the doc that descripes models does NOT exist *.djangoproject.com
3728 3728 Last updated date on documentation *.djangoproject.com
171 171 1 Bug, I think, in foreign keys and SQLite Database layer (models, ORM)
4483 4483 request/response docs don't mention that request.has_key() is deprecated Documentation
611 611 1 fields with editable=False do not render contrib.admin
3764 3764 select_related() raises RuntimeError with ForeignKey('self') when record linked to itself Database layer (models, ORM)
4458 4458 wep Uncategorized
4449 4449 1 NoReverseMatch in your tutorial example Documentation
16 16 1 Create some form of "edit many at once" feature for the admin contrib.admin
4419 4419 Wrong link in 0.95 documentation overview Uncategorized
4420 4420 Broken link from page "testing" to file "settings" Documentation
4221 4221 tutorial 4 uses hardcoded, absolute URL instead of get_absolute_url() or permalink() Documentation
3227 3227 settings.py for localhost should specify localhost for postgresql (at least in my case) Documentation
4351 4351 Blank char/text fields Documentation
4379 4379 AUTH_PROFILE_MODULE missing from settings documentation Documentation
4359 4359 2 [unicode] Translation errors in the admin Internationalization
4361 4361 unicode-branch - _get_FIELD_display doesn't work in templates Internationalization
572 572 1 When i have an ImageField and a auto_now DateTimeField in the same model it doesnt get saved contrib.admin
4320 4320 1 unicode-branch - admin select view doesn't work for localized field with choices Internationalization
4357 4357 AttributeError at /admin/ contrib.admin
4352 4352 How to distinguish hight quality Supplier Uncategorized
200 200 3 Add a Decimal type and a Currency type Database layer (models, ORM)
4004 4004 Need a newforms.FloatField field Forms
3398 3398 send_mass_mail confused by non-ascii characters Core (Mail)
4328 4328 client.get() always fails on django.contrib.auth.views.logout Testing framework
4315 4315 unicode-branch - "old admin" dislikes unicode lookup parameters Internationalization
4314 4314 unicode-branch - non-ascii passwords don't work Internationalization
4313 4313 unicode-branch - date and time filters doesn't work with non-ascii string Internationalization
4303 4303 http://www.djangoproject.com/documentation/db-api/#get-list-or-404 Documentation
4265 4265 trailing slash for os.chdir? Documentation
952 952 6 [patch] Allow for database client encoding configuration from project settings Database layer (models, ORM)
4280 4280 thread.local usernames & business logic support Core (Other)
4257 4257 Easy to miss important instruction in Cross Site Request Forgery protection documentation Documentation
4253 4253 2 Problem with tutorial page 4 Documentation
3936 3936 Setting database for testing Documentation
4242 4242 1 pt-br is "Brazilian Portuguese" not "Brazilian" Documentation
4230 4230 oi Uncategorized
4210 4210 s/absolute/relative Documentation
4194 4194 Django Documentation for 0.91 is missing Documentation
4188 4188 1 Language list is not up-to-date Documentation
2313 2313 Fixed various spelling errors in Polish translation Translations
3954 3954 2 [patch] Fixtures for postgresql and problems with colors. Core (Serialization)
4164 4164 Inaccurate tags recognition Template system
4168 4168 Bad link to .96 tutorial #2 Documentation
4156 4156 2 broken URLs to tutorials in 0.96 docs *.djangoproject.com
4159 4159 0.96 Tutorial 1 has invalid link to Tutorial 2 *.djangoproject.com
4142 4142 1 Bad link *.djangoproject.com
4135 4135 Dead links in Tutorial for 0.96 Documentation
4118 4118 dead link Documentation
3962 3962 sqlite3 backend does not allow '%i' in cursor.execute Database layer (models, ORM)
4066 4066 0.96 tutorial cross-links broken Documentation
4087 4087 1 Decoupling the URLconfs is not complete Documentation
4073 4073 Installation docs should expand on command line usage and use of django-admin.py Documentation
4011 4011 Bad link Documentation
4072 4072 Path making the simlink works only on Python 2.3 Documentation
4064 4064 2 fgdsfg Core (Management commands)
4062 4062 2 ffffffffffffffffffffffff Uncategorized
4058 4058 1 Databrowse AttributeError with USE_I18N=True Contrib apps
4029 4029 bad link on site *.djangoproject.com
3916 3916 tutorial part 2 documentation for admin gives wrong guidance about content Documentation
3794 3794 a typo in the footer notice to use this ticket system if you see a mistake Documentation
3968 3968 'customing' spelling mistake in request_response docs Documentation
3947 3947 Localized labels don't work with newforms Forms
3536 3536 2 setup.py is broken in (at least) r4549 on (at least) Win32 Uncategorized
3921 3921 Error report - Your first Django app, part 1,2 Documentation
3844 3844 1 Effecient Runtime values Forms
3843 3843 setting up django with mod_python and apache. Documentation
3889 3889 incorrect anchor on link Documentation
3886 3886 1 DB_API, Meta options -> unique_together: List of lists or tuple of tuples? Documentation
3840 3840 "Settings file" is unclear in modpython docs. Documentation
3834 3834 dispatcher.connect and custom parameters Uncategorized
3856 3856 1 link to 0.95 version on installation document is broken Documentation
652 652 1 An option to upload files into database would be a great alternative to filesystem uploads. Database layer (models, ORM)
2501 2501 Oracle backend: only single LONG is allowed in tables Database layer (models, ORM)
3775 3775 mysql_old backend use mysql backend django-admin.py inspectdb
3755 3755 Copyright year on djangoproject.com *.djangoproject.com
2026 2026 If statement doesn't allow for 'and' chaining.. Template system
3631 3631 the built-in truncatewords filter can't deal with chinese Uncategorized
863 863 1 Atom Feeds should pick up "updated" and "published" elements automatically from auto_now and auto_now_add fields contrib.syndication
3586 3586 Only add the Vary: Cookie header when the request actually varies on the cookie Uncategorized
3641 3641 django_bash_completion rev 4646 errors on OS X Tools
2536 2536 Mutually referential many-to-one relationship AddManipulator fails. Database layer (models, ORM)
3653 3653 2 Chapter 9 prompts error and cannot read any further *.djangoproject.com
3650 3650 gg contrib.comments
3645 3645 1 Change Password form in admin fails if TEMPLATE_STRING_IF_INVALID is not '' contrib.admin
482 482 1 ForeignKey inline editing drops records in the Admin application Core (Cache system)
3622 3622 maxlength vs. max_length Forms
3596 3596 Labels not positioned correctly in Admin contrib.admin
3599 3599 login_required decorator breaks automatic views documentation in admin cp contrib.admin
3595 3595 Labels not positioned correctly in Admin contrib.admin
2828 2828 1 TypeError when deleting objects with ManyToMany(self) relationships in the admin contrib.admin
760 760 5 Error reason not seen when 500 template is missing contrib.admin
639 639 2 Model FileFields empty on first pass through save() Core (Other)
317 317 1 [Patch] slugify delimits words by hyphens, but its validator doesn't like them Generic views
2759 2759 "allow_future" missing from date based generic views Generic views
5 5 3 Add a cache=NUM_SECONDS argument to QuerySet Metasystem
3571 3571 Including Berkeley DB in Database list Database layer (models, ORM)
393 393 2 [patch] Filters don't take the str() value of a var Core (Other)
2455 2455 1 USStateField to show list of US states in admin Forms
3329 3329 [patch] Catalan translation Internationalization
3125 3125 Tests in tests.py not run in an app without a models.py file Testing framework
3497 3497 Recent code changes RSS doesn't work *.djangoproject.com
2907 2907 [patch] Add <tbody> ... </tbody> in the table in edit_inline_tabular.html admin file contrib.admin
1380 1380 Better title ordering on project website *.djangoproject.com
3159 3159 1 Documentation says about "symlinking" Documentation
2419 2419 1 Failure to Redirect After Login Contrib apps
2880 2880 incompatibility with MySQL-python-1.2.2b1 or python-2.5 Database layer (models, ORM)
1790 1790 Can't find objects when using subclassed model Tools
547 547 1 [patch] XMLRPC support for django Tools
3309 3309 prepopulate_from JS helper script passes some non latin-1/ascii chars contrib.admin
3383 3383 Images Won't Include Template system
3365 3365 Error in permission docs Uncategorized
3302 3302 [patch] move documention snippet from models-api to django-admin Documentation
3299 3299 [patch] the name of project cannot have the name "site" contrib.admin
3179 3179 PostgreSQL backend reporting "SET TIME ZONE" error instead of the real error Database layer (models, ORM)
688 688 2 [patch] Error handlers lack context. Translations
3315 3315 add german date format to DEFAULT_DATE_INPUT_FORMATS Forms
10 10 2 Ordered objects should have API access to their order number Validators
872 872 2 fields.TextField should pass 'rows' argument to its formfields.LargeTextField contrib.admin
65 65 3 [i18n] Internationalization and localisation contrib.admin
389 389 1 [patch] admin interface only sorts by first ordering field contrib.admin
1082 1082 magic-removal branch: SQLite does not support ALTER TABLE n ADD CONSTRAINT Database layer (models, ORM)
440 440 3 [patch] maxlength incorrectly checked for international characters in utf-8 contrib.admin
669 669 1 site table Metasystem
501 501 1 {{ block.super }} returns value of the most remote ancestor contrib.syndication
510 510 3 [patch] Defend admin against CSRF attacks contrib.admin
529 529 3 Add support for GenericForeignKey Contrib apps
3158 3158 Outdated documentation/tutorial1 "Let's look at what startproject created:..." Documentation
573 573 [patch] add plus sign to ManyToMany fields in admin contrib.admin
327 327 1 Metasystem should support more than one ManyToMany relationship Metasystem
122 122 1 [patch] Build models using fieldname=FieldClass Core (Other)
1402 1402 In the admin edit_inline stops prepopulate_from working for slug fields. contrib.admin
435 435 1 Exception thrown out when doing do_html2python Core (Other)
61 61 5 [patch] auth.User admin form shouldn't require people to edit hashes contrib.admin
463 463 2 [patch] new mysql.DatabaseWrapper - solving multiple MySQL problems Core (Other)
2624 2624 Doc string misleading in contrib.auth Permission model. Contrib apps
337 337 1 DateTime fields don't work in the generic views Generic views
381 381 2 Tutorial 1, the name of the file to modify is missing Documentation
739 739 1 tutorial and docs translations Documentation
451 451 1 There should be OneToManyField support Database layer (models, ORM)
338 338 2 ManyToMany fields don''t work in the generic views Generic views
329 329 RSS framework needs an easier interface contrib.syndication
3305 3305 Multiple ForeignKeys in same model seems to break inline edits. Database layer (models, ORM)
2522 2522 1 Error when 2 foreign keys to same Model w/ edit_inline=True contrib.admin
3289 3289 MultipleHiddenInput widget is missing "value_from_datadict" method. Forms
3270 3270 IntegrityError when using unique_together in model in admin interface contrib.admin
3276 3276 1 __in lookup broken within exclude() Database layer (models, ORM)
3197 3197 test contrib.admin
2826 2826 1 contrib.comments.views.comments.post_comment should check .is_authenticated() before trying to do a login. Contrib apps
3175 3175 ramona contrib.admin
3129 3129 1 MultipleChoiceField doesn't handle correctly QueryDict Forms
2840 2840 6 [patch] Reorder titles in the django documentation *.djangoproject.com
813 813 1 we need spam protection for the ticket system :-( *.djangoproject.com
2742 2742 [patch] core.handlers.wsgi.py doesn't properly handle blank CONTENT LENGTH with patch Core (Other)
767 767 updated cs translation Translations
2988 2988 1 test contrib.admin
167 167 1 ForeignKey should also take string arg instead of class name Metasystem
1484 1484 [patch] files uploads should be streamed to temporary files Core (Other)
395 395 1 [patch] New session middleware for browser-session length cookies Core (Other)
489 489 [patch] MySQL: TextField => longtext Database layer (models, ORM)
420 420 2 [patch] exclude_fields in AddManipulator and ChangeManipulator Metasystem
981 981 1 SQL insert files located in every app should be documented Documentation
2398 2398 Django install fails contrib.admin
783 783 Add ¨id¨ field to anonymous user object Core (Other)
798 798 1 Specifying username, email, and password on as arguments to &#34;django-admin.py createsuperuser&#34; Translations
280 280 add _pre_delete and _post_delete hooks Core (Other)
595 595 Allow custom 'select' arguments sorted descending to work Metasystem
2958 2958 Location vs Directory in apache configuration Documentation
365 365 1 [patch] Change template.resolve_variable() to resolve hard-coded strings Template system
170 170 1 Unicode field names cause UnicodeEncodeError in main admin handler contrib.admin
927 927 3 non-integer primary keys are broken since new-admin merge Metasystem
2518 2518 1 Should not use datetime.today() to filter datetime field contrib.admin
416 416 4 Automate site introspection for url pattern modules, view methods, template directories, and applications contrib.admin
2209 2209 1 Edit inline and models without fields in the admin Core (Cache system)
500 500 2 [patch] Templates files extensions other than '.html' should be possible Template system
890 890 1 database tables should be imported directly, not thru django.models.[app_name].[table_name.lower()]s Database layer (models, ORM)
828 828 1 Same function used for GET and POST Database layer (models, ORM)
1520 1520 Greek Translation, first attempt to add it. Translations
830 830 Add AUTHORS file to distribution Documentation
2898 2898 A bug: ngettext is not imported in django.db.models.fields.related Core (Other)
2953 2953 'django-manage.py sqlall auth'/'python manage.py syncdb' keeps trying to install tables Core (Management commands)
201 201 1 ImageField validation error contrib.admin
321 321 Revision 494 breaks MySQL Database layer (models, ORM)
664 664 1 Document 'singular' argument for ManyToMany fields Documentation
574 574 [patch] fix small CSS bug in admin interface contrib.admin
913 913 [patch] incorrect `list_filter` field error message a bit stranger than necessary contrib.admin
135 135 1 Document mod_python behavior with more than one SETTINGS in a vhost Documentation
1673 1673 Misleading error message if pysqlite2 is not installed Database layer (models, ORM)
174 174 1 Tutorial01 translated to brazilian portuguese Documentation
2217 2217 2 Filtering by related object does not work Database layer (models, ORM)
707 707 1 Add support for optional filter arguments Template system
733 733 2 small addition to i18n.txt with regard to caching Core (Other)
670 670 djangoproject website should be updated to reflect recent admin changes *.djangoproject.com
2166 2166 faq.txt - Consider to pipe into django-admin.py dbshell to clear data Documentation
119 119 3 Serving media Core (Other)
464 464 [patch] Modification of django.core.mail: more fields, using dicts to pass arguments Core (Other)
610 610 XSLT as templating engine. contrib.admin
86 86 Custom External TemplateTag module Core (Other)
686 686 1 sqlreset references django_admin_log Generic views
2744 2744 context processors cant return None cause it not checked in RequestContext Template system
1222 1222 [patch] magic-removal: some magic still lurking in django.views.generic.create_update Testing framework
1649 1649 Attempting to use foreignkey fields in repr definitions does not work in admin contrib.admin
1462 1462 Add Page Decorator to django distribution Core (Other)
796 796 Return no permission rather than a traceback for anonymous users Core (Other)
925 925 1 [patch] Refactor functionality of DjangoContext into 'processors' which can be replaced or added to Core (Other)
1296 1296 [patch] Allow SlugFields longer than 50 Metasystem
62 62 1 Change tutorial to use easy development server, not mod_python Documentation
622 622 Added a isnull filter Template system
1491 1491 [patch] Made django.core.management output colourful SQL and errors Core (Management commands)
1339 1339 SessionWrapper doesn't have enough dictionary goodness Core (Other)
768 768 tests errors on winxp Core (Other)
2485 2485 1 Confusing comment in settings.py Template system
288 288 1 Document custom template tags systyem Documentation
2206 2206 1 Desire to use Google Web Toolkit in Django... contrib.admin
2908 2908 1 include template tag not allowing block tags Template system
210 210 Some tables are unreadable due to white text on white background *.djangoproject.com
132 132 REMOTE_ADDR not in WSGI-environ Core (Other)
1590 1590 mysql and postgresql backends get_last_insert_id() do extra queries Core (Other)
1599 1599 [magic-removal] tutorial01.txt: bugs in example of using the shell Documentation
2836 2836 nested for Template system
2312 2312 2 E-mail validator should accept new TLDs such as ".museum" contrib.admin
2147 2147 [patch] Fixes FileField/UploadField in update_object Generic views
2852 2852 Admin Inner Class contrib.admin
2857 2857 Implement multi delete contrib.admin
2558 2558 forms.RawIdAdminField fails with NoneType on split() Core (Other)
961 961 1 [patch] Add automatic thumbnail generation to ImageFields Core (Other)
126 126 Patch to place the post_data into the request variable contrib.admin
750 750 2 i18n should ideally respect the languages supported on a per-application basis Tools
1699 1699 raw_id_admin problem contrib.admin
2035 2035 All perfect with Developer mode, but it not work in production using Apache Core (Other)
2746 2746 [patch] new Validator for Mac Addresses Validators
2216 2216 Filtering by a field having same name as the model results in AttributeError Database layer (models, ORM)
582 582 1 [patch] Load templates from application eggs Template system
746 746 1 refactor models/__init__.py so fields themselves add their own get_XXXX_count/list functions Core (Other)
2192 2192 3 [patch] DateField with unique=True breaks contrib.admin
849 849 2 login_required redirects to pages without parameters and so loses them Core (Other)
603 603 Improved template error messages Template system
2173 2173 [patch] faq.txt - Wrong text for a link. Documentation
60 60 Built in webserver Core (Other)
657 657 1 validator - characters without numbers Validators
879 879 1 Error when loading malformed MIDDLEWARE_CLASSES path Core (Other)
1405 1405 [patch] [magic-removal] python on windows has no module 'pwd' Core (Other)
930 930 3 [patch] Leaving out ¨ordering¨ in OneToOne relationship causes bad SQL statement Metasystem
577 577 1 Dynamic attribute lookup in templates Template system
291 291 Installation problems contrib.admin
2739 2739 There is no build-in support for data related to a anonymous user Contrib apps
466 466 Model tutorial fails Documentation
732 732 1 slightly update de-translation Translations
1426 1426 patch: core.js String.prototype.pad_left sets/overrides global variable 'new_string' contrib.admin
252 252 1 Update shared hosting FAQ *.djangoproject.com
826 826 1 Development server kills itself to reload, causing browser GET failures contrib.admin
411 411 1 CursorDebugWrapper does not support pyformat paramstyle. Database layer (models, ORM)
535 535 6 Refactor admin code to clean it up contrib.admin
908 908 1 writing Null instead of the default value to the database in default object manipulator Metasystem
256 256 1 (patch) add ifequal template tag to set of default tags Template system
1392 1392 [magic-removal] "Can't create table '.\\project\\#sql-f6c_e.frm' (errno: 150)") Database layer (models, ORM)
620 620 1 [patch] make limit_choices_to work with raw_id_admin contrib.admin
114 114 DeprecationWarning when creating a new project (see patch) Core (Other)
2024 2024 SQL permission error causes Django admin to enter into infinite 302 redirect loop contrib.admin
1588 1588 Documentation grammar addition Documentation
1010 1010 rev 1560 fails to save object Core (Other)
497 497 1 Request DB API access to the validation information in the model Database layer (models, ORM)
300 300 1 ImportError in simple setup Core (Other)
593 593 1 [patch] Fulltext search support in Django Database layer (models, ORM)
1530 1530 [patch] making distinct=True work with get_count Core (Other)
658 658 [patch] javascript calendar widget layout broken in IE contrib.admin
635 635 A small tipo in docs Documentation
305 305 1 sql code was not white space safe? Database layer (models, ORM)
1303 1303 djangoproject.com aggregator feed *.djangoproject.com
804 804 update slovak(sk) translate Translations
833 833 cs trans new_admin updated Translations
366 366 2 Document meta.LazyDate() technique Documentation
319 319 prepopulate_from attribute does not correctly handle DateTimeField types contrib.admin
2153 2153 debug.py fails to render Core (Other)
775 775 1 Updated Bengali (bn) translations Translations
695 695 2 sqlupdate, creates sql to update the database based on an updated model file Database layer (models, ORM)
1362 1362 [patch] magic-removal: User messages Generic views
1386 1386 magic-removal: flatpages broken, 'FlatPage' object has no attribute 'set_sites' contrib.admin
309 309 1 tables with 'class' in them translate to 'classs' messing up inserts contrib.admin
2766 2766 all of djangos decorators generating wrappers dont assign necessary attributes to the wrapper Core (Other)
1614 1614 query.lookup_inner doesn't update tables Core (Other)
2791 2791 [patch] MergeDict needs __contains__ to support 'in' Core (Other)
1999 1999 Layout breaks with large fonts in documentation left sidebar. contrib.admin
1726 1726 createsuperuser really missing in mr contrib.admin
110 110 1 Documentation on pagination needed Documentation
1725 1725 syncdb runs into error (after creating users?) contrib.admin
1403 1403 More intelligent green cross in admin. contrib.admin
156 156 changeset 293 breaks tutorial polls app contrib.admin
2589 2589 Improved Norwegian translation files Internationalization
2670 2670 look_up types in CAPITAL letters (following the Documentation) cause error-message Documentation
2639 2639 1 A few words are not i18n-ized in admin interface contrib.admin
2431 2431 1 setuptools download fails at installation Tools
184 184 2 Add django architecture documentation Documentation
2531 2531 1 Don't add "s" in Czech translation Internationalization
2521 2521 When I changed Language_Code = 'zh-cn', something wrong Internationalization
2429 2429 2 [patch] Error in Tutorial 4 Documentation
2469 2469 manage.py sqlclear outputs illegal constraint names Tools
672 672 3 get_absolute_url isn't nice contrib.syndication
2468 2468 app_directory template loader expects redundant path Template system
2428 2428 Community RSS feed is broken (/rss/community) *.djangoproject.com
2193 2193 1 implement dynamic limit_choices_to Database layer (models, ORM)
2420 2420 Minor error in http://www.djangoproject.com/documentation/syndication/ contrib.admin
2405 2405 [patch] django.contrib.auth.views.logout causes recursion error Contrib apps
2295 2295 sessions doc page doesn't mention the INSTALLED_APP Documentation
2294 2294 2 TRAC spam filter causes problems in updating the DjangoPoweredSites wiki *.djangoproject.com
2303 2303 1 [patch] Recent break to template resolve_variable with booleans Template system
2305 2305 Broken anchor *.djangoproject.com
2290 2290 HTML not escaped in Admin messages contrib.admin
2263 2263 1 [patch] broken link in `docs/authentication.txt` Documentation
2251 2251 wrong default admin url in the svn checkout Core (Other)
1848 1848 [patch] admin time shortcut in 30 minute intervals contrib.admin
513 513 an integer form field is passed to sql as a string if it is None and not on the form. Core (Other)
2025 2025 2 [patch] Fix some issues with URL reversal Core (Other)
1800 1800 Convert model examples to post-magic-removal API Documentation
1978 1978 Create Initial data via database API instead of SQL Core (Management commands)
1813 1813 [patch] Add a hook for loading SQL files that aren't tied to a particular model contrib.admin
283 283 templatetags/log.py breaks on AnonymousUser Core (Other)
449 449 1 [patch] variable selection for templates should allow negative list indexes Template system
2005 2005 Recent changes RSS feed doesn't work... contrib.admin
2003 2003 1 ManyToManyField(SomeModel, blank=True, null=True) does not work contrib.admin
1963 1963 Multiple form variables of the same name get lost. Core (Other)
1788 1788 sometimes tecnhical_500_response fails Core (Other)
1892 1892 The sqilite backend fails to mark fields as foreign keys Database layer (models, ORM)
1739 1739 link to non-existing page on transactions "See the transaction management documentation" wich points to "http://www.djangoproject.com/documentation/transaction/" The latter does not seem to exist. *.djangoproject.com
1695 1695 tutorial4.txt(42): create->created Documentation
1698 1698 WARP TOUR Documentation
877 877 ordering by primary key in admin with oneToOne relations is done over the wrong table contrib.admin
1518 1518 using different TEMPLATE_FILE_EXTENSION would be nice Template system
1596 1596 connection.close Core (Management commands)
1546 1546 Bad link Documentation
1532 1532 [patch] [magic-removal] select arg for QuerySet.extra() should be a dict Database layer (models, ORM)
704 704 1 AttributeError with non-standard primary key name contrib.admin
1469 1469 Move django.forms to django.form.fields Validators
1439 1439 Error in transaction docs Documentation
1347 1347 [patch] allow redirect to any page after deletion in admin interface contrib.admin
542 542 1 [patch] Add an "or cancel" link to add, edit, and delete admin views. contrib.admin
1406 1406 [magic-removal] Cannot add via admin interface, DoesNotExist error contrib.admin
980 980 1 Database Querying Database layer (models, ORM)
1279 1279 dead links: documentation Documentation
1150 1150 The custom method does not work Core (Other)
696 696 1 add newline-suppression to {% and {{ Template system
1057 1057 cannot set SESSION_COOKIE_AGE to None Core (Other)
996 996 1 django-admin startproject myproject still create myproject\settings Core (Management commands)
945 945 1 not translated parts in admin Javascript Translations
816 816 [Patch]FileField doesn't work in generic view Generic views
709 709 1 The MultiValueDict in datastructures.py should have a "__contains__" method defined Core (Other)
942 942 ordering bug Documentation
888 888 request.POST does not evaluate to True if there are no form variables Core (Other)
705 705 1 Patch to allow ssi tag to try templates first, then absolute url Template system
909 909 update slovak (sk) translation Translations
916 916 1 New admin change_list should be looked up in the app templates To switch your existing trunk checkout to the new-admin branch: {{{ svn switch http://code.djangoproject.com/svn/django/branches/new-admin/ New admin change_list should get looked up in contrib.admin
629 629 1 [patch] ChangeManipulator does not correctly display <select> when the data is an id type Core (Other)
766 766 1 [patch, new-admin] Allow html tags if "allow_tags" model's method attribute is present contrib.admin
902 902 Small documentation update Documentation
859 859 2 CharField shouldn't require a maxlength Database layer (models, ORM)
869 869 update slovak (sk) translation Translations
860 860 update slovak (sk) translation Translations
839 839 Fixed small typo in cache docs Documentation
831 831 1 Update slovak(sk) translation for new-admin Translations
815 815 [patch] select keyword to lookup_kwargs are being quoted incorrectly in query Core (Other)
781 781 Icelandic translation Translations
777 777 1 update slovak(sk) translation Translations
771 771 1 update slovak(sk) translation Translations
735 735 1 Trac report on how long ago tickets have been touched *.djangoproject.com
675 675 1 [Patch] PasswordField does not respect length and maxlength parameters Core (Other)
691 691 1 Model allowed me to 'hide' a required field, which produced unuseable error messages. contrib.admin
678 678 2 I would like to see a tutorial describing how to edit One-To-Many relationships Documentation
479 479 1 [patch] Implement timezone-formats in date-formatting Database layer (models, ORM)
663 663 1 [patch] app_templates-loader broken for testapp contrib.admin
655 655 1 [doc] model_api - validator_list is incomplete Documentation
623 623 1 [patch] Allow ssi tag to use template dirs, making apps that use this feature much more portable Template system
591 591 1 [patch] Docs: Subclassing wrong object Documentation
568 568 the JING setting and the EMAIL_IDENT setting Core (Other)
559 559 1 Tutorials should use different project name Documentation
543 543 1 [patch] Django under mod_python broken Core (Other)
530 530 Unable to initialize SQLite database Database layer (models, ORM)
511 511 django-admin.py init fails at rev 641 Core (Management commands)
478 478 error with sqlite and admin contrib.admin
434 434 1 Does runserver takes 2 arguments? Core (Other)
433 433 1 Add ability to delete multiple objects in a single call Metasystem
331 331 1 Unexpected model attributes crash install Tools
390 390 corrections for model reference documentation Documentation
444 444 FileField returns error when updating contrib.admin
422 422 1 define a default charset for web pages Core (Other)
401 401 Overview Question *.djangoproject.com
375 375 1 Naming inconsistency in date_based.py Generic views
352 352 1 django-admin MySQLdb error Tools
307 307 1 Use unicode strings u"bla-bla" in SQL-queries for compatibility with national languages Metasystem
80 80 1 Browsing to http://127.0.0.1:8000 fails when running django-admin.py runserver contrib.admin