Timeline
05/29/2011:
- 18:26 Ticket #11436 (_doctest.py needs updating) closed by
- fixed: In [16292]: […]
- 18:26 Changeset [f7b251be]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 #11436 -- Updated bundled copy of doctests.py to the one shipped …
- 12:50 Changeset [879267f2]stable/1.3.x by
- [1.3.X] Fixed #15992 -- Added more references to settings. Thanks, …
- 12:41 Ticket #15992 (Reference settings properly) closed by
- fixed: In [16290]: […]
- 12:41 Changeset [49f57a5d]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 #15992 -- Added more references to settings. Thanks, aaugustin. …
- 11:51 Ticket #16122 (Unify the modeltests, regressiontest test directories hierarchies) created by
-
I'm attaching a patch that moves the tests under
modeltests
to … - 09:27 DjangoResources edited by
- (diff)
- 09:25 DjangoResources edited by
- (diff)
- 09:12 Ticket #16119 (ForeignKey.on_delete emulated only) closed by
- invalid: This sounds like a dupe of #7539, which was implemented for 1.3, see: …
- 09:01 Ticket #16118 (Small error in login form example) closed by
- invalid: That syntax for the url tag is new with 1.3, the need for the new …
- 08:05 Ticket #16121 (Duplicating loggin or Change formatter every time) created by
- I have configured a logger like this: […] And the configuration …
- 07:47 Ticket #16120 (Broken references to "Contributing to Django" landing page) closed by
- fixed: In [16289]: […]
- 07:47 Changeset [61da3cc4]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 #16120 -- Updated a few reference links in the docs after the …
- 07:38 Ticket #16120 (Broken references to "Contributing to Django" landing page) created by
- After the recent "Contributing to Django" docs refactor some …
- 07:31 Ticket #16119 (ForeignKey.on_delete emulated only) created by
- The on_delete property of ForeignKey is only emulated by Django, …
- 07:25 Ticket #16118 (Small error in login form example) created by
- The login form example contains the following line: <form …
- 05:19 Ticket #16117 (Provide decorators to easily mark functions/methods as list_display ...) created by
- How about changing: […] into: […] or: […] ? discussion …
05/28/2011:
- 22:02 Ticket #16116 (Compress cache data) closed by
- wontfix: I'm going to mark this wont fix, for two reasons. Firstly, this is …
- 21:55 Ticket #3706 ([patch] Support for nested/compound forms for newforms) closed by
- wontfix: It wasn't reviewed because the fundamental idea was rejected. If you …
- 21:36 Ticket #16016 (There should be a way to perform operations once the admin is done ...) closed by
- duplicate
- 16:28 Ticket #14903 (wsgiref usage) closed by
- fixed: In [16288]: […]
- 16:28 Changeset [8f4d394c]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 #14903 -- Removed much of the code in …
- 14:33 Ticket #3706 ([patch] Support for nested/compound forms for newforms) reopened by
- Still not reviewed.
- 11:26 Ticket #16116 (Compress cache data) created by
- Often it would be useful if cache data were gzipped. The memcached …
- 10:10 Ticket #16115 (New hook to allow change objects after all inline formsets have been saved) created by
-
Today we have
save_model()
andsave_formset()
in {{{ … - 08:06 Ticket #16108 (File removal race condition in FileSystemStorage) closed by
- fixed: In [16287]: […]
- 08:06 Changeset [d34bb3c8]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 #16108 -- Fixed another race condition in the FileSystemStorage …
- 07:37 Ticket #16113 (TypeError: unhashable type: 'list') closed by
- fixed: Not needed to report upstream, this was a Nginx misconfiguration. …
- 06:58 Ticket #16114 (typo in contributing/writing-code/unit-tests documentation) created by
- https://docs.djangoproject.com/en/dev/internals/contributing/writing-co …
- 06:37 Emacs edited by
- Adding new mode (diff)
- 05:30 Ticket #16113 (TypeError: unhashable type: 'list') created by
- Following the link 'easy-pickings' on …
- 04:04 Ticket #16112 (Excluding some value in a related model excludes objects without that model) created by
- I have models that look something like: […] I'm trying to find …
- 01:31 Ticket #16083 (incorrect link in the class based views details docs) closed by
- duplicate: The issue looks fixed on the trunk. Solved by …
- 00:01 Ticket #3884 (humanize filter `intcomma` should be renamed to `numcomma`) closed by
- wontfix: At this point in Django's life, I'm not sure I see the value in …
05/27/2011:
- 18:59 Ticket #16111 (Invalid SQL string representation from some queries) closed by
-
invalid:
.query
is undocumented (and probably on its way to disappear) so I … - 18:50 Ticket #16111 (Invalid SQL string representation from some queries) created by
- A query like this: …
- 15:05 Ticket #16110 (GeometryField does not allow setting blank=True and null=False) created by
- Sometimes you want to populate a required field's missing value with a …
- 12:05 Changeset [afca4e93]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
- Tweaked some changes from [16283] to fix failures in i18n and …
- 11:25 Ticket #3884 (humanize filter `intcomma` should be renamed to `numcomma`) reopened by
- How about "numcomma"?
- 10:55 Ticket #16077 (syncdb, PostgreSQL: models.IntegerField default value is absent in the ...) closed by
- invalid: The default value can be a value or a callable, so it's not possible …
- 10:04 Ticket #16109 (Inconsistency in docs: Leading zero of numbers in URLconf) created by
- In https://docs.djangoproject.com/en/1.3/topics/http/urls/#example, …
- 09:53 Ticket #16088 (Multi-database tests fail in ContentType) closed by
- needsinfo: Either your database routers allow reading ContentType objects in the …
- 09:00 Ticket #16100 (date_hierarchy in admin weirdly broken) reopened by
- I happend to get the same error again today: Totally new model, …
- 08:30 Ticket #16086 (Unicode string used for module name when doing imports.) closed by
- invalid: If I understand correctly, you have written a custom import hook, and …
- 08:19 Ticket #16039 (syncdb with --database option fails) closed by
- needsinfo: It looks like you have written a database router that prevents …
- 08:11 Ticket #16100 (date_hierarchy in admin weirdly broken) closed by
- needsinfo: If I understand correctly, the problem occurs on a "dsd" model in a …
- 07:53 Ticket #16084 (makemessages command doesn't respect LOCALE_PATHS setting) closed by
-
invalid: Currently,
makemessages
doesn't handle multiplelocale
folders at … - 07:32 Ticket #16099 (Development web server sometimes hangs with Chrome) closed by
- invalid: This is a Chrome bug, acknowledged here: …
- 07:29 Ticket #16104 (inspectdb of a Mysql table fails to add null=True for Varchars) closed by
- invalid: Quoting https://docs.djangoproject.com/en/dev/ref/models/fields/#null: …
- 07:14 Ticket #16105 (libgdal1-1.7.0 broke django.contrib.gis.gdal.libgdal) closed by
- invalid: In my opinion, your segfault could be caused by: - a) a bug in …
- 06:53 Ticket #16107 (djangoproject.com site issue) closed by
- needsinfo: Several people on IRC tried to reproduce the issue, using Ubuntu and …
- 06:12 Ticket #16108 (File removal race condition in FileSystemStorage) created by
- #16082 describes a race condition in directory creation. It was fixed, …
- 05:55 Changeset [d071604]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
- Changed a bit the strategy used to test staticfiles finders so they …
- 05:49 Ticket #15796 (Contributing docs need to be updated to include new triage stages and ...) closed by
- fixed: In [16284]: […]
- 05:49 Changeset [407f62f]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 #15796 -- Restructured the contributing documentation and added …
- 04:57 Ticket #16107 (djangoproject.com site issue) created by
- Hi Team, I am trying to access the www.djangoproject.com website in …
05/26/2011:
- 23:22 Changeset [69cfee2f]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
- Moved a bunch of imports in the defaultfilters library out of …
- 23:06 Changeset [20fbfbad]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
- Explicitly close a file in the static serve view. Thanks to Benjamin …
- 17:27 Ticket #16106 (Test client session not set for unauthenticated requests) closed by
- duplicate: Thanks for the report. This issue is documented in #15740 and #10899, …
- 16:03 Changeset [c3db0b05]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
- Modified a couple of i18n regression tests to make them run under …
- 11:19 Ticket #16106 (Test client session not set for unauthenticated requests) created by
- In …
- 10:31 Ticket #16105 (libgdal1-1.7.0 broke django.contrib.gis.gdal.libgdal) created by
- importing django.contrib.gis.gdal.libgdal results in a segfault when I …
- 10:10 Ticket #16104 (inspectdb of a Mysql table fails to add null=True for Varchars) created by
- Using inspectdb for the following table: […] I get the model: …
- 08:26 Ticket #16103 (webpage document: django.contrib.admin is forward to a dead link) closed by
- duplicate: This is a dupe of #15878.
- 08:03 Ticket #16103 (webpage document: django.contrib.admin is forward to a dead link) created by
- In page: https://docs.djangoproject.com/en/1.3/py-modindex/, when I …
- 06:25 Ticket #16102 (Link to the old django book + improving section) created by
- In this pharagraph about auth: …
- 05:47 Ticket #14548 (Docs and implementation don't match regading return values of certain ...) closed by
- duplicate: Following favorable opinions about implementing a default value …
- 05:45 Ticket #16101 (SingleObjectMixin should accept parameters for overriding the URL ...) created by
-
Currently, in
SingleObjectMixin
, Django looks for a 'pk' or 'slug' … - 05:39 Ticket #16098 (Release notes for Django 1.2.3 are missing) closed by
- duplicate: Duplicate of #15330.
- 03:21 Ticket #16082 (Directory creation race condition in FileSystemStorage) closed by
- fixed: In [16280]: […]
- 03:21 Changeset [723b620c]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 #16082 -- Fixed race condition in the FileSystemStorage backend …
- 01:46 Ticket #16100 (date_hierarchy in admin weirdly broken) created by
- My django Installation runns in fcgi. And I get an error like this …
Note: See TracTimeline
for information about the timeline view.