Timeline
04/14/2013:
- 22:53 DjangoResources edited by
- Reverted to version 371. (diff)
- 21:19 DevelopersForHire edited by
- Add Neekware Inc. to Canada. (diff)
- 19:12 Ticket #20261 (Changing a Site fails if the user has a string ID.) closed by
- duplicate: This is a …
- 16:20 Ticket #20258 ("managed" attr of Model meta class losted during inheritance from ...) closed by
- invalid: To achieve that, make C's inner Meta class inherit from A's one:: …
- 16:00 Ticket #18231 (i18n javascript_catalog View Pollutes Global Namespace) closed by
- fixed: In a506b6981bc48caec30bca3de94d2ac3e6fc1660: […]
- 15:45 Changeset [a506b698]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #18231 -- Made JavaScript i18n not pollute global JS namespace. …
- 14:45 Ticket #20261 (Changing a Site fails if the user has a string ID.) created by
- I'm running Django 1.5 and have a custom User model that has a string …
- 14:35 Ticket #20260 (Geodjango - ogrinspect on spatialite deprecation warning and unknown ...) created by
- I run ogrinspect on spatialite 4.0 where TM_WORLD_BORDERS-0.3.shp was …[…]
- 12:08 Changeset [9176fa7]stable/1.5.x by
- [1.5.x] Fixed geojson detection with Spatialite This is a partial …
- 08:36 Ticket #20259 (Syntax Error in the Document) created by
- I found a mistake in the …
- 03:21 Ticket #20258 ("managed" attr of Model meta class losted during inheritance from ...) created by
- […] must be False. This needed for example for creating base model …
04/13/2013:
- 22:15 Ticket #20257 (QuerySet that prefetches related object with a ManyToMany field cannot ...) created by
- After upgrading from 1.4 to 1.5, exceptions were thrown when trying to …
- 15:12 Ticket #20256 (Incorrect text in startproject command line help) created by
- The command line help for startproject `django-admin.py startproject …
- 13:08 Ticket #17840 (Overriding form field error messages without argument causes string ...) closed by
- fixed: In be9ae693c46021fd3a70c0ec21dd566960b29ffb: […]
- 11:55 Changeset [be9ae693]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #17840 -- Generalized named placeholders in form error messages …
- 09:39 Ticket #4592 (Make CheckboxSelectMultiple more like RadioSelect) closed by
- fixed: In 9ac4dbd7b53d187ca54f28e247d3a120660938ca: […]
- 09:37 Changeset [9ac4dbd7]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #4592: Made CheckboxSelectMultiple more like RadioSelect I …
- 06:59 Ticket #9230 (Iterating over checkboxes in CheckboxSelectMultiple should be possible) closed by
- duplicate: Unless I'm mistaken, this is a duplicate of #4592.
- 05:23 Ticket #4117 (Attributes for Widgets composed of more than one HTML element) closed by
- fixed: In c4186c2fec6f5418c81366a911792bf5295db494: […]
- 05:23 Changeset [c4186c2]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #4117: Apply id attribute to the outer <ul> of RadioSelect
- 04:38 Changeset [f56b703b]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Used a Python 3 compatible StringIO in test_utils
- 04:12 Ticket #19874 (Add id to <ul> element in CheckboxSelectMultiple) closed by
- fixed: In 844fbc85c1d419ed7ecbb7208bd392c1770ea72d: […]
- 04:09 Changeset [844fbc85]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #19874: Apply id attribute to the outer <ul> of …
- 04:09 Changeset [3f05c70]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Updated a renamed test file
- 04:04 Ticket #20254 (startproject command - need better error message) closed by
- needsinfo: Hi, Could you provide some mode details on how to reproduce this? …
04/12/2013:
- 18:25 Changeset [6e3b8023]stable/1.5.x by
- [1.5.x] Fixed #20247 - Added some missing paths in the tutorial. …
- 18:22 Ticket #20247 (qualify folders for .py files on tutorial) closed by
- fixed: In aad5661c6c44ac58c4218fcac8d433ae2293dfce: […]
- 18:22 Changeset [aad5661c]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #20247 - Added some missing paths in the tutorial. Thanks …
- 17:32 Ticket #20251 (UnicodeEncodeError with DecimalField) closed by
- needsinfo
- 16:42 Changeset [6d96831]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed template_tests so discovery doesn't directly find tests that …
- 16:42 Changeset [56e777eb]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Modified view_tests for unittest2 discovery.
- 16:33 Changeset [e8446be5]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Modified validation to work with unittest2 discovery.
- 16:31 Changeset [612ef3e]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Modified utils_tests for unittest2 discovery.
- 16:13 Changeset [3810dc3]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Modified template_tests for unittest2 discovery.
- 16:11 Changeset [44293c5]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Modified model_fields for unittest2 discovery.
- 16:10 Changeset [3ca3d22]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Modified generic_views for unittest2 discovery.
- 16:07 Changeset [5e84abe]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Modified comment_tests for unittest2 discovery.
- 16:05 Changeset [6f3e1397]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Modified test_client_override to work with unittest2 discovery.
- 16:00 Changeset [751b007c]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Modified test_utils to work with unittest2 discovery.
- 16:00 Changeset [cdf520ee]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Modified forms_tests to work with unittest2 discovery.
- 14:09 Ticket #20254 (startproject command - need better error message) created by
- can startproject command throw a more useful error message ? When I …
- 14:04 Ticket #20252 (GeoDjango - GeoQuerySet.geojson NotImplementedError with Spatialite) closed by
- fixed: In 991ce52bc872f827de8e7b5b441e2dfa2185bfd2: […]
- 14:01 Changeset [991ce52b]stable/1.5.x by
- [1.5.x] Fixed #20252 -- Mentionned geojson Spatialite support from 1.5 …
- 13:59 Changeset [d58e985]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #20252 -- Mentionned geojson Spatialite support from 1.5 Thanks …
- 13:59 Ticket #20129 (Storing a related queryset in attribute clears session) closed by
- worksforme: Hi, I've tried to reproduce this issue but I couldn't. Could you …
- 13:40 Ticket #20253 (GeoDjango - made GeoQuerySet.extent() available with Spatialite) created by
- It could be a good idea to implement a GeoQuerySet.extent() for …
- 13:21 Ticket #20252 (GeoDjango - GeoQuerySet.geojson NotImplementedError with Spatialite) created by
- As the documentation mentions …
- 13:16 Changeset [abdcf818]stable/1.5.x by
- [1.5.x] Fixed #20237 (again) Allowed binary parameter to …
- 13:13 Ticket #20237 (Unable to test pure binary with assertContains) closed by
- fixed: In b04fd579d58332632c85ecd1ab3c7062e90086a8: […]
- 13:12 Changeset [b04fd579]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #20237 (again) Allowed binary parameter to assertContains
- 10:34 SummerOfCode2013 edited by
- (diff)
- 09:57 SummerOfCode2013 edited by
- (diff)
- 08:47 Ticket #20251 (UnicodeEncodeError with DecimalField) closed by
- invalid: Hi, Could you provide more details on how to reproduce the issue? I …
- 08:24 Ticket #20251 (UnicodeEncodeError with DecimalField) created by
- My form: […] When enteing "1 грн" […] Method to_python …
- 05:11 Changeset [8ab5db7a]stable/1.5.x by
- [1.5.x] Fixed #20248 - Clarified manage.py vs. django-admin.py …
- 05:11 Ticket #20248 (Clarifying Documentation) closed by
- fixed: In 8fc68af9c09f47760080327fb820fe88f02f9bf9: […]
- 05:10 Changeset [8fc68af9]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #20248 - Clarified manage.py vs. django-admin.py
- 05:03 Ticket #20250 (AttributeError when filtering annotated queryset with negated Q (via fk)) closed by
- fixed: This seems to work on master. The results of the print qst.query are: …
- 04:42 Ticket #20250 (AttributeError when filtering annotated queryset with negated Q (via fk)) created by
- If these conditions are met: * annotated queryset * Q is filtering …
- 03:25 Changeset [9c49e64b]stable/1.5.x by
- [1.5.x] Fixed #20211: Document backwards-incompatible change in …
- 03:24 Ticket #20249 (Tutorial part 5 uses broken undocumented feature) created by
- As reported in #20241, passing callable arguments to a queryset's …
- 03:20 Ticket #20211 (BoundField.label_tag now always escapes its `contents` parameter.) closed by
- fixed: In ab686022f8619b57e7f851fb2ce8617583d70d8d: […]
- 03:18 Changeset [991432e]stable/1.5.x by
- [1.5.x] Documented BoundField.label_tag Backport of 0f99246b6 from master.
- 03:17 Changeset [ab686022]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #20211: Document backwards-incompatible change in …
- 03:17 Changeset [0f99246b]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Documented BoundField.label_tag
- 02:00 Ticket #20248 (Clarifying Documentation) created by
- These suggestions relate to the tutorial on "django-admin.py and …
- 00:46 DjangoResources edited by
- (diff)
04/11/2013:
- 20:31 DevelopersForHire edited by
- (diff)
- 19:27 SummerOfCode2013 edited by
- added Nate Aune as potential mentor (diff)
- 16:02 Ticket #20247 (qualify folders for .py files on tutorial) created by
- when following tutorial part 1 and part 2 because missing of folder …
- 15:41 Ticket #20209 (fields is empty after post with RadioWidget) closed by
- worksforme: Hello again, I'm still having trouble indentifying the issue you're …
- 13:17 Ticket #20243 (Related object reference - remove() method) closed by
- fixed: In 712a7927139e3abf9532d73bc88d35e0ebb3a022: […]
- 13:17 Changeset [709ee83c]stable/1.5.x by
- [1.5.x] Fixed #20243 - Clarified when RelatedManager.remove() exists. …
- 13:13 Changeset [712a792]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #20243 - Clarified when RelatedManager.remove() exists.
- 12:39 Changeset [93231851]stable/1.5.x by
- [1.5.x] Removed incorrect phrase from DecimalField docs Backport of …
- 12:38 Changeset [9a62fc3f]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Merge pull request #1008 from reverie/patch-2 Removed incorrect …
- 09:58 Ticket #20246 (Use non-breakable space between amount and units) created by
- Template filters which returns units should return strings with …
- 09:16 Ticket #20245 (STATIC_URL without trailing slash leads to confusingly broken URLs) created by
- I've been working on a project that had its STATIC_URL misconfigured: …
- 08:27 Changeset [408da7b4]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- remove confusing phrase from DecimalField docs The phrase "if it …
- 06:04 Ticket #20244 (PermissionsMixin should define related name of groups and ...) created by
- Third party expecting a group.user_set or permission.user_set reverse …
- 06:02 DjangoJobs edited by
- (diff)
- 05:32 Ticket #20243 (Related object reference - remove() method) created by
- The documentation for RelatedManager.remove() states: In order to …
- 04:47 Ticket #20242 (Django queryset 'in' operator fails on first call) created by
- When using the 'in' operator on a queryset, the first time the call is …
- 04:01 Changeset [ddfc6837]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Changed a deprecated warn() call in libgeos
- 03:58 Changeset [427b5949]stable/1.5.x by
- [1.5.x] Fixed #20237 -- Reenabled assertContains with binary parameter …
- 03:54 Ticket #20237 (Unable to test pure binary with assertContains) closed by
- fixed: In fe01404bb9f276446fc42390242da25122f91663: […]
- 03:38 Changeset [fe01404b]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #20237 -- Reenabled assertContains with binary parameter Thanks …
- 03:31 Ticket #17108 (Link Trac's fields to their corresponding explanations in the Django doc) closed by
- fixed
- 01:57 Ticket #20241 (QuerySets with callable filter args have said args evaluated only once) created by
- I was going to write out a longer ticket, but this SO post does a good …
Note: See TracTimeline
for information about the timeline view.