Timeline
11/18/2011:
- 17:28 Ticket #7039 (Feed 'language' is fixed to LANGUAGE_CODE - cann't work correct in ...) closed by
- duplicate: I'm closing this ticket in favor of #13896 which describes the same …
- 17:14 Ticket #3680 (Add cache control (ETag, Last Modified) to django.contrib.syndication) closed by
- fixed: Django now provides general-purpose caching features that cover the …
- 16:56 Ticket #17257 (Comment that contradicts code in django.contrib.syndication.views) created by
- […] But this line is a conversion! This problem was introduced at …
- 16:54 Ticket #16753 (Handle protocol-relative URLs in syndication) closed by
- fixed: In [17108]: […]
- 16:54 Changeset [40b95326]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 #16753 -- Supported network-path references in the syndication …
- 12:34 Ticket #17254 (ModelBackend should have a get_anonymous_user method) closed by
- needsinfo: Please provide a use case, or argument about how the current …
- 10:49 Ticket #17256 (ContentTypeManager.get_by_natural_key method doesn't cache) created by
- django.contrib.contenttypes.models.py …
- 09:00 Ticket #17255 (Remove the "as" prefix from the timezone template tags) closed by
- fixed: In [17107]: […]
- 09:00 Changeset [6f66b551]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 #17255 -- Removed "as" prefix from new timezone template filter …
- 08:05 Ticket #17255 (Remove the "as" prefix from the timezone template tags) created by
- The notion of conversions is already expressed by the pipe character. …
- 07:01 Ticket #2626 (Datetime handling is broken when dealing with more than one time zone) closed by
- fixed: In [17106]: […]
- 07:01 Changeset [9b1cb75]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
- Added support for time zones. Thanks Luke Plant for the review. Fixed …
- 02:53 Ticket #17254 (ModelBackend should have a get_anonymous_user method) created by
- ModelBackend should provide a method to get a fresh instance of …
- 01:09 Ticket #17248 (TestCase.assertRaisesMessage is only in Dev version) closed by
- fixed: In [17105]: […]
- 01:09 Changeset [01f7034]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 #17248 -- Added a missing versionadded directive for …
11/17/2011:
- 23:44 Ticket #17230 (Broken boolean comparison in template 'if' '==' expression) closed by
- duplicate: at its core, this is really a dupe of #17229 If you want something …
- 23:01 Ticket #17253 (Add foreign object in memory without saving to database) created by
- Similar to the following post …
- 21:59 Ticket #17230 (Broken boolean comparison in template 'if' '==' expression) reopened by
- 1. You missed the fact that I need to distinguish between `closed == …
- 21:03 Ticket #17252 (Multi-sort in admin does not respect initial admin_order_field) created by
- The multi-sort addition to the admin change list (introduced in …
- 19:36 Changeset [5e53f12]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
- Updated committer bio. git-svn-id: …
- 17:54 Ticket #17251 (select_for_update tests threads should close connections manually) created by
- This is a small patch which closes two connections taken in threads. …
- 17:27 Ticket #17250 (Running unit test based on example tests.py not working) created by
- Hello, I'm pretty new to Django and exploring all the features it …
- 16:11 Ticket #17145 (Documentation lacking import paths) closed by
- invalid: I'll second the idea that a blanket ticket isn't useful. I agree the …
- 16:02 Ticket #17230 (Broken boolean comparison in template 'if' '==' expression) closed by
- invalid: == is a strict comparison, True in your first line is an …
- 16:00 Changeset [543984f4]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 some ReST errors in 'regroup' template tag docs git-svn-id: …
- 15:30 Ticket #17128 (Python 2.5-incompatible change in r16319 -- ...) closed by
- fixed: In [17102]: […]
- 15:30 Changeset [773d91ea]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 #17128 -- Fixed a Python 2.5 incompatibility. Thanks, Simon …
- 15:16 Ticket #17223 (django.contrib.sessions.backends.session_cookies is Incorrectly Referenced) closed by
- fixed: In [17101]: […]
- 15:16 Changeset [c20d332]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 #17223 -- Correctly reference the signed cookies session …
- 15:07 Ticket #17249 (cache.set() returns None, even in the case of failure) created by
- The set() method of class BaseMemcachedCache in …
- 12:45 Ticket #17248 (TestCase.assertRaisesMessage is only in Dev version) created by
- The TestCase.assertRaisesMessage method is new in the development …
- 11:35 Ticket #17247 (`django.contrib.auth` tests fail with non english localisation) closed by
- duplicate: Sorry, I missed #17194 which this ticket is duplicate of.
- 11:27 Ticket #17247 (`django.contrib.auth` tests fail with non english localisation) created by
-
When I run all tests on my project with
manage.py test
many tests … - 10:06 Ticket #17245 (IpAddressField not stored effeciently) closed by
- duplicate: See #326.
- 08:16 Ticket #17246 (title localization) created by
- hi. I am working on translation of my django app and i have one …
- 08:14 Ticket #17245 (IpAddressField not stored effeciently) created by
-
Django stores
IpAddressField
as a string: (mysql {{{ …
11/16/2011:
- 19:58 Ticket #17243 (running syncdb alters table django_site (replaces site info with "example")) closed by
- needsinfo: I cannot recreate this behavior. The code that creates the "example" …
- 19:57 Ticket #17244 (Add "<Choice: Just hacking again>" after p.choice_set.create) closed by
- wontfix: The interactive prompt doesn't display the value if you assign it to …
- 19:31 Ticket #17241 (Postgres Table not updating correctly on save with autocommit on) closed by
- invalid: Why have you put XXXX in place of some key text in the IntegrityError …
- 19:29 Ticket #17244 (Add "<Choice: Just hacking again>" after p.choice_set.create) created by
- In page https://docs.djangoproject.com/en/1.3/intro/tutorial01, please …
- 17:07 Ticket #17243 (running syncdb alters table django_site (replaces site info with "example")) created by
- running syncdb alters table django_site (replaces site info with …
- 16:53 Ticket #17242 (Kwargs are not in the context if you inherit from BaseListView or it's ...) created by
- Description: The problem occurs when you inherit from …
- 16:02 Ticket #17241 (Postgres Table not updating correctly on save with autocommit on) created by
- In a model for my database I am trying to define an Accounts table …
- 15:04 Ticket #17240 (Use internal references instead of hardcoded urls) closed by
- fixed: In [17100]: […]
- 15:04 Changeset [1adf8d43]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 #17240 -- Replaced links to the online version of the docs by …
- 13:13 Emacs edited by
- (diff)
- 08:36 Ticket #17240 (Use internal references instead of hardcoded urls) created by
- I found that in few places documentation link to some materials on …
- 07:25 Ticket #17239 (mark_safe(media) in django admin Opzioni) created by
- a minor bug in django admin. in django.contrib.admin.options …
- 06:04 Ticket #17238 (Link to source code in docs) created by
- I think it would be useful to have a link to the source code for each …
- 04:39 Changeset [6d5f19ce]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 empy leftover directory. git-svn-id: …
- 04:30 Ticket #17234 (Missing "endblock" tag in missing_docutils.html) closed by
- fixed: In [17098]: […]
- 04:30 Changeset [907015cb]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 #17234 -- Added back a missing endblock tag to an admindoc …
11/15/2011:
- 18:03 Changeset [878cc410]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
- Added RIP next to diveintopython.org in AUTHORS file git-svn-id: …
- 17:13 Ticket #17237 (Format {% debug %} tag output as JSON) created by
- Output for the {% debug %} template tag is very close to JSON format. …
- 15:46 Ticket #17236 (Documentation of session behavior during login) created by
- Discussion here: …
- 09:41 Ticket #17235 (Multipartparser shouldn't leave request.POST/request.FILES mutable) created by
- Currently the multipart parser constructs QueryDicts for POST and …
- 07:58 Ticket #17234 (Missing "endblock" tag in missing_docutils.html) created by
- The django/contrib/admindocs/templates/admin_doc/missing_docutils.html …
- 05:09 Ticket #17233 (Typo in defaultfilters) created by
- File defaultfilters.py contains a typo, lines 771-772 Given …
- 03:36 Ticket #15912 (CharField.widget_attrs should respect its super) closed by
- fixed: In [17096]: […]
- 03:36 Changeset [a6ccc8c]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 #15912 -- Ensured that
forms.CharField.widget_attrs()
always … - 00:10 AJAX edited by
- (diff)
- 00:07 AJAX edited by
- remove the chatter, clean up. (diff)
Note: See TracTimeline
for information about the timeline view.