Timeline
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 …
04/16/2011:
- 23:52 Ticket #15721 ({% include %} and RequestContext fails since r15795) closed by
- fixed: In [16031]: […]
- 23:52 Changeset [d59baa0]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 -- Make {% include %} and RequestContext work together …
- 23:52 Ticket #15814 (Add a test util to abstract the process of using a test template loader) closed by
- fixed: In [16030]: […]
- 23:52 Changeset [89e25403]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 #15814 -- Added a test util to abstract the process of using a …
- 23:12 Changeset [cdd75e0]stable/1.3.x by
- [1.3.X] Ensure stdin is a tty before handing it to termios, so as to …
- 16:35 Ticket #15808 (CSRF token cookie does not utilize the "Secure" or "HttpOnly" flag) closed by
- duplicate: Duplicate of #14134. I'm not going to categorize as a bug, because …
- 15:05 Ticket #15840 ([patch] wrap the inner function of the condition decorator) created by
-
Like all the other
inner
functions in the … - 14:19 Ticket #15162 (syncdb fails when creating super user - Django: v 1.2.4 Python: 2.6 ...) closed by
- duplicate: This is the same as #15778 which is newer but has discussion of a …
- 13:43 Changeset [79bb9c1]stable/1.3.x by
- [1.3.X] Fixed #15573: Forced the default site id to be 1 when creating …
- 13:24 DevelopersForHire edited by
- Removed BeardyGeek (site owner) (diff)
- 12:29 ThumbNails edited by
- (diff)
- 06:45 Ticket #11241 (Allow assertFormError to check a formsets' non_form_errors) closed by
- duplicate: Closing in favour of #11603, which addresses a larger scope and has a …
- 05:06 Ticket #15839 (search_fields: duplicated search results when following relationships ...) created by
- If in search_fields one uses both fields of a model A and a model B …
- 02:09 Ticket #11865 (Form media lacks support for raw javascript) closed by
- duplicate: Closing as dupe of #13978, which, although newer, also takes care of …
04/15/2011:
- 21:00 Ticket #15834 (Django ORM transforming inner join to outer joins depending on Q() ordering) closed by
- duplicate: This does sound exactly like #12252, and since the version is set to …
- 19:50 Ticket #15838 (assertFieldOutput should be integrated to the general test framework) created by
-
assertFieldOutput
is currently defined in … - 19:50 Ticket #15837 (Consolidate localflavor tests) created by
- Localflavor tests are spread out between two locations: …
- 18:30 Ticket #15836 (Raw query documentation indicates wrong type for params) created by
- Pretty trivial, but the documentation (and example) indicate that the …
- 17:17 Ticket #15835 (middleware.process_response(): TemplateResponse.render() isn't called) created by
- When you return a TemplateResponse from a middleware's …
- 16:49 Ticket #15573 (runtests.py sets incorrect SITE_ID when using Oracle) closed by
- fixed: In [16027]: […]
- 16:49 Changeset [d3c08fd8]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 #15573: Forced the default site id to be 1 when creating test …
- 12:22 Ticket #15797 (*_COOKIE_DOMAIN settings should reject values that won't work in ...) closed by
- invalid: I'm going to close as invalid, essentially for the same reasons as …
- 11:02 Ticket #15834 (Django ORM transforming inner join to outer joins depending on Q() ordering) created by
- Hi, I don't have the time yet to completely isolate the …
- 05:37 DevelopersForHire edited by
- Added Nelson Monteiro (diff)
04/14/2011:
- 22:26 Ticket #15833 (Exclude not working with ForeignKey in admin Inlnes) created by
- I have a simple model: […] Using that model as an inline, I want …
- 20:30 Ticket #15831 (Migration 1.2.5 to 1.3 breaks Apps) closed by
- needsinfo: There haven't been any intentional changes to form behavior, and you …
- 16:32 Ticket #15832 (Use Babel instead of xgettext for handling .po files.) created by
-
Currently
makemessages
converts templates to pseudo-Python which is … - 16:09 DevelopersForHire edited by
- (diff)
- 16:07 DevelopersForHire edited by
- (diff)
- 14:11 Ticket #4065 (Ability to disable admin pagination) reopened by
- It is still not trivial to turn off pagination. This makes …
- 12:30 DevelopersForHire edited by
- (diff)
- 11:30 Ticket #15831 (Migration 1.2.5 to 1.3 breaks Apps) created by
- We have the impression, that the form save behavior was revamped and …
- 11:25 Ticket #15830 (Document i18n of localflavor) created by
-
django.contrib.localflavor
has its own catalog of translations, … - 10:10 Ticket #15829 (Provide item to sitemap template) created by
- #14041 added the ability to provide a custom template for generating a …
- 07:42 Ticket #15828 (multiple inheritance in TestCases does not work with unittest2) created by
- Using multiple base testcases used to work in django 1.1 but stopped …
- 05:05 Ticket #15827 (the OneToOneField in Profile should be named 'user') created by
- In the docs on Profile, it is not mentioned that the OneToOneField to …
- 02:04 Ticket #15826 (TestCase assertions should work with TemplateResponse) created by
- When using assertContains for testing class based generic views or …
- 00:10 Ticket #15825 (File-based caching doesn't cull truly randomly) created by
- The culling algorithm in filebased.py uses an essentially random …
- 00:00 Ticket #15824 (Modpython should catch EPIPE (produces 500 Internal Server Error)) created by
- When a browser client is receiving a page and decides to go away for …
Note: See TracTimeline
for information about the timeline view.