Timeline
02/10/2011:
- 20:40 DevelopersForHire edited by
- removed my name from the list. (diff)
- 19:11 Ticket #15273 (Extend RedirectView to allow named-URL reversal?) created by
- It would be nice to allow named-URL reversal in the new …
- 18:38 Ticket #15272 (Context object name is translated string) created by
- I'm using latest trunk. While I was using generic views all was …
- 17:16 Ticket #15271 (django.contrib.gis.forms.fields.GeometryField should call to_python ...) created by
- GeometryField overrides the default clean method for Field class and …
- 13:05 Ticket #15270 (augment staticfiles_urlpatterns to accept kwarg 'document_root') created by
- I want to be able to trail my urls.py with […] Rather than the …
- 12:30 Ticket #15269 (get_cache method should be documented as part of move to CACHES) created by
- While the move to CACHES is explained in docs/topics/cache.txt, it is …
- 10:54 Ticket #15268 (User.objects.get_or_create has inconsistent behavior) created by
- When I use User.objects.get_or_create(username=u, password=p) it …
- 10:37 Ticket #15267 (now template tag does not recognize predefined formats) closed by
- duplicate
- 09:58 Ticket #15267 (now template tag does not recognize predefined formats) created by
- The documentation for the now template tag < …
- 09:42 Ticket #15266 ("login_required" for "password_change_done" like "password_change") created by
- Hi, There is a "login_required" for "password_change", but nothing …
- 08:18 Ticket #15265 (Problem with "__call__" method in Templates) closed by
- wontfix: This is most likely a "won't fix". See ticket #15025 and the …
- 08:07 Ticket #15265 (Problem with "__call__" method in Templates) created by
- Hi, We have another problem in templates since Django 1.3 when we put …
- 07:23 Ticket #15264 (Problem with custom cache backend) closed by
- fixed: In [15488]: […]
- 07:23 Changeset [0aacecb7]stable/1.10.xstable/1.11.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #15264 -- Ensured that legacy cache backends specified using the …
- 07:14 SummerOfCode2011 edited by
- (diff)
- 07:13 SummerOfCode2011 edited by
- Removed testing project; added best practices refactor (diff)
- 06:47 SummerOfCode2011 edited by
- Removed some completed projects from 2010, and a project we don't want … (diff)
- 06:03 Ticket #9625 (ForeignKey data type for certain derived model fields not calculated ...) closed by
- duplicate: Duplicate of #13774. …
- 06:01 Ticket #15262 (generic views don't populate request.POST when handling PUT) closed by
- duplicate: This isn't a generic view problem -- it's more fundamental than that. …
- 05:57 Changeset [99c529ee]stable/1.1.x by
- [1.1.X] [1.2.X] Fixed #15253 -- Added 1.1.3 release notes, and added …
- 05:56 Changeset [b17f47ca]stable/1.2.x by
- [1.2.X] Fixed #15253 -- Added 1.1.3 release notes, and added sections …
- 05:55 Ticket #15253 (1.1.3, 1.2.4, and 1.3 release notes lack mention of Dec. 2010 security ...) closed by
- fixed: In [15485]: […]
- 05:55 Changeset [41dc3fc2]stable/1.10.xstable/1.11.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #15253 -- Added 1.1.3 release notes, and added sections to the …
- 05:40 Ticket #15253 (1.1.3, 1.2.4, and 1.3 release notes lack mention of Dec. 2010 security ...) reopened by
- ... and now I've just re-read the ticket title, and you're referring …
- 04:29 Ticket #15264 (Problem with custom cache backend) created by
- Hi, I have a problem since Django 1.3 to start our project with our …
- 04:10 Ticket #15263 (Make "now" templatetag accept locale formats.) created by
-
The documentation on the
now
tag claims that it acts like thedate
… - 03:30 Changeset [b7a7cdc4]stable/1.1.x by
- [1.1.X] Fixed #15253, #15259 -- Added 1.1.4 release notes, added a …
- 03:29 Changeset [5c4acfe]stable/1.2.x by
- [1.2.X] Fixed #15253, #15259 -- Added 1.1.4 release notes, added a …
- 03:27 Tickets #15253,15259 batch updated by
- fixed: In [15482]: […]
- 03:27 Changeset [f913fab6]stable/1.10.xstable/1.11.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #15253, #15259 -- Added 1.1.4 release notes, added a section on …
- 02:54 Ticket #15262 (generic views don't populate request.POST when handling PUT) created by
- The new CBVs handle PUT as a synonym for POST, but django.http doesn't …
- 02:21 Ticket #15248 (Can not embed a comment bloc in another comment block) closed by
- wontfix: This isn't an uncommon limitation in many programming languages. …
- 02:05 Ticket #15256 (FormSet does not respect initial values after binding) closed by
- invalid: When providing a bug report, you should spend less time tell us how to …
- 02:00 Ticket #15261 (Admin querystring filters should work for superusers) closed by
- wontfix: I'm not convinced this is a good idea. The list of allowed filters can …
- 00:22 Ticket #8124 (Proposal: load translations from settings.TEMPLATE_DIRS) closed by
- wontfix: Replying to ramiro: > I'm not convinced standalone …
02/09/2011:
- 23:36 Ticket #11474 (models.XMLField doesn't work as advertised) closed by
- duplicate: Closing as a duplicate of #3094. There's no point in changing the docs …
- 21:45 Ticket #15261 (Admin querystring filters should work for superusers) created by
- Our staff users are all superusers, and we actively use the manual …
- 21:29 Ticket #14358 (History changes in admin don't show verbose_name) closed by
- duplicate: Duplicate of #12952.
- 20:47 Ticket #15260 (CACHE_MIDDLEWARE_ANONYMOUS_ONLY doesn't do anything when used with ...) created by
- As of [15382], setting CACHE_MIDDLEWARE_ANONYMOUS_ONLY to True and …
- 20:42 Ticket #15247 (FileField has max_length=100 but filestorage may return something way ...) closed by
- duplicate
- 20:25 Ticket #15259 (Django Weblog suggested workaround for XMLHttpRequest CSRF fix in ...) created by
- The "{% csrf_token %}" template tag outputs a form field which looks …
- 18:19 Ticket #15258 (Ajax CSRF protection doesn't apply to PUT or DELETE requests) created by
- The CSRFViewMiddleware only does CSRF checks for POST requests. It's …
- 17:12 Ticket #15257 (Suggestion: examples of double-underscore usage/meaning) created by
- On this page: …
- 16:27 Ticket #15256 (FormSet does not respect initial values after binding) created by
- After the form is posted, if an empty form is generated, it will be …
- 14:19 Ticket #15255 (DB Cache table creation (createcachetable) ignores the DB Router) created by
- When using database-based cache (using …
- 13:01 Ticket #15254 (1.1.4 release notes missing from trunk) created by
- Release prompted by …
- 12:57 Ticket #15253 (1.1.3, 1.2.4, and 1.3 release notes lack mention of Dec. 2010 security ...) created by
- http://www.djangoproject.com/weblog/2010/dec/22/security/ In fact, …
- 11:02 Ticket #15252 (get_static_url in static templatetags) created by
- Hello, When using the settings STATICFILES_STORAGE, it's the storage …
- 10:15 Ticket #15251 (Ajax CSRF example doesn't work as documented) created by
- The jQuery example on the 1.2.5 release notes page uses …
- 09:42 Ticket #15250 (Cannot fill parent model instance in cache) created by
- Continue of #14371 I tried again in django trunk (tested also in …
- 07:04 Changeset [1ca9ceda]stable/1.10.xstable/1.11.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Refs #15241 -- Further clarifications to the generic view migration …
- 07:03 Ticket #15249 (Provide access to a debugger within the development server) created by
- Sometimes a django project did not raise any exception but things are …
- 07:00 Changeset [e62e7407]stable/1.2.x by
- [1.2.X] Fixed #15245 -- Added note about the CSRF AJAX exception to …
- 06:59 Ticket #15241 (Documentation of topic generic-views-migration needs updating) closed by
- fixed: In [15479]: […]
- 06:59 Changeset [8c599050]stable/1.10.xstable/1.11.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #15241 -- Updated the upgrading notes for generic views to …
- 06:58 Ticket #15245 (Django 1.2.5 release notes do not reflect changes listed in weblog ...) closed by
- fixed: In [15478]: […]
- 06:58 Changeset [0d9c5d5a]stable/1.10.xstable/1.11.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #15245 -- Added note about the CSRF AJAX exception to the 1.2.5 …
- 06:40 Ticket #15248 (Can not embed a comment bloc in another comment block) created by
- I don't know if this is a bug or it should be like this, but if you …
- 06:33 Ticket #15247 (FileField has max_length=100 but filestorage may return something way ...) created by
- So to keep al the uploaded files a bit sorted they all get added to …
- 06:23 Ticket #15246 (Allow to change session expiration without re-saving session data.) created by
- When authenticated user is accessing pages which don't modify the …
- 02:24 Ticket #15245 (Django 1.2.5 release notes do not reflect changes listed in weblog ...) created by
- The security changes discussed on the Django weblog at: …
02/08/2011:
- 22:31 DjangoAndPyPy edited by
- Update: Django works fine with PyPy now, instructions for getting each … (diff)
- 21:06 Changeset [24f2898b]stable/1.1.x1.1.4 by
- [1.1.X] Bump version number for impending security release. …
- 21:05 Changeset [66dc41aa]stable/1.2.x1.2.5 by
- [1.2.X] Bump version number for impendign security release. …
- 20:48 Changeset [1966786d]stable/1.1.x by
- [1.1.X] Fixed security issue in AdminFileWidget. Release and …
- 20:44 Changeset [1f814a9]stable/1.2.x by
- [1.2.X] Fixed security issue in AdminFileWidget. Disclosure and …
- 20:41 Ticket #15182 (ClearableFileInput widget doesn't encode values when render HTML) closed by
- fixed: In [15470]: […]
- 20:41 Changeset [9f6d50d0]stable/1.10.xstable/1.11.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #15182 - Fixed a security issue with ClearableFileInput. …
- 20:14 Changeset [570a32a]stable/1.1.x by
- [1.1.X] Fixed a security issue in the file session backend. …
- 20:13 Changeset [1945664]stable/1.2.x by
- [1.2.X] Fixed a security issue in the file session backend. …
- 20:13 Changeset [6ca7c9c4]stable/1.10.xstable/1.11.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed a security issue in the file session backend. Disclosure and …
- 20:07 Changeset [408c5c87]stable/1.1.x by
- [1.1.X] Fixed a security issue in the CSRF component. Disclosure and …
- 20:07 Changeset [818e7034]stable/1.2.x by
- [1.2.X] Fixed a security issue in the CSRF componenent. Disclosure …
- 20:06 Changeset [208630aa]stable/1.10.xstable/1.11.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed a security issue in the CSRF component. Disclosure and new …
- 18:11 Changeset [fdd3bd9d]stable/1.2.x by
- [1.2.X] Ensure that L10N formats aren't cached between tests. …
- 18:11 Changeset [c058dfa9]stable/1.2.x by
- Corrected merge failure from r15455. git-svn-id: …
- 18:09 Changeset [c2666c9]stable/1.10.xstable/1.11.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Ensure that L10N formats aren't cached between tests. git-svn-id: …
- 16:20 Ticket #13466 (Replacing Authentication Backend will remove User permission checking) closed by
- duplicate: I'm going to close this as a duplicate of #13933 adding a pointer back …
- 16:17 Ticket #13909 (Info on using "bare" json module in "Serializing Django Objects") closed by
- invalid: This paragraph of the report: Ideally that page should …
- 16:02 Ticket #13451 (i18n - explain use of LOCALE_PATHS for translations outside of project ...) closed by
- fixed: Fixed in r15441.
- 15:03 Ticket #15244 (Documentation needed for RadioFieldRenderer) created by
- Overriding the RadioSelect renderer is possible, but not documented.
- 12:06 Ticket #15243 (commit_unless_managed clarification for multiple databases in the docs) created by
- First ticket of mine here guys. ( Please be nice ) Today I was …
- 11:50 Ticket #15242 (Documentation titles should be weighted more heavily in seach.) created by
- Documentation page titles are in general good and tend to contain …
- 10:05 Ticket #15241 (Documentation of topic generic-views-migration needs updating) created by
- In Ticket #12815 TemplateResponseMixin.get_response() and …
- 09:06 Ticket #15238 (global TABLE_PREFIX setting) closed by
- duplicate: In my prior art search, I missed #5000, the only other ticket where …
- 08:14 Ticket #15240 (when I combine two Q objects with | operator it ends up with AND being ...) closed by
- worksforme: This is fixed in trunk.
- 08:12 Ticket #15239 (when I combine two Q objects with | operator it ends up with AND being ...) closed by
- duplicate: Duplicate of #15240
- 08:11 Ticket #15240 (when I combine two Q objects with | operator it ends up with AND being ...) created by
- Hello. I created two querysets which works fine. […] queryset1 …
- 08:07 Changeset [5e485a1]stable/1.2.x by
- [1.2.X] Fixed #13815 -- Ensure that reverse exclude lookups on …
- 08:06 Changeset [bbfdb36]stable/1.2.x by
- [1.2.X] Fixed #15116 -- Strip ordering clause from in_bulk() queries, …
- 08:06 Ticket #13815 (Excluding isnull=False testing failing on reverse optional relations) closed by
- fixed: In [15458]: […]
- 08:06 Changeset [d3b38d57]stable/1.10.xstable/1.11.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #13815 -- Ensure that reverse exclude lookups on nullable …
- 08:05 Ticket #15116 (Don't ORDER BY when using .in_bulk()) closed by
- fixed: In [15457]: […]
- 08:05 Changeset [340eaded]stable/1.10.xstable/1.11.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #15116 -- Strip ordering clause from in_bulk() queries, since …
- 08:04 Ticket #15239 (when I combine two Q objects with | operator it ends up with AND being ...) created by
- Hello. I created two querysets which works fine. […] queryset1 …
- 06:23 Changeset [27e7fcba]stable/1.2.x by
- [1.2.X] Fixed #10573 -- Corrected autofocus problem in admin when the …
- 06:23 Changeset [09a82055]stable/1.2.x by
- [1.2.X] Fixed #15234 -- Ensure that years in a date heirarchy don't …
- 06:22 Changeset [e1ad5430]stable/1.2.x by
- [1.2.X] Fixed #15175 -- Ensured that Chliean RUT checksum letters …
- 06:20 Changeset [4e7c2ba]stable/1.10.xstable/1.11.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Cleaned up the tests from r15451 to avoid the need to retrieve a URL …
- 06:00 Ticket #10573 (Bug when auto-focusing on field with MultiWidget in admin site) closed by
- fixed: In [15452]: […]
- 06:00 Changeset [74ffca1]stable/1.10.xstable/1.11.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #10573 -- Corrected autofocus problem in admin when the first …
- 06:00 Ticket #15234 (Year is localized with USE_THOUSAND_SEPARATOR in admin's date ...) closed by
- fixed: In [15451]: […]
- 06:00 Changeset [a105ca5d]stable/1.10.xstable/1.11.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #15234 -- Ensure that years in a date heirarchy don't use commas …
- 05:59 Ticket #15175 (bug when validate chilean national identification number) closed by
- fixed: In [15450]: […]
- 05:59 Changeset [90a79ba]stable/1.10.xstable/1.11.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #15175 -- Ensured that Chliean RUT checksum letters aren't case …
02/07/2011:
- 21:47 DjangoJobs edited by
- (diff)
- 17:56 Ticket #14861 (Importing settings in a module that contains a logging Handler causes ...) closed by
- fixed: In [15449]: […]
- 17:56 Changeset [66312066]stable/1.10.xstable/1.11.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #14861 -- Added an admonition about the potential for circular …
- 17:44 Ticket #15138 (Error in documentation simple_tag decorator.) closed by
- fixed: In [15448]: […]
- 17:44 Changeset [f80e997]stable/1.10.xstable/1.11.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #15138 -- Clarified a slightly ambiguous example in the custom …
- 17:39 Ticket #15134 (modelforms documentation appears twice in doctree) closed by
- fixed: In [15447]: […]
- 17:39 Changeset [327d69de]stable/1.10.xstable/1.11.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #15134 -- Placed formset documentation before modelform …
- 17:11 Ticket #15134 (modelforms documentation appears twice in doctree) reopened by
- You clearly didn't read my last comment. This only about the …
- 17:06 Ticket #15134 (modelforms documentation appears twice in doctree) closed by
- fixed: In this instance, I think Russ' fix was appropriate. The entry in the …
- 16:54 Changeset [40a1365]stable/1.2.x by
- [1.2.X] Fixed #15055 -- added information about (and an example of) …
- 16:52 Ticket #15055 (Forms documentation neglects csrf token) closed by
- fixed: In [15445]: […]
- 16:52 Changeset [0f50ef1]stable/1.10.xstable/1.11.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #15055 -- added information about (and an example of) the …
- 16:32 Ticket #15236 (Typo in django.contrib.auth signals) closed by
- fixed: In [15444]: […]
- 16:32 Changeset [1bac26b]stable/1.10.xstable/1.11.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #15236 -- corrected a typo and added a versionadded directive …
- 16:18 Ticket #15207 (Signals now send the 'using' kwarg, but this isn't documented as new.) closed by
- fixed: In [15443]: […]
- 16:18 Changeset [608877c0]stable/1.10.xstable/1.11.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #15207 -- Added versionadded directives for the "using" argument …
- 14:25 Ticket #15238 (global TABLE_PREFIX setting) created by
- Followed by …
- 13:50 Changeset [1406265e]stable/1.2.x by
- [1.2.X] Tweaked language markers in i18n topic document for better …
- 12:48 Tickets #5494,10765,14924 batch updated by
- fixed: In [15441]: […]
- 12:48 Changeset [f6e38f38]stable/1.10.xstable/1.11.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #5494, #10765, #14924 -- Modified the order in which …
- 12:31 Ticket #15237 (Django generated Atom/RSS feeds don't specify charset=utf8 in their ...) created by
- Atom feeds containing UTF8 characters should be served with a …
- 07:17 Ticket #15200 (ManyToManyField combined with "|" leads to trouble) closed by
- wontfix: Yes, but the issue is that it's a *documented* leaky abstraction, and …
- 07:09 Ticket #15236 (Typo in django.contrib.auth signals) created by
- http://docs.djangoproject.com/en/dev/topics/auth/#login-and-logout-sign …
- 05:33 Ticket #15235 (ERROR) closed by
- invalid
- 05:30 Ticket #15235 (ERROR) created by
- 03:17 Ticket #15200 (ManyToManyField combined with "|" leads to trouble) reopened by
- Yes I'm indeed referring to the fact that there's a duplicate in the …
- 01:07 Ticket #15234 (Year is localized with USE_THOUSAND_SEPARATOR in admin's date ...) created by
- The easiest way to reproduce this bug is: * set …
Note: See TracTimeline
for information about the timeline view.