URL
(URL)
Most Active Role
N/A
Most Active Component
N/A
Activity Timeline
[No data in this time period]
Components
[No data in this time period]
Tickets
Trac | Ticket (451) | Reporter (0) | Owner (0) | Commenter (246) | Summary | Component |
---|---|---|---|---|---|---|
27029 | 27029 | Make EmailValidator accept non-ASCII characters in local part | Core (Other) | |||
34380 | 34380 | Make URLField assume "https". | Forms | |||
373 | 373 | Add support for multi-column primary keys. | Database layer (models, ORM) | |||
34976 | 34976 | startproject and startapp should provide feedback | Core (Management commands) | |||
34746 | 34746 | High CPU/memory consumption when a 5XX is raised with large local variables | Error reporting | |||
34853 | 34853 | Accept-Language Header takes precedence over cookie for format localization | Internationalization | |||
34943 | 34943 | Support passing unique constraint names to bulk_create(). | Database layer (models, ORM) | |||
14831 | 14831 | 1 | Django Template Style Guide | Documentation | ||
27201 | 27201 | Django 1.10 with STATICFILES_STORAGE breaks on absolute path in CSS with double slash | contrib.staticfiles | |||
27516 | 27516 | Optimize test client response.json() | Testing framework | |||
34140 | 34140 | Format python code blocks in documentation files | Documentation | |||
27055 | 27055 | Model form with geometry widgets has invalid html | GIS | |||
34999 | 34999 | Admin search bar input doesn't have proper background color when in dark mode | contrib.admin | |||
34997 | 34997 | The name argument is ignored when creating url path using the include() function. | Core (URLs) | |||
14611 | 14611 | Added dedicated option to test.Client methods (other than get()) for passing query parameters. | Testing framework | |||
34958 | 34958 | Intermittent `messages_tests.tests.TestLevelTags.test_lazy` test failure | Core (Other) | |||
34694 | 34694 | trailing slash is not appending | Core (URLs) | |||
34929 | 34929 | Issue with Django 3.2 and Django-storage 1.14.2 after Upgrading from Django 2.2.28 | Utilities | |||
34840 | 34840 | Django 4.2 casts text fields when testing IS NULL, preventing use of partial indexes | Database layer (models, ORM) | |||
14761 | 14761 | URL resolving / reversing design doesn't allow alternate specs | Core (URLs) | |||
34808 | 34808 | Some aggregation functions may return None; this isn't well documented | Documentation | |||
34891 | 34891 | force_str(urlsafe_base64_decode(uidb64)) returns object not value | Utilities | |||
34657 | 34657 | Testing assertions `assertContains` and `assertInHTML` should output the haystack on failure | Testing framework | |||
34499 | 34499 | In tutorial part08, Django debug toolbar shows up in admin site but not in public site | Documentation | |||
34815 | 34815 | urls file in startapp command | Core (Management commands) | |||
34812 | 34812 | Validate that URLConf modules contain a urlpatterns entry | Core (URLs) | |||
34451 | 34451 | Incorrect exception handling within the django exception handler | Error reporting | |||
34709 | 34709 | charset should be ignored for the application/x-www-form-urlencoded content type. | HTTP handling | |||
34785 | 34785 | Contribution guide comes out non successful | Error reporting | |||
34773 | 34773 | settings.STATICFILES_STORAGE does not return correct value when STORAGES are defined | contrib.staticfiles | |||
34542 | 34542 | Required fields allowed to be blank are not accepted non-interactively using createsuperuser | contrib.auth | |||
34763 | 34763 | Should we disallow URLs as user fields? | contrib.auth | |||
34711 | 34711 | Make ChoiceField auto-detect and coerce values. | Forms | |||
34677 | 34677 | Django Admin built-in password reset feature has UI issues | contrib.admin | |||
34691 | 34691 | Add a system check for unmatched URL paths' < / > | Core (System checks) | |||
34682 | 34682 | System check for CSRF_TRUSTED_ORIGINS raises errors for http://localhost:port. | Core (System checks) | |||
34652 | 34652 | Async support in admin view | contrib.admin | |||
34579 | 34579 | Documentation points to `django-developers` mailing list as primary point of contact for discussion | Documentation | |||
34573 | 34573 | Typo in "Writing your first Django app, part 5" - assertQuerysetEqual() | Testing framework | |||
34322 | 34322 | ManifestStaticFilesStorage crashes on commented JavaScript import statements | contrib.staticfiles | |||
34515 | 34515 | Translatable URL patterns raise 404 for non-English default language when prefix_default_language=False is used. | Internationalization | |||
34069 | 34069 | get_language_from_request should not fallback to settings.LANGUAGE_CODE | Internationalization | |||
34519 | 34519 | Don't send content in responses to HEAD requests | Uncategorized | |||
34455 | 34455 | i18n_patterns() not respecting prefix_default_language=False | Internationalization | |||
34496 | 34496 | ManifestStaticFilesStorage.patterns for sourceMappingURL does not retrieve matched for data URI | contrib.staticfiles | |||
34494 | 34494 | This is suggestion about customizing AdminSite documents | Documentation | |||
34484 | 34484 | HttpRequest.__deepcopy__ doesn't deepcopy attributes | HTTP handling | |||
34394 | 34394 | ASGIRequest doesn't respect settings.FORCE_SCRIPT_NAME. | HTTP handling | |||
34471 | 34471 | Cannot import name 'url' from 'django.conf.urls' | Uncategorized | |||
34028 | 34028 | Django 'static' template tag fails to generate URLs with SCRIPT_NAME prefix | Template system | |||
34449 | 34449 | ProgrammingError: non-integer constant in GROUP BY with Case When and annotate Count | Database layer (models, ORM) | |||
27397 | 27397 | Querying with an integer larger than SQLite supports crashes with OverflowError | Database layer (models, ORM) | |||
34379 | 34379 | Invalid regex pattern for password reset token in 4.2b1 | contrib.auth | |||
34348 | 34348 | Add medium path to the settings.py file from the time the project is created | Core (Other) | |||
34341 | 34341 | FileSystemFinder harsh regarding its input on Windows | contrib.staticfiles | |||
34329 | 34329 | django-formset new app - i am facing the issue Uncaught (in promise) SyntaxError: JSON.parse | Forms | |||
34286 | 34286 | Mixed-case views/templates names causes 404 on :view:/:template: directive. | contrib.admindocs | |||
34261 | 34261 | Use {% url model_object %} to work with get_absolute_url | Template system | |||
34240 | 34240 | assertRedirects() doesn't preserve headers set in RequestFactory/Client methods. | Testing framework | |||
34239 | 34239 | Resolve load type-hinted objects in views | Generic views | |||
34204 | 34204 | Django cannot load when Python is compiled with --without-doc-strings enabled | Core (Other) | |||
34205 | 34205 | Validation of constraints with __len lookup crashes for ArrayFields. | Database layer (models, ORM) | |||
34172 | 34172 | Documentation of AdminSite.get_urls() encourages security vulnerabilities | contrib.admin | |||
34189 | 34189 | Code in Tutorial does not work because of a ',' | Documentation | |||
34185 | 34185 | Serving static/media files during development can't work when use SCRIPT_NAME | Documentation | |||
34162 | 34162 | Wrong URL generated by get_admin_url in admin index "Recent Actions" panel in custom Django Admin Site | contrib.admin | |||
34150 | 34150 | Add "View on site" links to generic common model URL and also to common url for app. | contrib.admin | |||
34066 | 34066 | Accessing UserAdmin via to_field leads to link to PasswordResetForm being broken (404) | contrib.auth | |||
34056 | 34056 | Update the deprecated password list used by CommonPasswordValidator to a more recent list | contrib.auth | |||
34025 | 34025 | Autocomplete field fills all empty required fields references to the same model when added a choice in popup. | contrib.admin | |||
34022 | 34022 | admin:logout fails to log out non-staff users | contrib.admin | |||
34020 | 34020 | django core management error | Uncategorized | |||
34003 | 34003 | PasswordResetView, PasswordResetDoneView, PasswordResetConfirmView & PasswordResetCompleteView not discovering custom template | contrib.auth | |||
34001 | 34001 | ForeignKey.formfield(): allow override for all kwargs | Database layer (models, ORM) | |||
14411 | 14411 | 1 | Inline delete not prompting cascade delete warning | contrib.admin | ||
27961 | 27961 | Misconfigured SECURE_PROXY_SSL_HEADER setting is ignored | HTTP handling | |||
27753 | 27753 | Cleanups when no supported version of Django supports Python 2 anymore | Utilities | |||
27864 | 27864 | Limit the number of terms in an admin search | contrib.admin | |||
14035 | 14035 | Cannot access POST after request.encoding was set to a custom value | HTTP handling | |||
27575 | 27575 | Make host validation run on all requests | HTTP handling | |||
14628 | 14628 | 1 | Document which settings can be changed at runtime | Documentation | ||
27395 | 27395 | Allow generating '<link rel="alternate ... hreflang=...>" for sitemaps' | contrib.sitemaps | |||
27804 | 27804 | Use unittest.subTest() in Django's test suite | Core (Other) | |||
27760 | 27760 | Hard to diagnose reason for 400 response when making test request that sets SERVER_NAME | Testing framework | |||
27086 | 27086 | running servers.tests may hang in parallel mode on Mac OS X | Core (Other) | |||
27795 | 27795 | Audit force_text invocations | Utilities | |||
14009 | 14009 | 1 | custom formset validation documentation is incomplete | Documentation | ||
27360 | 27360 | Make it easier to track down the offending models for AlreadyRegistered exceptions | contrib.admin | |||
14675 | 14675 | 2 | Update docs and project template to avoid "import *" for url patterns | Core (Other) | ||
27025 | 27025 | Python 3.6 compatibility | Core (Other) | |||
27768 | 27768 | makemigrations uses unnecessary AddField for ForeignKey depending on model name | Migrations | |||
27398 | 27398 | Make SimpleTestCase.assertRedirects() URL comparison ignore ordering of query parameters | Testing framework | |||
27018 | 27018 | Admin views in admindocs crash with AttributeError | contrib.admindocs | |||
27317 | 27317 | Make Form subclasses combine Form.Media from all parents | Forms | |||
27648 | 27648 | Deprecate ("iLmsu") regex groups in URLpatterns | Core (URLs) | |||
14370 | 14370 | Adding support for Autocomplete in contrib.admin | contrib.admin | |||
27982 | 27982 | Possible bug related to queryset union | Database layer (models, ORM) | |||
27751 | 27751 | Teardown of a PG test database fails if it is an autogenerated test_MYDB database | Testing framework | |||
27912 | 27912 | Open redirect on non-HTTP protocols: is_safe_url not validating properly | HTTP handling | |||
27359 | 27359 | Make it possible to specify a default template engine | Template system | |||
27231 | 27231 | Initialize forms in ModelAdmin like View (i.e. add get_form_kwargs to contrib.admin) | contrib.admin | |||
27956 | 27956 | Template error raised in an {% extends %} parent template shows incorrect source location on debug page | Template system | |||
27983 | 27983 | Tutorial should contain complete files at each step | Documentation | |||
27943 | 27943 | Unable to log in with added superuser account | contrib.admin | |||
27316 | 27316 | Multiple LiveServerTestCase subclasses cannot reuse the same port | Testing framework | |||
27475 | 27475 | Bug in admin with date_hierarchy and Daylight savings | contrib.admin | |||
27887 | 27887 | TypeError when namespaced urlconf included from non-namespaced one | Core (System checks) | |||
27874 | 27874 | URL namespacing warning (urls.W005) does not consider nested URL namespaces | Core (System checks) | |||
27851 | 27851 | include(admin.site.urls) doesn't work on master yet | contrib.admin | |||
27840 | 27840 | Password reset: `post_reset_login` throws KeyError if user already logged in | contrib.auth | |||
27367 | 27367 | Document behaviour when several urls have the same name | Documentation | |||
27811 | 27811 | Avoid UnicodeEncodeError during generation of email with mail_admins logger | Error reporting | |||
14606 | 14606 | Application module imported twice when running development server | Core (Other) | |||
498 | 498 | 1 | Atom support, not just RSS | contrib.syndication | ||
27774 | 27774 | django admin with many objects count is very slow | contrib.admin | |||
27757 | 27757 | The link of the "view_on_site" button is not formed according to the returning result of the "get_absolute_url" method. | contrib.admin | |||
14153 | 14153 | Redirects fail if URL has appended query string | Contrib apps | |||
27733 | 27733 | ClearableFileInput widget renders incorrectly | Forms | |||
27518 | 27518 | HTTP Referer leaks password reset link | contrib.auth | |||
27725 | 27725 | requests.post fail inside of django shell but not python shell | Uncategorized | |||
27626 | 27626 | Move MEDIA_URL/STATIC_URL ends with traling slash validation to system checks | Core (System checks) | |||
27612 | 27612 | Add a check that URL instance namespaces are unique across a project | Core (System checks) | |||
27618 | 27618 | docs/intro/tutorial04.txt: Incorrect Information in Amend Views section | Documentation | |||
27606 | 27606 | Error in formatting HttpResponseRedirect when __init__() raises DisallowedHost | HTTP handling | |||
27470 | 27470 | CSRF context processor never sets NOTPROVIDED | CSRF | |||
27597 | 27597 | UrlResolver doesn't check all possibilities | Core (URLs) | |||
27184 | 27184 | Test client crashes when uploading TemporaryFile on Unix | Testing framework | |||
27569 | 27569 | Resolve reverse url with named groups regular expression to sprintf output formatters not specifying kwargs key / value pairs. | Core (URLs) | |||
27553 | 27553 | tutorial python manage.py runserver creates NameError: name 'include' is not defined | Documentation | |||
27402 | 27402 | When using i18n_patterns and prefix_default_language=False, 404 page redirects incorrectly | Internationalization | |||
27506 | 27506 | HttpRequest.build_absolute_uri throws DisallowedHost | HTTP handling | |||
27483 | 27483 | Add a login_required decorator for AJAX requests | contrib.auth | |||
27523 | 27523 | Sitemap ping_google function reverse broken on Django 1.10 | contrib.sitemaps | |||
27508 | 27508 | Debug 404 page shouldn't include the request path prefix in the description of URLconf matching | Error reporting | |||
27453 | 27453 | LocaleRegexProvider unnecessarily recompiles the same regex for every active language | Core (URLs) | |||
27440 | 27440 | Allow reverse() to return a fully qualified URL | Core (URLs) | |||
27455 | 27455 | When use "zh-HANT" locale,the URL of "reset user password" page in Django Admin is not correct. | Internationalization | |||
27444 | 27444 | Django StaticLiveServerTestCase: view cannot query test-database properly | Testing framework | |||
27411 | 27411 | Django namespaced reverse not working in test environment | Testing framework | |||
27063 | 27063 | i18n_patterns() matches too much of the URL as the language code | Internationalization | |||
27328 | 27328 | return `Set-Cookie` if sessionid= None value | contrib.sessions | |||
27379 | 27379 | Django violates RFC7230 when handling requests. | HTTP handling | |||
27373 | 27373 | Incorrect message on 404 debug page for an empty request path | Error reporting | |||
27213 | 27213 | ArrayField with null throws ProgrammingError but not ValidationError on Psycopg < 2.6.1 | contrib.postgres | |||
27262 | 27262 | Delegate URL resolver checks to URL classes | Core (URLs) | |||
27307 | 27307 | sitemap url examples missing names | Documentation | |||
27276 | 27276 | Document how to reverse the admin's login view | Documentation | |||
27243 | 27243 | Make reverse_dict.getlist work with fully qualified module names | Core (URLs) | |||
27192 | 27192 | Allow pluralizing admin URLs | contrib.admin | |||
27128 | 27128 | A method model.objects.get(pk=obj.pk) returns many objects, but in a database is one. | Uncategorized | |||
27125 | 27125 | Can not support django Internationalized domain name in URLValidation | Core (URLs) | |||
27112 | 27112 | django.test.client.Client doesn't support timeouts | Testing framework | |||
27101 | 27101 | args and kwargs not passed in BaseDetailView | Generic views | |||
27093 | 27093 | ORM error on apache + wsgi | Database layer (models, ORM) | |||
27011 | 27011 | Django Middleware 1.10 does not run template_context_processors for exceptions thrown from middleware | HTTP handling | |||
27005 | 27005 | request.body raises an exception if 'CONTENT_LENGTH' = '' | HTTP handling | |||
14485 | 14485 | 1 | New Site.root field | contrib.sites | ||
14415 | 14415 | 1 | Multiple aliases for one database: testing problems | Testing framework | ||
14098 | 14098 | 2 | Prevent introspection errors from crashing inspectdb | Core (Management commands) | ||
494 | 494 | 1 | Collapse in admin interface for inline related objects | contrib.admin | ||
14716 | 14716 | 1 | filter_horizontal and filter_vertical don't work on mobile Safari | contrib.admin | ||
14200 | 14200 | new RegexURLResolver is contructed for every request | Core (URLs) | |||
14343 | 14343 | NoReverseMatch error message is unclear, view does exist | Core (URLs) | |||
14772 | 14772 | Reversing a URL with optional arguments fails | Core (URLs) | |||
14497 | 14497 | ModelAdmin.readonly_fields isn't graceful with filefields. | contrib.admin | |||
14834 | 14834 | 1 | Colour issues in CSS - particularly documentation | Documentation | ||
14881 | 14881 | [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 | ||
14638 | 14638 | 2 | to_python howto documentation improvement | Documentation | ||
14787 | 14787 | 1 | Upload handler should pass errors on to forms.FileField | File uploads/storage | ||
14481 | 14481 | 1 | better documentation of the default m2m "through" class | Documentation | ||
14305 | 14305 | 1 | inspectdb should output unmanaged model definitions | Core (Management commands) | ||
14950 | 14950 | 1 | Javascript errors when building CHM file from django docs using Sphinx | Documentation | ||
14800 | 14800 | 1 | Development server should NOT elide favicon from the logs | Core (Management commands) | ||
937 | 937 | 1 | Autoreload reloads for every request. | Core (Management commands) | ||
14512 | 14512 | 1 | Documentation & tools for decorating class-based-views. | Generic views | ||
14850 | 14850 | 1.3 release notes typo STATICFILES_ROOT should be STATIC_ROOT | Documentation | |||
14006 | 14006 | 1 | Documentation on Field's 'description' class attribute does not mention that it will be interpolated with field.__dict__ | Documentation | ||
680 | 680 | get_absolute_url not being used correctly in admin interface? | contrib.admin | |||
25 | 25 | Filtering interface on ForeignKey <select> boxes | contrib.admin | |||
14057 | 14057 | Expose an interface for custom-escaping template content | Template system | |||
14332 | 14332 | 1 | manage testserver and manage runserver should have similiar address:port options | Core (Management commands) | ||
14241 | 14241 | 1 | instructions for creating spatial database template differ on fedora 13 (64 bit) | Documentation | ||
14342 | 14342 | 1 | Part 2 of the Tutorial -- path format for TEMPLATE_DIR | Documentation | ||
14633 | 14633 | 1 | Reorganize settings reference docs | Documentation | ||
14976 | 14976 | 1 | Add is_html flag to contrib.messages | contrib.messages | ||
14325 | 14325 | 1 | GenericForeignKey fails if assigned to an object which implements the __len__ method | contrib.contenttypes | ||
14684 | 14684 | RESTful Model View | Generic views | |||
14678 | 14678 | 1 | Users are able to add more than one page to the same url | contrib.flatpages | ||
14615 | 14615 | 1 | Related objects manager returns related objects with null FKs for unsaved instances | Database layer (models, ORM) | ||
14400 | 14400 | 1 | Latvian localflavor | contrib.localflavor | ||
14861 | 14861 | 1 | Importing settings in a module that contains a logging Handler causes circular import. | Core (Other) | ||
14829 | 14829 | URL dispatcher documentation with class-based generic views | Documentation | |||
14449 | 14449 | 1 | restructuredtext filter does not return the correct content | Documentation | ||
14757 | 14757 | 1 | Add An Example For .extra(tables=[]) | Documentation | ||
14556 | 14556 | 1 | Recommend to avoid FlatpageFallbackMiddleware unless absolutely required | Documentation | ||
14769 | 14769 | 1 | Voting example from tutorial - use of forms API - suggestion | Documentation | ||
14917 | 14917 | 1 | Error in the sample code under "Using an inline formset in a view" | Documentation | ||
14478 | 14478 | 1 | Couple of tests make assumptions about configuration | Contrib apps | ||
14836 | 14836 | 1 | Improve semantics of docs: | *.djangoproject.com | ||
14618 | 14618 | 1 | unable to "inspectdb" on mysql4 database | Core (Management commands) | ||
14822 | 14822 | 1 | contrib.auth docs should reference to new generic views. | Documentation | ||
14527 | 14527 | 1 | GeoDjango docs shouldn't recommend PostgreSQL 8.3 | Documentation | ||
159 | 159 | Circular logout problem | contrib.admin | |||
14202 | 14202 | Rss201rev2Feed bug | contrib.syndication | |||
14138 | 14138 | Apache setup using sqlite3 breaks when performing a field__regex filter | Database layer (models, ORM) | |||
14382 | 14382 | 1 | a few suggestions | contrib.comments | ||
14579 | 14579 | 1 | Use built-in sessions middleware for entirely cookie-based sessions | contrib.sessions | ||
14459 | 14459 | 1 | Convert many_to_one_regress test to unit tests | Testing framework | ||
14961 | 14961 | Cannot load admin interface static files when doing tutorial | Contrib apps | |||
14745 | 14745 | 1 | Update shortcuts docs | Documentation | ||
14756 | 14756 | 1 | "Related objects reference" documentation needs copy-edit | Documentation | ||
14604 | 14604 | 1 | Ubuntu documentation for geospatial/Postgres is out of date | GIS | ||
14793 | 14793 | staticfiles documentation example overwrites urlpatterns | Documentation | |||
14388 | 14388 | 1 | Logging documentation typos | Documentation | ||
14955 | 14955 | URLField validation should use HEAD requet instead of GET | Core (Other) | |||
14965 | 14965 | 1 | {% include %} tag changes should be mentioned in release notes | Documentation | ||
14447 | 14447 | 1 | Auth and Sitemap test failures from manage.py test | Contrib apps | ||
14941 | 14941 | URLField (in django.contrib.admin) rejects IDN domain | Core (Other) | |||
14617 | 14617 | Docs should mention runserver's automatic serving of static files | Documentation | |||
14004 | 14004 | 1 | update() is not mention in the Queryset API Reference | Documentation | ||
14389 | 14389 | Future url replacement | Template system | |||
14401 | 14401 | 4 | Add a contributing HOWTO page for new contributors | Documentation | ||
14862 | 14862 | 1 | bad links | *.djangoproject.com | ||
14980 | 14980 | 1 | 1.2.4 release notes did not make it into trunk | Documentation | ||
14809 | 14809 | Broken login related tests after r14733 | contrib.auth | |||
14803 | 14803 | ModelFormMixing's handling of "success_url" is inconsistent with old generic view behaviour | Generic views | |||
14548 | 14548 | 2 | Docs and implementation don't match regading return values of certain QuerySet aggregate functions | Documentation | ||
14562 | 14562 | 1 | Typo streightforward | Documentation | ||
14464 | 14464 | 3 | Docs should advise people to use the docs for their version | Documentation | ||
14559 | 14559 | 2 | Minor docstring corrections | Uncategorized | ||
14737 | 14737 | 1 | Move doc comment for "cache_page" to function. | Core (Cache system) | ||
14405 | 14405 | problem in login view | contrib.auth | |||
14942 | 14942 | 1 | .distinct() + ordering/order_by() is a problem even without related models | Documentation | ||
14543 | 14543 | 2 | ContentTypes tests fails if auth app is not installed | contrib.contenttypes | ||
14526 | 14526 | 2 | Geodjango docs shouldn't talk about Python 2.4 so much | Documentation | ||
14426 | 14426 | 4 | Factor "mysite" out of all code example import statements | Documentation | ||
14386 | 14386 | 3 | Standardize Site/RequestSite access; looser coupling of sites framework in contrib | Contrib apps | ||
14632 | 14632 | 1 | Bug - testing framework fails when contrib.auth not in settings. | Testing framework | ||
14682 | 14682 | 1 | Class based views docs should be more explicit about template location | Documentation | ||
14788 | 14788 | 1 | Typos in the footer | *.djangoproject.com | ||
14329 | 14329 | 1 | Seeing test failure in regressiontests.request since 13809 | HTTP handling | ||
14460 | 14460 | 1 | Convert managers_regress doctests to unit tests | Testing framework | ||
14709 | 14709 | staticfiles app seems forced upon me | Contrib apps | |||
14041 | 14041 | 1 | Templates in function calls for sitemap | Contrib apps | ||
14738 | 14738 | 1 | Link settings in cache doc to settings reference, for consistency. | Documentation | ||
14545 | 14545 | 3 | ValidationError missing from Exceptions Reference docs | Documentation | ||
14744 | 14744 | 1 | Update views docs | Documentation | ||
14820 | 14820 | 5 | Use `TextField` instead of `PositiveIntegerField` in docs and examples for generic relations. | Documentation | ||
14507 | 14507 | Static file serving is broken after rev 14293 | Core (Other) | |||
14403 | 14403 | 5 | Missing/incomplete documentation for FloatField? | Documentation | ||
14354 | 14354 | 1 | Check password is not None in User.check_password | contrib.auth | ||
14634 | 14634 | 1 | Sessions are unnecessarily complex | contrib.sessions | ||
14693 | 14693 | staticfiles app doesn't work with form media framework and 3rd party asset managers | Contrib apps | |||
14736 | 14736 | 3 | Typo in documentation | Documentation | ||
14412 | 14412 | Comment url redirection relies on a legacy url | contrib.comments | |||
14605 | 14605 | 2 | method similar to HttpRequest.is_ajax() to detect flash | HTTP handling | ||
14360 | 14360 | 1 | Clarify documentation of triage states | Documentation | ||
14330 | 14330 | 1 | Test failure with get_image_dimensions since [13715] | File uploads/storage | ||
14279 | 14279 | 1 | typo in tests for private flatpage not showing sitemaps | Contrib apps | ||
14444 | 14444 | Convert pagination doctests to unittests | Testing framework | |||
14670 | 14670 | GenericTabularInline broken as of r13708 | Contrib apps | |||
14572 | 14572 | 1 | Minor fix for generic inline formsets | contrib.contenttypes | ||
14708 | 14708 | 1 | Document available mapping keys for form field error messages. | Documentation | ||
14959 | 14959 | 1 | model fields docs should link to local flavor | Documentation | ||
14805 | 14805 | 1 | Tweak sitemaps docs | Documentation | ||
14458 | 14458 | 1 | Convert m2m_regress doctests to unit tests | Testing framework | ||
14594 | 14594 | Django/CherryPy problem with POST data | HTTP handling | |||
14797 | 14797 | ModelFormMixin's get_form_class() logic broken; fails with custom get_queryset() method | Generic views | |||
14433 | 14433 | 2 | Thread safety problem in contrib.sitemaps | Contrib apps | ||
14259 | 14259 | URL dispatcher does not reject duplicate URL names | Core (Other) | |||
14702 | 14702 | 2 | Add a "needs info" state to tickets | *.djangoproject.com | ||
14546 | 14546 | 1 | Queryset docs should drop some legacy Django 1.0 instructions | Documentation | ||
14835 | 14835 | 2 | Improper indentation for docs/ref/contrib/admin/index.txt | Documentation | ||
14863 | 14863 | 1 | default INSTALLED_APPS out of date | Documentation | ||
14501 | 14501 | 1 | Django runserver + Chrome/Safari + AJAX POST quirk | Uncategorized | ||
14743 | 14743 | 1 | Clean up "urls" documentation | Documentation | ||
14640 | 14640 | 1 | Add elapsed request time to the development server log | HTTP handling | ||
14446 | 14446 | 1 | auth.views.password_reset_confirm should never be cached | contrib.auth | ||
14984 | 14984 | 1 | ClearableFileInput generates invalid XHTML | Forms | ||
14954 | 14954 | AttributeError: 'dict' object has no attribute 'status_code' | Uncategorized | |||
14905 | 14905 | 3 | models.FileField links to url attribute, which is undocumented. | Documentation | ||
14162 | 14162 | 1 | Dumpdata needs an option to use the base manager instead of the default manager | Core (Management commands) | ||
14445 | 14445 | 1 | Use HMAC and constant-time comparison functions where needed in Django | Uncategorized | ||
14746 | 14746 | 1 | Update request/response docs | Documentation | ||
14465 | 14465 | 1 | TemplateSyntaxError in Django Admin search | Uncategorized | ||
14385 | 14385 | 1 | Standardize Site/RequestSite access; looser coupling of sites framework in contrib | Contrib apps | ||
14600 | 14600 | 2 | No mentioning of addition of staticfiles to TEMPLATE_CONTEXT_PROCESSORS after 1.2 in settings documentation | Documentation | ||
14000 | 14000 | Removal of obsolete "versionadded" tags | Documentation | |||
14912 | 14912 | 3 | urlize and urlizetrunc template filter docs need expansion | Documentation | ||
342 | 342 | Add a way for fields to be displayed in the admin without being editable | contrib.admin | |||
458 | 458 | "View on site" doesn't link to model's get_absoulte_url() method | contrib.admin | |||
285 | 285 | WSGIRequest should set request.path to full uri path | HTTP handling | |||
528 | 528 | Add a documentation generator that creates a PDF or HTML files locally | Documentation | |||
13 | 13 | Related objects interface should be tighter (edit_inline) | contrib.admin | |||
116 | 116 | Default admin media doesn't display for 'django-admin runserver' | contrib.admin | |||
14049 | 14049 | Fixture loading should be skipped for TestCase decorated with @skip* | Testing framework | |||
14348 | 14348 | 1 | Paginator does not handle django.db.models.sql.datastructures.EmptyResultSet | Database layer (models, ORM) | ||
14506 | 14506 | 1 | Crash on HEAD request | Documentation | ||
14190 | 14190 | 2 | images, news and keywords in sitemap.xml | contrib.sitemaps | ||
14614 | 14614 | Dont send Request message when handle_uncaught_exception() | Core (Other) | |||
14013 | 14013 | 'django.db.backends.postgresql_psycopg2' isn't an available database backend. (?!?!?) | Database layer (models, ORM) | |||
14635 | 14635 | 2 | Documentation improvement on setting up django with OpenBSD | Documentation | ||
14969 | 14969 | To have a way to modify third part model classes | Database layer (models, ORM) | |||
15000 | 15000 | 2 | IRC logs 404 | *.djangoproject.com | ||
14926 | 14926 | Support nesting app namespaces with current_app | Uncategorized | |||
14505 | 14505 | Multiple Namespaces and reverse lookup does not work as advertised. | Core (Other) | |||
14842 | 14842 | 1 | Indent the Model Meta Options | Documentation | ||
14331 | 14331 | 1 | Clarify where to append sys.path.append in mod_wsgi docs | Documentation | ||
14712 | 14712 | 1 | Example for post_syncdb signal. | Documentation | ||
14277 | 14277 | 1 | Error in documentation for mod_wsgi | Documentation | ||
14350 | 14350 | 1 | Please add a login method to the test Client that doesn't depend on passwords | Testing framework | ||
14918 | 14918 | 1 | Password reset with e-mail OR username | contrib.auth | ||
14724 | 14724 | 1 | Auth Password Reset View depends on Integer user ID, | contrib.auth | ||
14320 | 14320 | 1 | MySQL documentation needs to note lack of support for timezone info... | Documentation | ||
14939 | 14939 | Django's Test Client strips out URL ;-parameters | Testing framework | |||
14907 | 14907 | 1 | Document the settings affecting csrf cookie | Documentation | ||
14875 | 14875 | 1 | release notes for 1.2 wrong about email_re | Documentation | ||
14884 | 14884 | 1 | Visible form <input>s and <textarea> should use the "required" attribute | Forms | ||
14855 | 14855 | 1 | Tweak reST in new TemplateResponse docs | Documentation | ||
14846 | 14846 | 2 | Writing error in Files/Storage documentation | Documentation | ||
14840 | 14840 | 2 | Add class links to related object referfence | Documentation | ||
14120 | 14120 | 1 | [patch] Document ``get()`` in Making Queries | Documentation | ||
14815 | 14815 | 1 | app "labels" are ambiguous and cause bugs in manage.py | Core (Other) | ||
14777 | 14777 | 2 | The "Generating CSV" doc should mention Unicode issues. | Documentation | ||
14775 | 14775 | 1 | Backport r13772 | Documentation | ||
14804 | 14804 | 3 | Update "humanize" docs | Documentation | ||
14778 | 14778 | {load} for all child templates | Template system | |||
14767 | 14767 | 2 | Formatting tweaks to DB optimization doc | Documentation | ||
14727 | 14727 | 2 | Documentation Corrections | Documentation | ||
14283 | 14283 | 2 | AttributeError on admin detail page after r13708 | Contrib apps | ||
14536 | 14536 | 1 | Incorrect syntax about using OPTIONS for changing the database engine | Documentation | ||
14669 | 14669 | 2 | Remove unwanted words from i18n docs | Documentation | ||
14599 | 14599 | 1 | delete() is not documented on 'QuerySet API reference' page | Documentation | ||
14627 | 14627 | 2 | Add example for URLconfs for how to concatenate calls to patterns() when composing urlpatterns to allow for URLs not associated with polls.views | Documentation | ||
14625 | 14625 | 1 | Docs on logging should emphasize that file logging is not multiprocess save | Documentation | ||
14624 | 14624 | 1 | Old Cache Middleware mentioned | Documentation | ||
14584 | 14584 | 3 | PASSWORD_RESET_TIMEOUT_DAYS is not documented | Documentation | ||
14578 | 14578 | 2 | Typo in documentation for Proxy models | Documentation | ||
14047 | 14047 | 3 | CommonMiddleware documentation tweak | Documentation | ||
14552 | 14552 | 1 | Suggestion for a slightly better explanation of custom template tags | Documentation | ||
14541 | 14541 | 2 | wording fix for LANGUAGES description in Settings documentation | Documentation | ||
14537 | 14537 | 3 | Validators documentation page doesn't say where to import validators from | Documentation | ||
14463 | 14463 | 1 | "See allowed date format strings" Is not linked | Documentation | ||
14477 | 14477 | 3 | minor typo in the examples of m2m_changed signal | Documentation | ||
14482 | 14482 | 2 | better documentation of flow of save in admin | Documentation | ||
14432 | 14432 | 3 | Tutorial import line missing (tiny correction) | Documentation | ||
14493 | 14493 | 2 | Typo in model instance documentation re ValidationError message_dict attribute | Documentation | ||
14510 | 14510 | 1 | Django admin doesn't consider settings.LOGIN_REDIRECT_URL | Contrib apps | ||
14495 | 14495 | get_success_url raises ImproperlyConfigured with wrong message in some class based generic views' mixins | Generic views | |||
14488 | 14488 | Class based views docs patch | Documentation | |||
14307 | 14307 | 4 | Document form ChoiceField tuple | Documentation | ||
14376 | 14376 | 2 | Localflavors documentation for BRCPFField and BRCNPJField | Documentation | ||
14473 | 14473 | 1 | Convert model_package doctests to unittests | Testing framework | ||
14472 | 14472 | 1 | Convert generic_relations doctest to unittest | Testing framework | ||
14457 | 14457 | 1 | Possible error in settings.py description | Documentation | ||
14227 | 14227 | 2 | Modify contributing docs to mention the 'easy-pickings' keyword in triage | Documentation | ||
14392 | 14392 | 2 | Inconsistency for "creating forms with models" | Documentation | ||
14058 | 14058 | 2 | Add a link to db-specific options | Documentation | ||
14228 | 14228 | 2 | APPEND_SLASH behaviour should be documented better | Documentation | ||
14010 | 14010 | 1 | mention DYLD_LIBRARY_PATH in macosx installation instructions | Documentation | ||
14074 | 14074 | 1 | RFE: "Best of both worlds" for short and long? | Documentation | ||
14255 | 14255 | Factoring mysite out of tutorial imports | Documentation | |||
14377 | 14377 | 1 | Add site to the context of the logout view | contrib.auth | ||
14295 | 14295 | 1 | Saving an object with a custom manager results in IntegrityError | Uncategorized | ||
14359 | 14359 | django core and contrib named urls should follow a convention | Contrib apps | |||
14345 | 14345 | urlify.js missing maps for Serbian language letters | Internationalization | |||
14344 | 14344 | Duplicate view name does not raise an error | Core (Other) | |||
14252 | 14252 | django.contrib.flatpages unit tests assume default value for settings.LOGIN_URL | Contrib apps | |||
14265 | 14265 | Tag the 1.2.3 release in the repository | Uncategorized | |||
14278 | 14278 | sqlite3 backend and django 1.2.3, bug: «no such table» | Database layer (models, ORM) | |||
14242 | 14242 | UserChangeForm Causes KeyError in 1.2.2 and Trunk | Forms | |||
14198 | 14198 | « None » appears in priority field of sitemaps when using GenericSitemap without specify priority (#14164 related) | Internationalization | |||
172 | 172 | Twisted (twisted.web2) support for Django | Tools | |||
580 | 580 | [patch] caching needs to take more into account than just the URL | Core (Cache system) | |||
903 | 903 | change login_required | contrib.auth | |||
461 | 461 | Support use of pypgsql instead of psycopg | Database layer (models, ORM) | |||
541 | 541 | [patch] Making generic views use other templates like Zope3 ZPT | Generic views | |||
376 | 376 | Add a handler for mod_python v. 2 (Django requires v. 3) | Core (Other) | |||
987 | 987 | HttpResponseRedirect uses/allows relative URIs for the HTTP Location header, which is forbidden by HTTP | Core (Other) | |||
265 | 265 | 1 | Patch: RequiredIfOtherField and friends don't work with edit_inline | Core (Other) | ||
115 | 115 | Models CRUD via web services | Core (Other) | |||
893 | 893 | "change password" and "log out" on admin site doesn't work on apache2 | contrib.admin | |||
526 | 526 | Error when edit_inline model have unique_together constraint | Database layer (models, ORM) | |||
149 | 149 | Show latest comments on djangoproject.com | Core (Cache system) | |||
666 | 666 | Admin should get 404 and 500 templates | contrib.admin | |||
673 | 673 | Final code example in Tutorial 3 is incorrect | Documentation | |||
779 | 779 | [patch] Allow callables in extra_lookup_kwargs of generic views | Generic views | |||
548 | 548 | missing steps at end of tutorial04.txt | Documentation | |||
721 | 721 | isAlphaNumericURL validator should allow dashes. | Validators | |||
671 | 671 | generic list_object enhancement | Core (Other) | |||
428 | 428 | [patch] view for serving static files | Generic views | |||
276 | 276 | 1 | [patch] new template tag 'strip' | Template system | ||
315 | 315 | verbose_name_plural should be used in admin URLs | contrib.admin | |||
240 | 240 | get_callback() improvements | Core (Other) | |||
223 | 223 | [PATCH] Breadcrumb navigation broken in admin documentation | contrib.admin | |||
185 | 185 | Chaining views | Core (Other) | |||
196 | 196 | Patch: Allow integer months in views.generic.date_based | Core (Other) | |||
183 | 183 | TypeError: can't compare datetime.datetime to datetime.date | Template system | |||
66 | 66 | [patch] Give views access to application root from urlconf | Core (Other) | |||
12 | 12 | 1 | Add metasystem database-check functionality | Metasystem | ||
59 | 59 | Hard-coded references to password_change and logout | contrib.admin | |||
16 | 16 | 1 | Create some form of "edit many at once" feature for the admin | contrib.admin | ||
572 | 572 | When i have an ImageField and a auto_now DateTimeField in the same model it doesnt get saved | contrib.admin | |||
200 | 200 | 1 | Add a Decimal type and a Currency type | Database layer (models, ORM) | ||
652 | 652 | An option to upload files into database would be a great alternative to filesystem uploads. | Database layer (models, ORM) | |||
93 | 93 | django-admin startproject can create invalid settings/admin.py on windows | Tools | |||
639 | 639 | Model FileFields empty on first pass through save() | Core (Other) | |||
317 | 317 | [Patch] slugify delimits words by hyphens, but its validator doesn't like them | Generic views | |||
344 | 344 | 1 | Improvements to raw_id_admin for ManyToManyFields | contrib.admin | ||
914 | 914 | [patch] Admin js option does not honor absolute urls | contrib.admin | |||
262 | 262 | 1 | editable=False doesn't show in tables that are created with edit_inline=True | contrib.admin | ||
65 | 65 | [i18n] Internationalization and localisation | contrib.admin | |||
61 | 61 | [patch] auth.User admin form shouldn't require people to edit hashes | contrib.admin | |||
349 | 349 | [patch] Bad styling in Admin interface | contrib.admin | |||
85 | 85 | Admin login doesn't work with Konqueror | contrib.admin | |||
81 | 81 | Setting primary_key=True on an non-integer field isn't yet supported | contrib.admin | |||
669 | 669 | site table | Metasystem | |||
813 | 813 | we need spam protection for the ticket system :-( | *.djangoproject.com | |||
634 | 634 | [patch] admin shortcuts don't honor existing http:// absolute urls | contrib.admin | |||
700 | 700 | urlify.js and slugify use different character for spaces | Core (Other) | |||
682 | 682 | Fully decoupled URLconf's for apps. | Core (Other) | |||
416 | 416 | Automate site introspection for url pattern modules, view methods, template directories, and applications | contrib.admin | |||
913 | 913 | [patch] incorrect `list_filter` field error message a bit stranger than necessary | contrib.admin | |||
346 | 346 | Template tag for the media_root variable | Template system | |||
935 | 935 | weird interaction between edit_inline and OneToOneField causes adding through admin to fail | contrib.admin | |||
119 | 119 | Serving media | Core (Other) | |||
878 | 878 | URLconf regexp captures should be passed as *args | Core (Other) | |||
853 | 853 | Django has high start costs, weight | Metasystem | |||
233 | 233 | 1 | Using ImageField without PIL | Core (Other) | ||
78 | 78 | Add a test suite for core functionality | Tools | |||
328 | 328 | [patch] Add a archive_week date-based generic view | Core (Other) | |||
729 | 729 | SlugFields and local characters | contrib.admin | |||
961 | 961 | [patch] Add automatic thumbnail generation to ImageFields | Core (Other) | |||
356 | 356 | [patch]: simple XML-RPC support for Django | Core (Other) | |||
810 | 810 | serving static files documentation | Documentation | |||
535 | 535 | Refactor admin code to clean it up | contrib.admin | |||
537 | 537 | Typo in patch committed to svn | contrib.admin | |||
300 | 300 | ImportError in simple setup | Core (Other) | |||
111 | 111 | Filtering doesn't clean up arguments | contrib.admin | |||
667 | 667 | [patch] extra_lookup_kwargs and extra_context in infodicts should accept callbacks | Generic views | |||
674 | 674 | ImageField display use undocumented thumbnails for change_list display | contrib.admin | |||
237 | 237 | get_absolute_url doesn't show up right in admin | contrib.admin | |||
131 | 131 | Included URL configurations do not receive parameters parsed from parent URL configurations | Core (Other) | |||
672 | 672 | get_absolute_url isn't nice | contrib.syndication | |||
450 | 450 | [patch] Give generic views support for dynamic lookup keywords | Generic views | |||
459 | 459 | 1 | setup.py: admin_templates/registration/*.html is not to installed | Tools | ||
542 | 542 | [patch] Add an "or cancel" link to add, edit, and delete admin views. | contrib.admin | |||
778 | 778 | URL field incorrectly identifies a link as a broken link. | Validators | |||
479 | 479 | [patch] Implement timezone-formats in date-formatting | Database layer (models, ORM) | |||
277 | 277 | CommonMiddleware URL rewriting discards POST data | Core (Other) |