Timeline
10/21/2011:
- 23:30 Ticket #16360 (Add a standard entrypoint for WSGI to project template) closed by
- fixed: In [17022]: […]
- 23:30 Changeset [145a77ed]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 #16360 -- Added WSGI entrypoint to startproject layout, and …
- 22:38 Ticket #17064 (Small UX improvements to the admin's time and date picker) closed by
- fixed: In [17021]: […]
- 22:38 Changeset [dca81ad5]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 #17064 -- Improved the UX for the admin's time and date picker …
- 18:38 Changeset [9117a4a]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
- move an mport out of a function git-svn-id: …
- 18:31 Ticket #17021 (views.generic.create_update.lo okup_object uses .objects instead of ...) closed by
- wontfix: function-based generic views are deprecated, thus closing as wontfix.
- 18:24 Ticket #16948 (Django DB backends hid information in database exceptions) closed by
- duplicate: Marking as a dupe of #15901
- 18:19 Ticket #16945 (Extend LazyObject to accept constructor parameters) closed by
- wontfix: Marking as wontfix, this is not part of the public API, it isn't …
- 18:03 Ticket #17084 (URL conf is evaluated after form Metas) closed by
- invalid: This is a natural artifact of how Python's module and import systems …
- 17:22 Ticket #17084 (URL conf is evaluated after form Metas) created by
- I have a model form that looks something like: […] This causes the …
- 17:19 Ticket #17020 (Error in Tests: Causes a TemplateNotFound Exception) closed by
- duplicate: #16507 seems to tackle the same issue.
- 16:28 Ticket #17083 (sessions.backends.cache does not allow non-default cache to be configured) created by
- Django 1.3 introduced support for more than one cache to be defined. …
- 06:08 Ticket #17082 (contrib.auth html should be updated to used HTML5 features where possible) created by
- 05:46 Ticket #17080 (Custom fields using attname, Model __init__ and Deserialization: ...) reopened by
- Although actually my minimal test case is still broken...! Just my …
- 05:43 Ticket #17080 (Custom fields using attname, Model __init__ and Deserialization: ...) closed by
- invalid: Apologies... Everything works fine for me without any patch if I make …
- 05:22 DjangoJobs edited by
- Added job to the UK section (diff)
- 03:42 Ticket #17081 (runfcgi with daemonize=True requires aboslute path for pidfile parameter) created by
- I was unable to start the fcgi server with the deamonize option set to …
10/20/2011:
- 22:49 Ticket #6669 (@transaction.commit_on_success does not rollback when it should) reopened by
- I use Django 1.3.1, but still have to rollback […]
- 15:51 Ticket #17080 (Custom fields using attname, Model __init__ and Deserialization: ...) created by
- I'm struggling with the title for this issue, sorry. Basically: if …
- 15:40 Ticket #16373 (Django admin templates trigger a DeprecationWarning) closed by
- invalid: Replying to anonymous: > The documentation on the …
- 15:08 Ticket #17059 (GeoIP returns no results for unicode input) closed by
- fixed: In [17019]: […]
- 15:08 Changeset [01f4ce4]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 #17059 -- Encode
GeoIP
query strings properly solibGeoIP
… - 13:51 Ticket #17079 ("extra" parameter does not add any extra lines in inline formset with ...) created by
- I have an inline formset, created with inlineformset_factory with …
- 12:21 Ticket #17071 (django.utils.simplejson.__version__ always reports 2.0.7) closed by
- fixed: In [17018]: […]
- 12:21 Changeset [b3b9049]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 #17071 -- Made sure we report the right version of system-level …
- 07:15 Ticket #16938 (django.utils.formats.get_format skips values interpreted as false) closed by
- fixed: Fixed in r17017.
- 07:14 Changeset [1452cecd]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 16938 -- Ensured that the active locale's formats take …
- 05:43 DevelopersForHire edited by
- (diff)
- 04:42 Ticket #17078 (IPython 0.11 configuration not loaded) created by
- In IPython profile colors='Linux', in django shell colors='LightBG'. …
- 04:11 Ticket #16483 (manage.py shell does not work with the latest IPython release (0.11.rc2)) closed by
- invalid: embed() is not a good solution - globals are not properly resolved: …
- 03:36 DevelopersForHire edited by
- Added putty to my profile (diff)
- 03:35 DevelopersForHire edited by
- Added git to my profile (diff)
- 03:33 DevelopersForHire edited by
- Corrected certain errors in my profile (diff)
- 02:24 DevelopersForHire edited by
- added me jibinnjohn (diff)
- 02:12 Ticket #12104 (Object->object lookup fails in blocktrans) closed by
-
fixed: This is essentially fixed since
KeyError
isn't thrown any more after …
10/19/2011:
- 23:23 Changeset [51b8f0a2]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
-
Removed a small useless piece of code from
contrib.auth
. … - 22:43 DjangoJobs edited by
- (diff)
- 20:00 Ticket #14555 (Session loss with psycopg2 db backend) reopened by
- I think this ticket should be revisited. The test app proves the …
- 13:32 Ticket #17077 (deleting empty row in formset) created by
- If in a formset user marks empty row for deletion, form validation …
- 13:14 Ticket #17076 (Report the number of patterns tried when reversing) created by
- Relevant django-dev discussion: …
- 12:26 Ticket #16373 (Django admin templates trigger a DeprecationWarning) reopened by
- The documentation on the aforementioned documentation page states: …
- 09:51 Ticket #16483 (manage.py shell does not work with the latest IPython release (0.11.rc2)) reopened by
- Using TerminalInteractiveShell.mainloop() indeed ignores IPython …
- 08:59 Ticket #17075 (error) closed by
- invalid: I'm sorry, but www.djangobook.com isn't an official ressource of the …
- 08:24 Ticket #17075 (error) created by
- from http://www.djangobook.com/en/1.0/chapter07/ to …
- 03:49 Ticket #17074 (Custom widget use hidden input Bug.) created by
- my custom widget use a hidden input, and use javascript to change the …
- 01:05 Ticket #17073 (focus uwsgi docs to only Django integration) created by
- The current uwsgi Django docs wander heavily into general uwsgi …
10/18/2011:
- 23:59 Ticket #14806 (No template tag to support contextual translations) closed by
- fixed: In [17015]: […]
- 23:59 Changeset [26698bc8]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 #14806 -- Added support for contextual translations to the …
- 22:59 Ticket #17072 (Unable to chain Annotated Q Objects With OR) closed by
- needsinfo: Is it possible to provide a code example with a traceback which …
- 22:28 DevelopersForHire edited by
- (diff)
- 21:17 Ticket #17072 (Unable to chain Annotated Q Objects With OR) created by
- I am unable to chain annotated Q objects with Non annotated Q Objects. …
- 21:04 Ticket #17071 (django.utils.simplejson.__version__ always reports 2.0.7) created by
- We try to import a newer or faster version of 'simplejson' or Python …
- 19:34 Ticket #17070 (newly created templatetags module not loaded or recognized until ...) created by
- When a new templatetags module is added to an installed app, django …
- 19:09 Ticket #16393 (CookieWizard incompatible with simlejson 2.0.9) closed by
- fixed: In [17014]: […]
- 19:09 Changeset [358e5a8]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 #16393 -- FormWizard's cookie storage backend now works with all …
- 18:48 Ticket #17069 (Extend the error logger's API to allow ignoring some errors) created by
- This feature request was prompted after some discussions in #10046 and …
- 15:35 Ticket #17054 (Django test suite does not run if gettext not installed) closed by
- fixed: In [17013]: […]
- 15:35 Changeset [2bc77be1]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 #17054 -- Ensured the test suite runs when gettext isn't …
- 15:28 Changeset [67565a5]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
- Remove comments referencing encryption. Django doesn't do encryption. …
- 13:20 Ticket #17058 (Docs refer to extras/csrf_migration_helper.py which is not packaged) reopened by
- I agree with Luke that these extras scripts shouldn't be installed, …
- 13:09 Changeset [07c404be]stable/1.3.x by
- [1.3.X] Refs #16072 -- Corrected blocktrans multiple-argument syntax …
- 13:01 Ticket #17068 (Document that documentation fixes will be more freely backported) created by
- My understanding of the backporting policy is that documentation fixes …
- 11:42 Ticket #17067 (REMOTE_ADDR should be set to 127.0.0.1 in the test client environment) closed by
- fixed: In [17010]: […]
- 11:42 Changeset [14d24eb4]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 #17067 -- reverted some backwards-incompatible changes from …
- 09:17 Ticket #17067 (REMOTE_ADDR should be set to 127.0.0.1 in the test client environment) created by
- Per #8551, the REMOTE_ADDR should be set to 127.0.0.1 in the test …
- 08:47 Ticket #16931 ("get_context_data" should follow MRO) closed by
- duplicate: This turns out to be a dupe of #16074
- 06:07 Ticket #17066 (Exception TypeError when using GeoIP) created by
- When using GeoIP in my code I am getting such error at the end of …
- 04:09 Ticket #17065 (Plural forms are broken in (at least) Russian .po) created by
- It seems like we introduced plural forms breakage in some languages …
Note: See TracTimeline
for information about the timeline view.