Timeline
07/21/2012:
- 22:55 Ticket #18655 (Media files should be served using file storage API) created by
-
Currently static and media files using
django.views.static.serve
… - 21:15 DjangoResources edited by
- Removed Instant Django entry and replaced with a tutorial providing … (diff)
- 20:10 Ticket #10057 (ModelAdmin.render_change_form should not override the 'has_delete' option) closed by
- fixed: In [01c392623d988d7486bdaa870886df0ea3da5fa7]: […]
- 20:10 Changeset [01c3926]stable/1.10.xstable/1.11.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #10057 -- Ensured that the 'show_delete' context variable in the …
- 18:36 Ticket #18654 (Support for model properties that are not fields in LayerMapping) created by
- The GIS LayerMapping does explicit testing for model fields and has …
- 18:16 Changeset [ea667ee3]stable/1.10.xstable/1.11.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Made LiveServerTestCase to restore state on exit. The piece of state …
- 17:30 Ticket #9403 (_set_content needs to perform the same _is_string check as the Constructor) closed by
- duplicate: Agreed, this has been fixed in that other ticket.
- 17:13 Changeset [2b664438]stable/1.10.xstable/1.11.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
-
Fixed an
except
statement to be Python3-compatible. Thanks to … - 17:09 Ticket #9335 (TypedChoiceField, default empty value not unicode) closed by
- fixed: Thanks for catching this, closing it.
- 15:38 Changeset [4ceb9db9]stable/1.10.xstable/1.11.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Removed u prefix on a unicode string.
- 15:35 DevelopersForHire edited by
- Inserting profile (diff)
- 15:30 Ticket #6170 (Reverse urlresolver raises obscure exceptions on failure) closed by
- fixed: In [1af0271d7c6f5ecda2247a2b363d25f493c7b05a]: […]
- 15:30 Changeset [1af0271]stable/1.10.xstable/1.11.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #6170 -- Ensured that a useful exception is raised when a regex …
- 13:58 Ticket #18653 (timezone.now() should be datetime.timezone.now()) closed by
-
needsinfo: I don't understand. There's no
datetime.timezone
module. - 11:56 Ticket #18653 (timezone.now() should be datetime.timezone.now()) created by
- https://docs.djangoproject.com/en/1.4/intro/tutorial01/ …
- 08:38 Changeset [9ecd978]stable/1.10.xstable/1.11.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Re-added Windows line ending stripped in previous commit Thanks …
- 07:46 Ticket #18652 (loaddata --database option ignored) closed by
- invalid: I think it has nothing to do with the loaddata database. It's related …
- 07:28 Ticket #4680 (Fixes problem in initial_sql where "--" is in a string) closed by
- fixed: In [423244bc6b670abc2b7d6896add5c1baf0b4ef2a]: […]
- 07:24 Changeset [423244b]stable/1.10.xstable/1.11.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #4680 -- Improved initial_sql parsing In particular, allow the …
- 07:06 Ticket #17980 (Tests fail when i18n set to True.) closed by
- fixed: I think this should be fixed now that #18395 has been fixed.
- 06:52 Ticket #18395 (Make a brittle i18n test more reliable) closed by
- fixed: In [32a4df6c55f2efd020b7fbc44c858f61b07da17d]: […]
- 06:49 Changeset [32a4df6]stable/1.10.xstable/1.11.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #18395 -- Reset language-related global variables with …
- 01:47 Ticket #18339 (The session db backend throws UnicodeEncodeError when used with Oracle) reopened by
- Sorry it took so long. I've made a very simple webapp that …
07/20/2012:
- 15:23 DevelopersForHire edited by
- (diff)
- 14:21 Ticket #18652 (loaddata --database option ignored) created by
- When using the manage.py loaddata command, the --database option …
- 06:42 Changeset [38c18f17]stable/1.10.xstable/1.11.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Switched to octal notation (bis).
- 06:28 Changeset [324d48d0]stable/1.10.xstable/1.11.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Switched to Python 3-compatible octal notation.
- 05:29 Changeset [85cd458]stable/1.10.xstable/1.11.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Removed u prefixes on unicode strings. They break Python 3.
07/19/2012:
- 23:42 Ticket #18651 (Assignment tags should allow optional assignments) created by
-
Assignment tags should allow optional assignments, so that if
as
… - 16:30 Ticket #18649 (Object is saved as NoneType if readonly, Unicode when not readonly) closed by
- needsinfo: I'm sorry, but there's not much I can do based on this bug report. 1) …
- 16:03 Ticket #18504 (humanize template filters miss the `expects_localtime` parameter) closed by
- fixed: In [5d560dcb981400451d69a834f7c6a9090f5e5221]: […]
- 16:03 Ticket #18608 (Broken monkey-patching in humanize tests) closed by
- fixed: In [123362dd37a076987f265179fe16dcd2b6a16d12]: […]
- 16:02 Changeset [5d560dcb]stable/1.10.xstable/1.11.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #18504 -- Computed |naturalday in local time.
- 13:02 Changeset [123362d]stable/1.10.xstable/1.11.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #18608 -- Reduced monkey-patching in tests. Thanks Claude Paroz …
- 09:45 Ticket #18649 (Object is saved as NoneType if readonly, Unicode when not readonly) created by
- I created a model with a TextField. Some privileged users will be able …
- 08:08 Ticket #18648 (ConditionalGetMiddleware does not work with Internet Explorer) created by
- For whatever reason Internet Explorer (tested 9 and 10) append the …
07/18/2012:
- 13:43 Ticket #18479 (xgettext warnings cause the makemessages command to raise an exception) closed by
- fixed: In [c54905b3597545dbe1a6d8cd0a60186bccf8b3e7]: […]
- 13:43 Changeset [c54905b]stable/1.10.xstable/1.11.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #18479 -- Stopped makemessages raising error on gettext warnings …
- 13:34 Changeset [a7928ded]stable/1.10.xstable/1.11.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fix typo in staticfiles app documentation In the documentation for …
- 13:16 Changeset [a2e927b7]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- BaseCache now has a no-op close method as per ticket #18582 Also …
- 12:17 Ticket #18647 (Malcolm Tredinnick link on django committers) created by
- Link of Malcolm Tredinnick on django commiters should be updated.
- 11:15 Ticket #18646 (Link to EPUB documentation for 1.3 goes to 1.5 instead) created by
- When I follow the link to the EPUB documentation for Django 1.3 I get …
- 10:22 Changeset [d8e221db]stable/1.10.xstable/1.11.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Moved myself to primary authors in AUTHORS.
- 10:04 Changeset [6d0dbd8]stable/1.10.xstable/1.11.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Update my bio.
- 08:36 UsingTheMailingList edited by
- djangosnippets resides on a .org and not a .com (diff)
- 08:05 Ticket #3470 (related data injection for related managers to reduce number of queries) closed by
- fixed: #18177 was a duplicate and it was fixed.
- 08:01 Ticket #18645 (Simplified filesizeformat) closed by
- fixed: In [1e89a208d0d741558c31a161222e8aa96764e08c]: […]
- 08:01 Changeset [1e89a208]stable/1.10.xstable/1.11.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #18645 -- Clarified filesizeformat implementation Thanks Jérôme …
- 07:19 Changeset [810fd236]stable/1.10.xstable/1.11.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Updated my bio.
- 06:45 Changeset [adad6c3]stable/1.10.xstable/1.11.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Added myself to internals/committers.txt.
- 06:32 Ticket #3148 (Add getters and setters to model fields) closed by
- wontfix: Indeed, this could introduce subtle backwards incompatibilities for …
Note: See TracTimeline
for information about the timeline view.