Timeline
04/20/2011:
- 23:57 Ticket #15877 (Exception:ModelForm has no model class specified) created by
- case: subj exception does not throws when in user class …
- 22:53 Ticket #15740 (Manipulating the test client session doesn't work as documented) reopened by
- Hi Jacob, Thanks for looking at this. Yes, #10899 would solve this, …
- 21:37 Ticket #15740 (Manipulating the test client session doesn't work as documented) closed by
- duplicate: It looks like #10899 would fix this, right? If so, it's a duplicate. …
- 21:22 Ticket #15860 (modelform.is_valid() and modelform.errors fail to anticipate database ...) closed by
- duplicate
- 21:22 Ticket #15860 (modelform.is_valid() and modelform.errors fail to anticipate database ...) reopened by
- 20:12 Ticket #15876 (Document that test.client.RequestFactory doesn't support sessions or ...) created by
- Since #15736 has been closed "wontfix", I think it could be classified …
- 19:10 Ticket #15875 (F() example in db queries topic guide has an error) created by
- http://docs.djangoproject.com/en/1.3/topics/db/queries/#filters-can-ref …
- 19:00 Changeset [327081f]stable/1.10.xstable/1.11.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Added note about HTML5 to release notes. git-svn-id: …
- 17:14 Ticket #15868 (Auth Group Admin Bug) closed by
- duplicate: Duplicate of #15206
- 16:38 Reports edited by
- (diff)
- 16:38 Ticket #9327 (Apache MultiViews, mod_python, and certain URLs result in a 500 error) closed by
- wontfix: Wontfixing this edge-case bug, since mod_python support is deprecated …
- 16:37 Reports edited by
- (diff)
- 16:35 Ticket #15824 (Modpython should catch EPIPE (produces 500 Internal Server Error)) closed by
- wontfix: Closing this wontfix, as mod_python support is deprecated and will be …
- 16:29 Reports edited by
- Added an "intermediate" section to be a bit more friendly (diff)
- 16:29 Ticket #15767 (DecimalField is not aware of locale (in admin)) closed by
- invalid: See …
- 16:00 Changeset [6488f15a]stable/1.10.xstable/1.11.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Minor cleanup to the select_for_update tests (as suggested by Alex …
- 16:00 Changeset [c92e0e47]stable/1.10.xstable/1.11.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
-
Added notes about
select_for_update
to the 1.4 release notes. … - 15:42 Ticket #2705 ([patch] Add optional FOR UPDATE clause to QuerySets) closed by
- fixed: In [16058]: […]
- 15:42 Changeset [8f0f73c]stable/1.10.xstable/1.11.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
-
Fixed #2705: added a
select_for_update()
clause to querysets. A … - 15:35 Ticket #15736 (test.client.RequestFactory doesn't support sessions) closed by
- wontfix: I think this would be the wrong direction for RequestFactory. In real …
- 15:04 Changeset [64995cd]stable/1.3.x by
- [1.3.X] Fixed #15794 -- Corrected an error in the docs which indicated …
- 15:03 Ticket #15794 (csrf_exempt decorator applied to http method in class based view - broken) closed by
- fixed: In [16056]: […]
- 15:03 Changeset [99c1794]stable/1.10.xstable/1.11.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #15794 -- Corrected an error in the docs which indicated …
- 14:51 Changeset [24adaf7]stable/1.3.x by
-
[1.3.X] Fixed #15593 -- Added a note that the output of
reverse
is … - 14:50 Ticket #15593 (Docs: result of reverse() is already urlquoted) closed by
- fixed: In [16054]: […]
- 14:50 Changeset [1b1060c9]stable/1.10.xstable/1.11.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
-
Fixed #15593 -- Added a note that the output of
reverse
is … - 14:49 Ticket #15874 (CSRF fix for Ajax POST mentioned in docs intermittently fails to ...) closed by
- duplicate: Dupe of #15869
- 14:49 Ticket #15870 (CSRF fix for Ajax POST mentioned in docs intermittently fails to ...) closed by
- duplicate: Dupe of #15869
- 14:49 Ticket #15871 (JavaScript CSRF fix for Ajax POST mentioned in docs intermittently ...) closed by
- duplicate: Dupe of #15869
- 14:48 Ticket #15872 (JavaScript CSRF fix for Ajax POST mentioned in docs intermittently ...) closed by
- duplicate: Dupe of #15869
- 14:40 Ticket #15874 (CSRF fix for Ajax POST mentioned in docs intermittently fails to ...) created by
- I've found that in some cases(not sure why), IE7 will prepend …
- 14:40 Ticket #15873 (CSS alignment issue in docs) created by
- When using Sphinx's (very underused and very handy) parameter list …
- 14:39 Ticket #15872 (JavaScript CSRF fix for Ajax POST mentioned in docs intermittently ...) created by
- I've found that in some cases(not sure why), IE7 will prepend …
- 14:39 Ticket #15871 (JavaScript CSRF fix for Ajax POST mentioned in docs intermittently ...) created by
- I've found that in some cases(not sure why), IE7 will prepend …
- 14:38 Ticket #15870 (CSRF fix for Ajax POST mentioned in docs intermittently fails to ...) created by
- I've found that in some cases(not sure why), IE7 will prepend …
- 14:37 Ticket #15869 (CSRF fix for Ajax POST mentioned in docs intermittently fails to ...) created by
- I've found that in some cases(not sure why), IE7 will prepend …
- 13:53 Ticket #15559 (Distinct queries will cause errors with some custom model fields) reopened by
- Replying to lukeplant: > There are other places where we …
- 13:13 Ticket #15718 (Django unquotes urls and not able to distinguish %2F and /) closed by
- wontfix: I'm fairly sure that this is present in the dev server specifically …
- 12:58 Tickets #15850,15866 batch updated by
- fixed: In [16053]: […]
- 12:58 Changeset [6bdaef26]stable/1.10.xstable/1.11.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #15866, #15850 -- Prevented get_model() and get_models() from …
- 12:55 Ticket #1946 (Allow overriding of default sequence name) closed by
- duplicate: #13295 has a better patch; marking duplicate of that one.
- 12:54 Ticket #13179 (last_insert_id method cannot find sequence) closed by
- duplicate: Marking as a duplicate of #13295 -- that's the correct fix here.
- 12:54 Ticket #15682 (Postgresql last_insert_id() failing when using custom schemas) closed by
- duplicate: Yeah, this is a duplicate of ##13295 - the fix is to allow a custom …
- 12:44 Changeset [fda8a9a3]stable/1.10.xstable/1.11.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed case of DOCTYPE in 500 template, for the sake of consistency. …
- 12:41 Changeset [2bb3401d]stable/1.10.xstable/1.11.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed various validation errors caught by the validator.nu HTML5 …
- 12:40 Changeset [26cda430]stable/1.10.xstable/1.11.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Switched to HTML5 doctype in all Django supplied templates. …
- 12:32 Ticket #15868 (Auth Group Admin Bug) created by
- When your app has too many permissions, it takes an eternity to …
- 11:28 Ticket #15846 (Missing text in "Database-specific fixtures" documentation) closed by
- fixed: In [16049]: […]
- 11:28 Changeset [519534b]stable/1.10.xstable/1.11.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #15846 -- Fixed unfinished sentence in django-admin.txt. Thanks, …
- 11:26 Ticket #14766 (ordering by a field that does not exists returns an empty QuerySet) closed by
- duplicate: I've opened #15867 to track the need to document this issue.
- 11:26 Ticket #13204 (`values()` returns empty list after `extra(order_by)`) closed by
- duplicate: I've created #15867 to track the documentation issue. I agree with …
- 11:21 Ticket #15864 (django generates strange error) closed by
- duplicate: Duplicate of #15672
- 11:19 Ticket #15867 (Document which Python versions show subtle QuerySet bugs) created by
- http://bugs.python.org/issue1242657 continually bites users of Django: …
- 11:18 Ticket #15672 (wsgi handler bug in 1.3) reopened by
- 'request' was referenced twice so the bug is still present (see test) …
- 10:19 Ticket #15866 (get_model() and get_models() can return models that are not in ...) created by
-
register_models()
does not check if the app is present in … - 09:41 Ticket #6213 (PREPEND_WWW and APPEND_SLASH settings don't work with flatpages middleware) closed by
- fixed: In [16048]: […]
- 09:41 Changeset [196ac8f]stable/1.10.xstable/1.11.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #6213 -- Updated the flatpages app to only append a slash if the …
- 09:33 Ticket #15865 (Wrong information about generic inline formset) created by
- Hi, I was browsing the documentation about generic inlines formsets …
- 08:58 Ticket #15819 (Admin searches should use distinct, if query involves joins) reopened by
- I haven't tested the issue in 1.2 as it would require too much …
- 08:33 Ticket #15748 (QuerySet subscripting won't work as expected) closed by
- invalid: The code posted is really not idiomatic - if you are expecting there …
- 07:51 Ticket #15864 (django generates strange error) created by
- I'm not sure it is a bug or not. If I add this string: […] to any …
- 07:29 Ticket #15863 (SimpleCookies are not correctly serialized with the file or database ...) created by
- As discussed in the …
- 07:24 Ticket #15862 (Error in post_syncdb example) created by
- The example given in the post_syncdb documentation seems to be wrong. …
- 06:39 Changeset [96520e8]stable/1.10.xstable/1.11.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Corrected factual error regarding logging in the CSRF docs …
- 06:26 Ticket #15861 (No way to reset a file in Admin section) closed by
- fixed: This is already present in 1.3. Please check the most recent version …
- 04:51 Ticket #15861 (No way to reset a file in Admin section) created by
- If I submit a file through the admin section, there is no way for me …
- 02:31 HttpReponse edited by
- typo: may be you mean HttpResponse (diff)
- 01:39 Ticket #15860 (modelform.is_valid() and modelform.errors fail to anticipate database ...) closed by
- wontfix: I think this is essentially a duplicate of #13091.
- 00:53 Ticket #15860 (modelform.is_valid() and modelform.errors fail to anticipate database ...) created by
-
modelform.is_valid()
fails to anticipate database integrity errors …
04/19/2011:
- 23:15 Ticket #15858 (ImportError: cannot import name add_postgis_srs) closed by
- invalid
- 22:58 Ticket #15859 (Allow more precise placement of admin inlines) created by
- I just had to copy …
- 22:31 Ticket #15858 (ImportError: cannot import name add_postgis_srs) created by
- As per insturction here …
- 21:15 Ticket #15857 (contrib.contenttypes depends on contrib.auth) closed by
- duplicate: Dupe of #14543.
- 20:14 Ticket #15857 (contrib.contenttypes depends on contrib.auth) created by
-
Currently it is not possible to successfully run
test
on a site …
- 17:26 Ticket #10917 (admin/base.html should contain messages block) closed by
- fixed: In [16046]: […]
- 17:26 Changeset [4175e3d1]stable/1.10.xstable/1.11.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #10917 - admin/base.html should contain messages block Thanks …
- 17:06 Ticket #15791 (New feature: callable objects can signal that templates should never ...) closed by
- fixed: In [16045]: […]
- 17:06 Changeset [1286d783]stable/1.10.xstable/1.11.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #15791 - method to signal that callable objects should not be …
- 16:32 Ticket #15851 (Exception when http.parse_cookie recieves bad cookie) closed by
- duplicate: See #15852
- 15:50 Ticket #15856 (Add a localflavor for Macedonia) created by
- I've created a localflavor package with form and model fields for a …
- 14:44 Ticket #15855 (cache_page decorator bypasses any Vary headers set in middleware) created by
- A number of common response middlewares in Django (gzip, sessions, …
- 13:58 Ticket #15854 (Combining two querysets generated by "extra" causes duplication in ...) closed by
-
wontfix: Once you start using
extra
you're basically telling Django that … - 13:44 Ticket #15538 (FetchFromCacheMiddleware ignore request header field cache-control) closed by
- wontfix: I don't believe that Django's cache middleware listens to *any* of the …
- 13:32 Ticket #15370 (Most of the admin_scripts tests failing because of a warning) closed by
- invalid: I agree with Karen - marking Invalid accordingly.
- 11:45 Ticket #15854 (Combining two querysets generated by "extra" causes duplication in ...) created by
- I am using Django v1.2.3 with Oracle DB backend. The code below demo …
- 11:08 Ticket #15853 (Error in m2m_changed signal documentation) created by
- Currently, in action types, it says: […] As you can see, …
- 10:35 Ticket #15852 (Exception when http.parse_cookie recieves bad cookie) created by
- Hi! I'm currently having a problem where the user in some …
- 10:34 Ticket #15851 (Exception when http.parse_cookie recieves bad cookie) created by
- Hi! I'm currently having a problem where the user in some …
- 06:18 Ticket #15850 (Test runner fails when sites app not installed) created by
- I don't have 'sites' in INSTALLED_APPS, and Changeset [16028] seems to …
- 03:09 Ticket #15849 ({% ifchanged %} not thread-safe) created by
- We're doing the wrong thing and running a Django site with …
04/18/2011:
- 21:14 Ticket #15721 ({% include %} and RequestContext fails since r15795) closed by
- fixed: In [16044]: […]
- 21:14 Changeset [95872355]stable/1.10.xstable/1.11.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixes #15721 (again) via a minor tweak to avoid unexpected behaviour …
- 18:37 Ticket #15721 ({% include %} and RequestContext fails since r15795) reopened by
- Reopening because I'm seeing a whole bunch of errors in the tests from …
- 18:20 Changeset [b061cb9]stable/1.3.x by
- [1.3.X] Fixed #15843 -- removed an extraneous quotation mark in the …
- 18:15 Ticket #15843 (One more quotation marks in the example of "include" tag of 1.3 doc) closed by
- fixed: In [16042]: […]
- 18:15 Changeset [6f84e520]stable/1.10.xstable/1.11.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #15843 -- removed an extraneous quotation mark in the template …
- 16:59 Ticket #15534 (Oracle backend regex lookup broken if Oracle backend is not default) closed by
- fixed: In [16041]: […]
- 16:59 Changeset [b4c83138]stable/1.10.xstable/1.11.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #15534: Made the Oracle runtime test for regex capabilities use …
- 16:17 Ticket #8133 (BaseModelForm have to populate data not just object_data) closed by
- needsinfo: I think we need more information from the original reporter to try to …
- 16:10 Changeset [1d499d5]stable/1.3.x by
- [1.3.X] Fixed #15848 -- Fixed regression introduced in [15882] in …
- 16:02 Changeset [487cd1fa]stable/1.10.xstable/1.11.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Added new tests I forgot to include in [16038]. git-svn-id: …
- 15:15 Ticket #7258 (connection in WhereNode does not come down from Query) closed by
- fixed: I might be wrong, but I think this is fixed now.
- 15:00 Ticket #15848 (Regression in `makessages -d django` when processing multi-line ...) closed by
- fixed: In [16038]: […]
- 15:00 Changeset [0defa7dc]stable/1.10.xstable/1.11.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #15848 -- Fixed regression introduced in [15882] in makemessages …
- 14:48 Ticket #15848 (Regression in `makessages -d django` when processing multi-line ...) created by
- As reproted Denis Drescher via email: The fix committed in [15882] …
- 14:45 Ticket #15845 (CSRF validation leak) closed by
- invalid: This does not result in a CSRF vulnerability. curl is irrelevant - …
- 14:16 Ticket #15847 (Spam control is misconfigured and rejects all anonymous bug reports) created by
- It appears that if an attempt is made to submit a new ticket without …
- 14:10 Ticket #15846 (Missing text in "Database-specific fixtures" documentation) created by
- On …
- 11:24 Ticket #15845 (CSRF validation leak) created by
- The CSRF validation compares …
- 10:21 Ticket #15844 (Filtering by related objects causes unnecessary extra db hits when ...) created by
- The failing test below illustrates the issue. […] The extra …
- 02:14 Ticket #15843 (One more quotation marks in the example of "include" tag of 1.3 doc) created by
- as title and the following is the place. {% include …
- 01:57 Ticket #15184 (Error when subclassing models.ForeignKey field) reopened by
- The ticket will be closed as fixed the day that a patch actually gets …
- 01:47 Ticket #15184 (Error when subclassing models.ForeignKey field) closed by
- fixed: The issue appeared to be that SubfieldBase's descriptor was stomping …
04/17/2011:
- 16:44 Ticket #15237 (Django generated Atom/RSS feeds don't specify charset=utf8 in their ...) reopened by
- The charset should be “utf-8” rather than “utf8”, since the latter …
- 15:55 Ticket #15800 (Documentation error for django.views.generic.forms.FormMixin) closed by
- fixed: In [16037]: […]
- 15:55 Changeset [d3e5380b]stable/1.10.xstable/1.11.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #15800 -- Fixed error in class-based-views docs. Thanks, Natim …
- 15:51 Ticket #15816 (Typo in utils reference doc) closed by
- fixed: In [16036]: […]
- 15:51 Changeset [78b2e25]stable/1.10.xstable/1.11.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #15816 -- Changed docs/ref/utils.txt to refer to …
- 15:46 Ticket #15821 (Django 1.3 release notes links to wrong "security issues" page) closed by
- fixed: In [16035]: […]
- 15:46 Changeset [5409168]stable/1.10.xstable/1.11.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #15821 -- Removed incorrect link from docs/releases/1.3.txt …
- 15:45 Ticket #15822 (Remove references to the postgresql (v1) database backend) closed by
- fixed: In [16034]: […]
- 15:45 Changeset [f8495d23]stable/1.10.xstable/1.11.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #15822 -- Removed references to the v1 postgresql backend (which …
- 09:27 Changeset [9b21a0c]stable/1.3.x by
- [1.3.X] Updated the contributing document to accurately reflect our …
- 09:13 Changeset [d78e08f4]stable/1.10.xstable/1.11.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Updated the contributing document to accurately reflect our security …
- 06:40 Ticket #9345 (Various string consistency fixes) closed by
- wontfix: Wontfixing since "email" (without hyphen) is now the new preferred way …
- 04:33 Ticket #15842 (Silent Failure of InlineAdmin Class With a DateTimeField on the Model ...) created by
- Ok, this is definitely an edge case, but I ran into this when trying …
- 04:27 Ticket #15841 (User model conflicts with CommentDetailsForm) created by
- User.email defined as "blank = True", but CommentDetailsForm.email is …
Note: See TracTimeline
for information about the timeline view.