Luke

(infinite-l00p)

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 (117) Reporter (1) Owner (0) Commenter (2) Summary Component
34858 34858 Output field for combined PositiveIntegerField is not properly resolved. Database layer (models, ORM)
34552 34552 Delaying get_from_clause call as much as possible. Database layer (models, ORM)
34160 34160 Django 4.1 Expression contains mixed types for (Big/Small)IntegerFields. Database layer (models, ORM)
14296 14296 'manage.py test' failing for apps that access read-only databases Testing framework
14844 14844 i18n blocktrans tag pluralization feature limited by gettext constraints and shared local tag context Internationalization
14317 14317 numberformat.format produces wrong results Internationalization
27910 27910 Allow using an Enum class in model Field choices Database layer (models, ORM)
14091 14091 Fix incorrect quoting in connection.queries Database layer (models, ORM)
29719 29719 2 Allow inspectdb to introspect foreign data wrapper tables Database layer (models, ORM)
27563 27563 Move "Apply limit_choices_to" code from BaseModelForm to fields_for_model() Forms
14153 14153 Redirects fail if URL has appended query string Contrib apps
27665 27665 More than one instance of Chrome locks up LiveServerTestCase Testing framework
14297 14297 Accessing settings.FOO in hot spots cause performance problems Core (Other)
27509 27509 Installing Geospatial libraries documentation: `gdal-bin` contradicting recommendation. Documentation
14881 14881 [nonrel] Do not assume ``User.id`` to be an integer in django.contrib.auth's pasword reset feature contrib.auth
901 901 Reload method for models Database layer (models, ORM)
14334 14334 Queries don't ensure that comparison objects are the correct type Database layer (models, ORM)
14765 14765 Unnecessary usage of NodeList in ForNode (template rendering) Template system
14492 14492 Model proxy instance does not equal the respective model instance Database layer (models, ORM)
14261 14261 Add clickjacking protection (X-Frame-Options header) HTTP handling
25 25 Filtering interface on ForeignKey <select> boxes contrib.admin
14057 14057 Expose an interface for custom-escaping template content Template system
14451 14451 add related_name to contrib.auth.models.User for 'groups' contrib.auth
14373 14373 annotate() will gladly delete your data Database layer (models, ORM)
14976 14976 Add is_html flag to contrib.messages contrib.messages
14615 14615 Related objects manager returns related objects with null FKs for unsaved instances Database layer (models, ORM)
14195 14195 ContentType object fails to use cache, beats DB to death Uncategorized
14843 14843 Filter like "striptags" that also removes tag contents Template system
14792 14792 error in the default for TEMPLATE_CONTEXT_PROCESSORS Documentation
14597 14597 request.is_secure() should support headers like: X-Forwarded-Protocol and X-Forwarded-Ssl HTTP handling
14292 14292 User.objects.create_user does not give object with id field populated in svn release. contrib.auth
14270 14270 ManyToMany manager classes should be cached Database layer (models, ORM)
14579 14579 Use built-in sessions middleware for entirely cookie-based sessions contrib.sessions
14911 14911 Custom Storage System not working properly File uploads/storage
14140 14140 There is no way to override admin templates to the project level Template system
14162 14162 Dumpdata needs an option to use the base manager instead of the default manager Core (Management commands)
14193 14193 prepopulated_fields should concatenate fields in given order contrib.admin
14248 14248 Date and DateTime fields, auto_now_add and PostgreSQL Database layer (models, ORM)
14249 14249 Inactive users have less permissions then anonymous users with custom backend contrib.auth
14290 14290 Rendering is very inefficient when USE_L10N. Caching format values gives 2-7 times improvement Internationalization
14301 14301 django crashes on email address that passed validate_email() (utf8-tld) Core (Mail)
14329 14329 Seeing test failure in regressiontests.request since 13809 HTTP handling
14386 14386 Standardize Site/RequestSite access; looser coupling of sites framework in contrib Contrib apps
14401 14401 Add a contributing HOWTO page for new contributors Documentation
14406 14406 Logging doesn't work under Python 2.4 Core (Other)
14433 14433 Thread safety problem in contrib.sitemaps Contrib apps
14445 14445 Use HMAC and constant-time comparison functions where needed in Django Uncategorized
14548 14548 Docs and implementation don't match regading return values of certain QuerySet aggregate functions Documentation
14576 14576 Regression in FormWizard contrib.formtools
14612 14612 Password reset page leaks user count contrib.auth
14623 14623 DateTimeField(auto_now=True) does not change when update is called Database layer (models, ORM)
14634 14634 Sessions are unnecessarily complex contrib.sessions
14652 14652 Sessions seem to be improperly using Pickle to hash a dictionary contrib.sessions
14653 14653 GeoDjango utils shouldn't include a Popen shortcut GIS
14685 14685 contrib.sessions.models has incompatible or extraneous code contrib.sessions
14697 14697 Speeding up queryset model instance creation Database layer (models, ORM)
14700 14700 Speed up RawQuerySet iterator Database layer (models, ORM)
14774 14774 assertNumQueries is buggy with views and the test client if used more than once in a test Testing framework
14835 14835 Improper indentation for docs/ref/contrib/admin/index.txt Documentation
14919 14919 1.2.X branch test failure: test_csrf_token_in_404 Uncategorized
14947 14947 regressiontests.fixtures_regress.tests.TestFixtures.test_dumpdata_uses_default_manager() fails with Python 2.7 Uncategorized
14955 14955 URLField validation should use HEAD requet instead of GET Core (Other)
14984 14984 ClearableFileInput generates invalid XHTML Forms
749 749 Middleware should work as a 'stack' or allow custom orderings Core (Other)
14201 14201 Add a "security overview" page to the docs Documentation
14206 14206 contrib:admin dynamic list_display support contrib.admin
14614 14614 Dont send Request message when handle_uncaught_exception() Core (Other)
14134 14134 Ability to set csrf cookie path and https-only plus add 'secure' Core (Other)
717 717 If-Modified-Since checked for exact match HTTP handling
14099 14099 modelformset not using _should_delete_form Forms
14880 14880 raw_id_fields in admin does not work when limit_choices_to dictionary has value=False contrib.admin
14818 14818 cycle tag is not safe Template system
14038 14038 1.2 Release notes don't mention new template loader classes Documentation
14498 14498 Forms passed to FormWizard.process_step are not guaranteed to have clean validate data contrib.formtools
14814 14814 Check for file binding in FieldFile.delete() Database layer (models, ORM)
14339 14339 Enable testing when you can't create/destroy databases Testing framework
14983 14983 request.user.username displays nothing str(request.user) displays 'paul' contrib.auth
14439 14439 Improve documentation on how to run the GIS test suite GIS
14369 14369 TEMPLATE_STRING_IF_INVALID settable per template rendering Template system
14778 14778 {load} for all child templates Template system
14726 14726 how to get an empty formset in a formwizard? Forms
14683 14683 FormWizard done() method doesn't get the last form in form_list contrib.formtools
14508 14508 Test suite silences warnings Testing framework
14565 14565 No csrf_token on 404 pages Uncategorized
14539 14539 Documents maybe out-of-date Uncategorized
14509 14509 Changeset 14293 broke static media serving when settings.DEBUG = True Contrib apps
14452 14452 Need help understanding why the below is happening. Forms
14441 14441 Oracle list limit exceeded with __in filters Database layer (models, ORM)
14225 14225 Documentation website showing "dev" documentation instead of "1.2" Documentation
14260 14260 conversion of fixtures_regress tests from doctest to unittest format Testing framework
14377 14377 Add site to the context of the logout view contrib.auth
14182 14182 CsrfViewMiddleware makes modification of the upload handlers impossible File uploads/storage
14254 14254 More tests for storage backends File uploads/storage
14252 14252 django.contrib.flatpages unit tests assume default value for settings.LOGIN_URL Contrib apps
14235 14235 UnicodeDecodeError in CSRF middleware Forms
14247 14247 [regression in 1.2.2] 'forms' test failure in 1.2.X Testing framework
14250 14250 FileBasedCacheTests.test_cull test failure Core (Cache system)
14243 14243 defer and only are not respected by values and by valuest_list() Database layer (models, ORM)
14242 14242 UserChangeForm Causes KeyError in 1.2.2 and Trunk Forms
14032 14032 CSRF cookie value is marked as safe and inserted in the HTML unchecked Core (Other)
14205 14205 Tiny grammar fix in form validation documentation Documentation
14222 14222 csrf_exempt decorator is useless if not the top-most decorator Uncategorized
14090 14090 Many sql queries needed to display change user form contrib.auth
14145 14145 undeterministic behavior when project or app template contains dotdir Core (Management commands)
14197 14197 .update() doesn't work on model_to_dict(model_instance) Uncategorized
14194 14194 MIssing comma in tutorial code Uncategorized
14189 14189 permalink docs import mistake Documentation
14185 14185 Possible bad SQL at http://docs.djangoproject.com/en/dev/ref/models/querysets/ Documentation
14116 14116 TestClient skips Csrf Middleware Testing framework
529 529 Add support for GenericForeignKey Contrib apps
510 510 [patch] Defend admin against CSRF attacks contrib.admin
500 500 [patch] Templates files extensions other than '.html' should be possible Template system
925 925 [patch] Refactor functionality of DjangoContext into 'processors' which can be replaced or added to Core (Other)
598 598 [patch] Include tag contrib.admin
667 667 [patch] extra_lookup_kwargs and extra_context in infodicts should accept callbacks Generic views
672 672 get_absolute_url isn't nice contrib.syndication
513 513 an integer form field is passed to sql as a string if it is None and not on the form. Core (Other)