Mark

(mmcy-mark)

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 (394) Reporter (3) Owner (1) Commenter (0) Summary Component
27029 27029 Make EmailValidator accept non-ASCII characters in local part Core (Other)
34619 34619 Ensure FilteredSelectMultiple select elements are associated with their label contrib.admin
34917 34917 Links in the Django admin should be underlined. contrib.admin
34865 34865 DatabaseWrapper are not GC and connections are not closed Database layer (models, ORM)
34041 34041 Accessibility improvements for admin breadcrumbs contrib.admin
34871 34871 Validation of UniqueConstraint with Case() crashes. Database layer (models, ORM)
897 897 Bi-Directional ManyToMany in Admin contrib.admin
373 373 Add support for multi-column primary keys. Database layer (models, ORM)
470 470 Add Field.db_default for defining database defaults Database layer (models, ORM)
34609 34609 Deprecate format_html calls without args or kwargs Utilities
27236 27236 Deprecate Model.Meta.index_together in favour of Model.Meta.indexes Database layer (models, ORM)
34034 34034 Adding a class on ChoiceWidget subwidgets is excessively difficult Forms
34746 34746 High CPU/memory consumption when a 5XX is raised with large local variables Error reporting
34886 34886 Sample use of lazy in delayed translations is not valid in Django 4.1 and 4.2. Documentation
34612 34612 QuerySet.only() doesn't work with select_related() on a reverse OneToOneField relation. Database layer (models, ORM)
34613 34613 add support for Partitioned cookies HTTP handling
34841 34841 Reverse migrations model state rendering slow with moderate to large migrations Migrations
34059 34059 Validation of check constraints on JSONField key transforms with None produces invalid SQL on PostgreSQL. Database layer (models, ORM)
14831 14831 Django Template Style Guide Documentation
34769 34769 JSONField key/path transforms tests fail on Oracle 21c. Database layer (models, ORM)
34831 34831 Search in admin could allow issuing a query with many OR'd clauses contrib.admin
34742 34742 calling a DELETE endpoint without a trailing slash does not thow RuntimeError in DEBUG mode HTTP handling
34907 34907 loaddata crashes on objects with natural keys when don't exist on passed database. Core (Serialization)
34974 34974 makemigrations --check does not show diff as documented Uncategorized
34970 34970 Unclear wording in password validator docs Documentation
34955 34955 Make Concat() use the database operator `||` on PostgreSQL. Database layer (models, ORM)
34229 34229 "no such column" when combining FilteredRelation and multi-table inheritance models Database layer (models, ORM)
34457 34457 makemigrations --check no longer prints the changes Migrations
34940 34940 Filter queryset on "tuples" of values for multiple columns Database layer (models, ORM)
34912 34912 Admindocs back-links and bookmarklet help text is too small contrib.admindocs
27234 27234 Clarify the type of the django.server logger's 'request' extra context Documentation
34905 34905 Main landmark is on the wrong element contrib.admin
34892 34892 Static files aren't served correctly on dev server when DEBUG and FORCE_SCRIPT_NAME are enabled contrib.staticfiles
34581 34581 Filters should not implicitly mark unsafe strings as safe without escaping Template system
34657 34657 Testing assertions `assertContains` and `assertInHTML` should output the haystack on failure Testing framework
34835 34835 Use a `nav` element or `navigation` landmark for changelist filters contrib.admin
34832 34832 Use `banner` landmark or `<header>` element for the admin header area contrib.admin
34833 34833 Use a `main` landmark in the admin interface contrib.admin
34828 34828 DateTimeField breaks when given datetime that would be invalid in UTC Database layer (models, ORM)
34812 34812 Validate that URLConf modules contain a urlpatterns entry Core (URLs)
34803 34803 Nested OuterRef crashes with AttributeError Database layer (models, ORM)
34787 34787 The 'runserver' command doesn't work when run from an installed script on Windows Core (Management commands)
34796 34796 Deleting child table does not delete rows in parent table when using multi-table inheritance Database layer (models, ORM)
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
34783 34783 No module named 'smtp' when trying to send an email Core (Mail)
34620 34620 Serialization of m2m relation fails with custom manager using select_related Core (Serialization)
34770 34770 Default autoescape off in password_reset_email.html contrib.auth
34542 34542 Required fields allowed to be blank are not accepted non-interactively using createsuperuser contrib.auth
34755 34755 Provide accelerated binary wheels Uncategorized
34728 34728 OR operator on queryset does not work as expected Database layer (models, ORM)
34532 34532 Form.default_renderer is ignored in formsets. Forms
34711 34711 Make ChoiceField auto-detect and coerce values. Forms
34705 34705 BoundField.as_widget() ignores aria-describedby in attrs argument Forms
34639 34639 MySQL 8.0 hangs indefinitely when using the admin search with a Foreign Key and Annotate contrib.admin
34572 34572 Confirm/Add support for GDAL 3.7. GIS
34684 34684 Drop support for GDAL 2.2 and 2.3. GIS
34673 34673 Migrations ordering: add constraint run_immediately_after Migrations
34653 34653 Django (4.2.2) doesn't handle unicode characters in labels of choices Migrations
34595 34595 format_html() should explicitly mention that format_string is not escaped and that result is safe Template system
34580 34580 Performance regession in SQLCompiler Database layer (models, ORM)
34322 34322 ManifestStaticFilesStorage crashes on commented JavaScript import statements contrib.staticfiles
34521 34521 Use __slots__ for template Node classes Template system
34562 34562 Issue with Django Admin theme-toggle button contrib.admin
34557 34557 Time-based model field cleaning and TypeErrors Database layer (models, ORM)
34552 34552 Delaying get_from_clause call as much as possible. Database layer (models, ORM)
34546 34546 Failed migration yields to unmigratable app: "OperationalError: (1050, "Table '<name>' already exists")" Migrations
34525 34525 index_together warning after migration to new style Database layer (models, ORM)
34523 34523 Model.objects.update_or_create method sometimes raises TransactionManagementError Database layer (models, ORM)
34515 34515 Translatable URL patterns raise 404 for non-English default language when prefix_default_language=False is used. Internationalization
34520 34520 ModelAdmin.fields: wrapping in tuples does not have any effect (each field on separate line) contrib.admin
34504 34504 SSLCertVerificationError on outgoing emails for some mailboxes Core (Mail)
34510 34510 sqlmigrate does not follows replaces in squashed migrations Core (Management commands)
27505 27505 Error messages customization and internationalization in Paginator class Core (Other)
34471 34471 Cannot import name 'url' from 'django.conf.urls' Uncategorized
34449 34449 ProgrammingError: non-integer constant in GROUP BY with Case When and annotate Count Database layer (models, ORM)
34388 34388 Added support for direct usage of Choices classes on model fields Database layer (models, ORM)
34412 34412 TLS/SSL sending mail fails in some servers Core (Mail)
34354 34354 models. Manager annotate() queryset conflict with models.Model contrib.admin
34327 34327 Test client session does not work as described when using signed cookie engine Testing framework
34250 34250 Duplicate model names in M2M relationship causes RenameModel migration failure Migrations
34328 34328 Class-based async-only middleware not detected as coroutine in MiddlewareMixin Documentation
34336 34336 Reverting a migration with `replaces = [...]` set does not revert it Migrations
34324 34324 Django Discord Server is not mentioned in the "Join the Django community ❤️" section in contributing guide Documentation
34319 34319 Model.validate_constraints() crashes when constraint's validate() raises ValidationError without a code. Database layer (models, ORM)
34146 34146 Add tutorial step for installing third party package(s) Documentation
34286 34286 Mixed-case views/templates names causes 404 on :view:/:template: directive. contrib.admindocs
34180 34180 Document that setting language in tests affects other tests Documentation
34255 34255 Annotation/group by with an expression on psycopg3 Database layer (models, ORM)
34298 34298 drop constraint if exists Core (Management commands)
34242 34242 Behavior of Model.delete() with regards to primary_key fields is not documented Documentation
34271 34271 Add a simple page caching method Core (Cache system)
34228 34228 Django 4.1.4 cannot import name 'force_unicode' from 'django.utils.encoding' Utilities
34199 34199 Add an example for contrib.postgres.aggregates.StringAgg to docs. Documentation
34160 34160 Django 4.1 Expression contains mixed types for (Big/Small)IntegerFields. Database layer (models, ORM)
34119 34119 ModelForm fields with callable defaults don't correctly propagate default values Forms
34162 34162 Wrong URL generated by get_admin_url in admin index "Recent Actions" panel in custom Django Admin Site contrib.admin
891 891 customize table name prefixes Database layer (models, ORM)
34122 34122 models.ForeignObject is missing documentation Documentation
34085 34085 Black shouldn't format non-Python files Core (Management commands)
34106 34106 Allow LogoutView to render a confirmation template on a GET request (Like LoginView) contrib.auth
34091 34091 Invalid SQL: FROM clauses can be omitted when QuerySet is accessed from multiple threads Database layer (models, ORM)
34078 34078 Add Postgres range_merge aggregate function to postgres.contrib contrib.postgres
34067 34067 django.core.Paginator wrong query slicing Core (Other)
34030 34030 add SystemCheckError for LocaleMiddleware Core (Management commands)
34021 34021 collect_translations Internationalization
34016 34016 QuerySet.values_list() crash on simple ArrayAgg. contrib.postgres
34014 34014 DecimalValidator fails to validate 0 in scientific notation (0E+1 or 0E+2) Core (Other)
14092 14092 ImageField should allow SVG Database layer (models, ORM)
27064 27064 Implement RenameIndex in a backwards compatible way Migrations
27737 27737 Investigate if reloading old relational fields in migration operations' state_forwards is needed Migrations
14586 14586 Make interpolate JS function not require the named parameter. Internationalization
14296 14296 'manage.py test' failing for apps that access read-only databases Testing framework
27141 27141 makemigrations fails with PermissionDenied on django_migrations Migrations
14035 14035 Cannot access POST after request.encoding was set to a custom value HTTP handling
27697 27697 JSONField with blank=True is rendered as non-required field in a ModelForm Documentation
56 56 Primary key columns should be UNSIGNED Database layer (models, ORM)
27854 27854 Make `collectstatic` warn (rather than blow up) on missing directories contrib.staticfiles
27807 27807 Overriding username validators doesn't work as documented contrib.auth
14628 14628 Document which settings can be changed at runtime Documentation
27417 27417 Migration to change model field case crashes on Oracle Migrations
14317 14317 numberformat.format produces wrong results Internationalization
27996 27996 Add pgcrypto extension and GEN_RANDOM_UUID function to contrib.postgres contrib.postgres
27395 27395 Allow generating '<link rel="alternate ... hreflang=...>" for sitemaps' contrib.sitemaps
27399 27399 Segfault when running GDALBandTests on OSX 10.11.6 GIS
27666 27666 Delay rendering of models in migration operations when possible Migrations
27801 27801 Make createsuperuser inspect environment variables for username and password contrib.auth
14365 14365 Make template-rendering signals available also in DEBUG mode Testing framework
14808 14808 i18n is not safe. Documentation
14009 14009 custom formset validation documentation is incomplete Documentation
14091 14091 Fix incorrect quoting in connection.queries Database layer (models, ORM)
27869 27869 Add fastupdate and gin_pending_list_limit parameters to GinIndex contrib.postgres
27018 27018 Admin views in admindocs crash with AttributeError contrib.admindocs
27392 27392 Remove "Tests that", "Ensures that", etc. from test docstings Documentation
14807 14807 django.utils.formats localize_input inserts thousands_separator into boolean values Internationalization
27546 27546 Replace hardcoded class names in __repr__-methods Core (Other)
14370 14370 Adding support for Autocomplete in contrib.admin contrib.admin
27895 27895 Test Client fails to decode json response with unicode characters Testing framework
27258 27258 Raise an exception if RequestContext is used with template.backends.django.Template.render() Template system
27380 27380 Add the 'raw' argument with the 'm2m_changed' signal Database layer (models, ORM)
27303 27303 Selecting multiple admin list_filters across relations return results that don't match both filters contrib.admin
27639 27639 Add a chunk size argument to QuerySet.iterator() Database layer (models, ORM)
27241 27241 Annotate doesn't work with PostgreSQL views anymore Database layer (models, ORM)
27359 27359 Make it possible to specify a default template engine Template system
27915 27915 Defining Index object in Meta.indexes in abstract class causes failure during migration of sub-classes Database layer (models, ORM)
27935 27935 BrinIndex crashes if name > 30 characters contrib.postgres
27897 27897 Searching for foreign key's pk in the admin crashes with FieldDoesNotExist contrib.admin
27316 27316 Multiple LiveServerTestCase subclasses cannot reuse the same port Testing framework
27840 27840 Password reset: `post_reset_login` throws KeyError if user already logged in contrib.auth
27742 27742 Unexpected migration on Parent -> child model inheritence Migrations
27819 27819 Display a warning when django.views.generic.ListView assumes the default template name Generic views
14606 14606 Application module imported twice when running development server Core (Other)
27738 27738 Default index name not set outside of migrations Database layer (models, ORM)
27663 27663 Make Index.create_sql() and SchemaEditor._create_index_sql() return SQL parameters as well Migrations
27518 27518 HTTP Referer leaks password reset link contrib.auth
27717 27717 Squashmigrations doesn't optimize AlterModelOptions verbose_name_plural into CreateModel Migrations
27432 27432 showmigrations --plan should show migrations that would be applied for the given app_labels Core (Management commands)
27672 27672 Trouble saving specificly shaped GeometryCollection to spatialite backend GIS
27637 27637 timeuntil, timesince breaks in leap year edge case Utilities
27638 27638 Rollback data changes made inside templates Template system
27627 27627 OneToOneField doesn't allow multiple records with NULL value on Microsoft SQL Server Database layer (models, ORM)
14297 14297 Accessing settings.FOO in hot spots cause performance problems Core (Other)
27355 27355 Add PostgreSQL Extension operation example to reference page Documentation
27513 27513 Optimize Signal.send a tiny bit Utilities
27003 27003 ArrayField and JSONField form fields fail on already converted values Forms
27420 27420 Oracle DB test user password must be quoted if it starts with a number Database layer (models, ORM)
27433 27433 ModelForm with BooleanField can not save False/unchecked Forms
27133 27133 Explain how to load initial data with a data migration Documentation
27151 27151 FK index created two times on PostgreSQL if referenced table PK is varchar Migrations
27352 27352 Warn about social media fingerprinting when using redirect_authenticated_user Documentation
27323 27323 Optimize Oracle introspection by using USER_SEQUENCES instead of USER_CATALOG Database layer (models, ORM)
27244 27244 Incorrect thousand separator for the Greek locale (el) Internationalization
27300 27300 makemigrations --dry-run -v 3 on Python 3 writes byte string to stdout Core (Management commands)
27311 27311 Support unpickled models (e.g. read from cache) in migrations Migrations
27279 27279 Performance regression when running migrate with RenameModel operations Migrations
27261 27261 Missing python-brace-format marker for a contrib.admin string contrib.admin
27173 27173 Permit import statements to be longer than 80 characters Core (Other)
27192 27192 Allow pluralizing admin URLs contrib.admin
27142 27142 makemigrations fails on special database connections Migrations
27033 27033 static tag causes AppRegistryNotReady errors on 1.10 contrib.staticfiles
27004 27004 InconsistentMigrationHistory has false positives with squashed migrations Migrations
27016 27016 django-admin.py startproject creates urls.py that raises ImportError Core (URLs)
14030 14030 Use F() objects in aggregates(), annotates() and values() Database layer (models, ORM)
14891 14891 use_for_related_fields=False is not honored by reverse FK or M2M related managers Database layer (models, ORM)
14286 14286 Support for BigAutoField Database layer (models, ORM)
14887 14887 select_related() does not work with Proxy models and multi-table inheritance Database layer (models, ORM)
14518 14518 Field.to_python not called on foreign key IDs Database layer (models, ORM)
14442 14442 During tests parse fixtures using setUpClass Testing framework
14196 14196 Objects that come from something_set, should have their parent object filled in Database layer (models, ORM)
14952 14952 New find_commands(management_dir) to support .pyc and .pyo Core (Other)
14087 14087 django.core.management.get_commands only sees commands in the last package of a namespace package Core (Other)
14497 14497 ModelAdmin.readonly_fields isn't graceful with filefields. contrib.admin
14881 14881 [nonrel] Do not assume ``User.id`` to be an integer in django.contrib.auth's pasword reset feature contrib.auth
14515 14515 Can't pickle ValueQuerySet if query references fields, which aren't on the same model. Database layer (models, ORM)
14748 14748 Missing documentation for FormPreview methods Documentation
901 901 Reload method for models Database layer (models, ORM)
14930 14930 `values_list()` fails on queryset ordered by extra column Database layer (models, ORM)
14787 14787 Upload handler should pass errors on to forms.FileField File uploads/storage
14549 14549 Disambiguation of target/source fields for intermediary models when using ManyToManyField Database layer (models, ORM)
14319 14319 Add signals test_setup and test_teardown to Django test suite runner Options Testing framework
14298 14298 maximum open cursors exceeded on Jython and Oracle Database layer (models, ORM)
14051 14051 Signals for transaction commit/rollback Database layer (models, ORM)
14263 14263 Allow fields to support custom double-underscore lookup methods Database layer (models, ORM)
14007 14007 Automatically discover models within a package without using the app_label Meta attribute Database layer (models, ORM)
14825 14825 LocaleMiddleware should store language preferences if possible Internationalization
14609 14609 __or__ method of queries does not return a correctly combined query. Database layer (models, ORM)
14877 14877 ModelFormSet.save() with a deleted form should work even if the model has already been deleted Forms
23 23 Add support for ValidationWarning Forms
14765 14765 Unnecessary usage of NodeList in ForNode (template rendering) Template system
14043 14043 Incorrect and/or confusing behaviour with nullable OneToOneField Database layer (models, ORM)
14492 14492 Model proxy instance does not equal the respective model instance Database layer (models, ORM)
694 694 [patch] TEMPLATE_DIRS should allow project root relative paths Template system
14238 14238 admin-interface and formsets: ordered_forms are not returned in case of errors contrib.admin
14857 14857 has_results cleanup Uncategorized
25 25 Filtering interface on ForeignKey <select> boxes contrib.admin
14019 14019 SQLInsertCompiler.as_sql() failure Database layer (models, ORM)
14802 14802 feature request: add a method to Fields that is used to render the field as read-only contrib.admin
14057 14057 Expose an interface for custom-escaping template content Template system
14287 14287 TEST_MIRROR is not respected in routers Database layer (models, ORM)
14970 14970 Inconsistency in handling of managed/unmanaged transactions Database layer (models, ORM)
14633 14633 Reorganize settings reference docs Documentation
14879 14879 Aggregates (Min, Max) for CharField fails with Postgresql Database layer (models, ORM)
14976 14976 Add is_html flag to contrib.messages contrib.messages
14694 14694 defer() doesn't work with reverse relations Database layer (models, ORM)
14264 14264 settings.configure has undocumented differences from using a settings module Core (Other)
14315 14315 memcached doesn't support negative deltas for incr() and decr() Core (Cache system)
361 361 Some Basic Math Filters Template system
14093 14093 Confusing error when failing to create a session key because the cache is unavailable contrib.sessions
14449 14449 restructuredtext filter does not return the correct content Documentation
14195 14195 ContentType object fails to use cache, beats DB to death Uncategorized
14886 14886 GeoModelAdmin forms cannot be used with WMS in formats other than image/jpeg GIS
14266 14266 Audit database backend support claims, particularly for MySQL Documentation
596 596 Allow Django to be packaged as a Python egg Core (Other)
14147 14147 django 1.2 documentation refer to assertQuerysetEqual which is only available in trunk Documentation
14843 14843 Filter like "striptags" that also removes tag contents Template system
702 702 document that ManyToMany fields can't be in unique_together Documentation
14721 14721 USE_THOUSAND_SEPARATOR fails with UnicodeDecodeError in several locales Internationalization
14268 14268 reset and sqlreset management commands should raise PendingDeprecationWarning for 1.3 Core (Management commands)
14279 14279 typo in tests for private flatpage not showing sitemaps Contrib apps
14258 14258 Document that 1.3 has added an index to the session date field and a migration is recommended Documentation
14349 14349 Add Belgium (be) localflavor contrib.localflavor
14354 14354 Check password is not None in User.check_password contrib.auth
14366 14366 Model.objects.none().values(...).anything() is broken Database layer (models, ORM)
14388 14388 Logging documentation typos Documentation
14403 14403 Missing/incomplete documentation for FloatField? Documentation
14405 14405 problem in login view contrib.auth
14412 14412 Comment url redirection relies on a legacy url contrib.comments
14414 14414 Additional check in content-type view to prevent 500 Contrib apps
14446 14446 auth.views.password_reset_confirm should never be cached contrib.auth
14557 14557 Generic View improvment Generic views
14570 14570 New format character to represent locale-specifc alternative month names Internationalization
14594 14594 Django/CherryPy problem with POST data HTTP handling
14596 14596 Cache backend initialization refactoring Core (Cache system)
14605 14605 method similar to HttpRequest.is_ajax() to detect flash HTTP handling
14249 14249 Inactive users have less permissions then anonymous users with custom backend contrib.auth
14663 14663 L10N of dates in Norwegian. Translations
14697 14697 Speeding up queryset model instance creation Database layer (models, ORM)
14700 14700 Speed up RawQuerySet iterator Database layer (models, ORM)
14770 14770 Should be able to set cookies from the request as well as the response. Core (Other)
14788 14788 Typos in the footer *.djangoproject.com
14797 14797 ModelFormMixin's get_form_class() logic broken; fails with custom get_queryset() method Generic views
14830 14830 Default value for radio button not preserved when dynamically creating new inlines contrib.admin
14835 14835 Improper indentation for docs/ref/contrib/admin/index.txt Documentation
14938 14938 "Save as" does not save entries added with a Inline Forms
14955 14955 URLField validation should use HEAD requet instead of GET Core (Other)
14977 14977 contrib.admin ordering by two or more fields contrib.admin
14984 14984 ClearableFileInput generates invalid XHTML Forms
14041 14041 Templates in function calls for sitemap Contrib apps
13184 13184 Custom fields with __metaclass__ = models.SubfieldBase - ValidationError breaks out of form.is_valid() Forms
399 399 Bigint field object needed Database layer (models, ORM)
689 689 Honor Web server provided authentication Core (Other)
285 285 WSGIRequest should set request.path to full uri path HTTP handling
730 730 more explicit middlware ordering Core (Other)
528 528 Add a documentation generator that creates a PDF or HTML files locally Documentation
14718 14718 Different attributes for DateInput and TimeInput in SplitDateTimeWidget Forms
14063 14063 Validating form file fields is hard File uploads/storage
13 13 Related objects interface should be tighter (edit_inline) contrib.admin
14348 14348 Paginator does not handle django.db.models.sql.datastructures.EmptyResultSet Database layer (models, ORM)
289 289 [patch] more details with "Please correct the errors below." contrib.admin
811 811 IPv6 address field support Core (Other)
14206 14206 contrib:admin dynamic list_display support contrib.admin
14614 14614 Dont send Request message when handle_uncaught_exception() Core (Other)
14903 14903 wsgiref usage HTTP handling
14262 14262 Helper for "get_something as varname" template tag pattern Template system
14766 14766 ordering by a field that does not exists returns an empty QuerySet Database layer (models, ORM)
14960 14960 Write tests for inclusion_tag Template system
14230 14230 Documentation for Auth's Logout view suggests wrong redirect takes precedence. contrib.auth
14012 14012 Adding an User object in a popup fails contrib.admin
14038 14038 1.2 Release notes don't mention new template loader classes Documentation
14677 14677 tests.py cannot be split to package always Testing framework
14468 14468 test_client_regress.models.UploadedFileEncodingTest fails if the mimetypes.guess_type() guesses an alternate zip mimetype Testing framework
14801 14801 Support for string methods with lazy translations Internationalization
14420 14420 Can't do validation on ModelFormSets to prevent deletion when there is only one object in formset and it is to be deleted Forms
14989 14989 Allow serializers to non ovewrite fixtures objects if they are marked as non overridable Core (Serialization)
14591 14591 UnicodeDecodeError when trying to render the label of a field contrib.admin
14884 14884 Visible form <input>s and <textarea> should use the "required" attribute Forms
14369 14369 TEMPLATE_STRING_IF_INVALID settable per template rendering Template system
14837 14837 field based custom ordering Database layer (models, ORM)
14767 14767 Formatting tweaks to DB optimization doc Documentation
14714 14714 Refactoring BaseHandler and company for DRYness Core (Other)
14616 14616 Recommend a leading underscore on module-level loggers in docs Documentation
14537 14537 Validators documentation page doesn't say where to import validators from Documentation
14513 14513 Ordering Check in django/core/management/validation.py Database layer (models, ORM)
14126 14126 blocktrans count is parsing incorrectly Translations
14227 14227 Modify contributing docs to mention the 'easy-pickings' keyword in triage Documentation
14428 14428 Doesn't work with CSRF in DJango 1.2+ Uncategorized
14225 14225 Documentation website showing "dev" documentation instead of "1.2" Documentation
14381 14381 small improvement in db.utils.ConnectionRouter.__init__ Database layer (models, ORM)
14404 14404 Typo in Logging section of Docs Documentation
14377 14377 Add site to the context of the logout view contrib.auth
14295 14295 Saving an object with a custom manager results in IntegrityError Uncategorized
14367 14367 Please add as_p() to form fields Forms
14359 14359 django core and contrib named urls should follow a convention Contrib apps
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
14235 14235 UnicodeDecodeError in CSRF middleware Forms
14166 14166 Indian states are not specified as a tuple of tuples contrib.localflavor
14112 14112 Some documentation reST fixes Documentation
14068 14068 Fixture loading issue with multi database setting Core (Serialization)
14064 14064 Correct spelling of Argentinian Spanish in global_settings.py Core (Other)
714 714 access to id of current user on admin contrib.admin
313 313 PhoneNumberField should accept international format numbers Internationalization
12132 12132 possibly unneccessary unique_check for primary key fields is models Database layer (models, ORM)
854 854 GUI editor for the admin interface Core (Other)
22 22 [patch] FileUploadField should allow for clearing the field contrib.admin
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)
24 24 edit_inline support for OneToOne relationships Metasystem
565 565 Unique fields don't work on edit_inline models contrib.admin
659 659 Selecting by month with DateField is broken with sqlite3 backend Database layer (models, ORM)
14 14 PIE-IN-THE-SKY: Add spell-check capability to admin textareas contrib.admin
785 785 many2many table and legacy databases. Database layer (models, ORM)
265 265 Patch: RequiredIfOtherField and friends don't work with edit_inline Core (Other)
115 115 Models CRUD via web services Core (Other)
899 899 Formfield doesn't display default value Forms
978 978 STACKED ForeignKey classes don't show up in the admin for subclasses of related class contrib.admin
562 562 "Add another" JavaScript doesn't add new value to all fields relating to the same type contrib.admin
208 208 Allow the strings the cycle tag uses to contain spaces Template system
348 348 [patch] Multiple clicks on "Choose all" or "Clear all" in the Javascript "filter" interface causes strange behavior contrib.admin
48 48 Unit tests for MySQL support Database layer (models, ORM)
871 871 ImageField doesn''t honor blank=True argument contrib.admin
666 666 Admin should get 404 and 500 templates contrib.admin
710 710 Differentiate between __repr__ and __str__ for model objects Core (Other)
425 425 django.utils.images should have a thumbnail function Tools
508 508 max_age for cookies doesn't work in safari (and perhaps not IE) Core (Other)
398 398 [patch] {%define VAR as%}VALUE{%in%} tag Template system
362 362 Anonymous sessions should try to prevent session-stealing Core (Other)
216 216 sqlite3 broken post rev 329 Metasystem
35 35 django-admin.py init problem for postgresql 8.0.3/win32 Database layer (models, ORM)
51 51 Create add_* methods for objects with a many-to many-relationship Metasystem
171 171 Bug, I think, in foreign keys and SQLite Database layer (models, ORM)
21 21 FileUploadField should allow for manual filename entry contrib.admin
16 16 Create some form of "edit many at once" feature for the admin contrib.admin
952 952 [patch] Allow for database client encoding configuration from project settings 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)
250 250 Metasystem needs a BinaryField Metasystem
639 639 Model FileFields empty on first pass through save() Core (Other)
5 5 Add a cache=NUM_SECONDS argument to QuerySet Metasystem
393 393 [patch] Filters don't take the str() value of a var Core (Other)
914 914 [patch] Admin js option does not honor absolute urls contrib.admin
688 688 [patch] Error handlers lack context. Translations
65 65 [i18n] Internationalization and localisation contrib.admin
389 389 [patch] admin interface only sorts by first ordering field contrib.admin
440 440 [patch] maxlength incorrectly checked for international characters in utf-8 contrib.admin
739 739 tutorial and docs translations Documentation
452 452 Two ManyToManyFields to the same object should give that other object two API methods, not one Metasystem
61 61 [patch] auth.User admin form shouldn't require people to edit hashes contrib.admin
87 87 [patch] Oracle database support Database layer (models, ORM)
463 463 [patch] new mysql.DatabaseWrapper - solving multiple MySQL problems Core (Other)
241 241 Add a django.contrib.markup app Core (Other)
521 521 Multilevel foreign key ordering causes error in Admin changeview Metasystem
951 951 admin_url is without /admin/ path in bookmarklets contrib.admin
515 515 [patch] additional set of cache backends Core (Cache system)
192 192 FileUploads with builtin HTTPServer and wsgi-handler won't works Core (Other)
170 170 Unicode field names cause UnicodeEncodeError in main admin handler contrib.admin
935 935 weird interaction between edit_inline and OneToOneField causes adding through admin to fail contrib.admin
644 644 SQL Server DB backend: Rev 940 test results Database layer (models, ORM)
304 304 Changes to auth.LogEntry in changeset [469] breaks Oracle backend. Database layer (models, ORM)
849 849 login_required redirects to pages without parameters and so loses them Core (Other)
603 603 Improved template error messages Template system
832 832 [patch] Sessions should be able to expire at the end of a browser session Core (Other)
286 286 [patch] Eliminate unintuitive behavior when using edit_inline with no core fields specified Metasystem
449 449 [patch] variable selection for templates should allow negative list indexes Template system
151 151 javascript clock not dismissed by clicking "cancel"; several references to ljworld.com in the src code contrib.admin
676 676 [patch] a _post_init hook for model classes to initialize fields from outside content Metasystem
542 542 [patch] Add an "or cancel" link to add, edit, and delete admin views. contrib.admin
696 696 add newline-suppression to {% and {{ Template system
945 945 not translated parts in admin Javascript Translations
974 974 sql and sqlall do not show DB statements for default values Core (Management commands)
855 855 urlconf regexps should allow backreferences contrib.admin
950 950 typo in admin/doc bookmartlets template contrib.admin
678 678 I would like to see a tutorial describing how to edit One-To-Many relationships Documentation
570 570 formfields.SelectField doesn't select correct value for ForeignKey Core (Other)