Timeline
11/20/2011:
- 17:26 Ticket #17271 (QuerySet.none() doesn't work well with subclasses of QuerySet) created by
-
I use
QuerySet
subclassing to allow building complex composable … - 16:55 Ticket #17270 (methods of the manager on subqueries QuerySet objects) created by
- Extends the operation methods of the manager on subqueries QuerySet …
- 14:46 Ticket #8798 (Add DEPhoneNumberField to German localflavor module) reopened by
- Revert spam.
- 14:43 Changeset [78a2719d]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 the skipping condition for the test introduced in r17128 so …
- 10:12 Ticket #17062 (Using postgres, if you rollback the first transaction on a connection, ...) closed by
- fixed: In [17128]: […]
- 10:12 Changeset [74b836ab]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 #17062 -- Ensured that the effect of SET TIME ZONE isn't lost …
- 09:54 Ticket #17269 (Fix model options docs with regard to admin multi-sort) created by
- Since the recent introduction of the admin multi-sort addition, …
- 09:40 Ticket #17268 (r17119 broke the cache tests under PostgreSQL on the CI server) created by
-
test_add
andtest_cache_versioning_add
fail, apparently because of … - 09:34 Changeset [98b08bd]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
- Upgraded the date based generic views to avoid warnings when time zone …
- 09:29 Changeset [37b7f00f]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
- Ensured that the warning added at r17117 also applies to queryset …
- 05:12 Ticket #12073 (AdminDateWidget and AdminTimeWidget not passing though additional attrs) closed by
- fixed: In [17125]: […]
- 05:12 Changeset [5c990132]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 #12073 -- Made
AdminDateWidget
andAdminTimeWidget
consider … - 05:04 Changeset [119e188]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
- Upgraded manage.py cleanup to be compatible with time zone support. …
- 04:58 Changeset [1510c3ef]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
- Upgraded django.contrib.comments to be compatible with time zone …
- 04:50 Changeset [03cfad41]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
- Upgraded django.contrib.auth to be compatible with time zone support. …
- 04:33 Changeset [4ac594f8]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
- Upgraded django.contrib.sessions to be compatible with time zone …
- 04:31 Ticket #17267 (MySQL Storage Engines: MyISAM doesn't support Foreign Keys) closed by
- fixed: In [17120]: […]
- 04:31 Changeset [1240c83]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 #17267 -- Clarified the description of MyISAM's lack of support …
- 04:19 Ticket #17267 (MySQL Storage Engines: MyISAM doesn't support Foreign Keys) created by
- I was really wondering what this is supposed to mean. How can a …
- 04:17 Changeset [7075e93]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
- Made the database cache backend, which bypasses the ORM, compatible …
- 03:03 Ticket #17266 (psycopg2 backend should use get_parameter_status to check if SET TIME ...) created by
- In ticket #17062 Aymeric Augustin suggested the idea for using …
- 01:50 Ticket #17032 (Tests for contrib.auth fail if login signals use templates) reopened by
- The bug described actually exists, and we intend to fix it, even if …
- 01:40 Changeset [f6ee1689]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
- Disabled tests that require warnings.catch_warnings when running under …
- 00:20 Ticket #17265 (allow test management command to accept list of tests to exclude) closed by
- duplicate: This was actually already reported in #13873. See also #8363.
11/19/2011:
- 22:45 Ticket #17264 (in_bulk should prep the values with get_prep_value of the model's pk field) closed by
- needsinfo: More info is needed - it is not clear why such behavior would make …
- 22:17 Ticket #17265 (allow test management command to accept list of tests to exclude) created by
- Given some of the issues with Django tests no being completely …
- 17:38 Ticket #17254 (ModelBackend should have a get_anonymous_user method) reopened by
- this is what i have done. maybe you have missed the point. this is …
- 17:27 Ticket #17263 (When time zone support is active, raise a warning when a naive ...) closed by
- fixed: In [17117]: […]
- 17:27 Changeset [9c30d48]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 #17263 -- Added a warning when a naive datetime reaches the …
- 16:57 Changeset [bf5fdf13]stable/1.3.x by
- [1.3.X] Fixed #17028 - Changed diveintopython.org -> …
- 16:57 Ticket #17028 (diveintopython.org links now dead) closed by
- fixed: In [17115]: […]
- 16:57 Changeset [9b8e211d]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 #17028 - Changed diveintopython.org -> diveintopython.net …
- 16:01 Ticket #12116 (needs_context for template filters) closed by
- wontfix: Florian Apolloner added on IRC that if we give access to the context, …
- 14:52 Ticket #17264 (in_bulk should prep the values with get_prep_value of the model's pk field) created by
- currently in_bulk just does filter(pkin=id_list), but id_list should …
- 13:56 Ticket #15255 (DB Cache table creation (createcachetable) ignores the DB Router) closed by
- fixed: In [17114]: […]
- 13:56 Changeset [d0eb4693]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 #15255 -- Ensured createcachetable honors database routers. …
- 13:08 Ticket #17053 (Add a note about USE_THOUSAND_SEPARATOR in localization docs) closed by
- fixed: I've closed this ticket because there is proper annotation on …
- 13:00 Ticket #17263 (When time zone support is active, raise a warning when a naive ...) created by
- I haven't done it because I thought it would be too obnoxious -- for …
- 12:28 Ticket #14253 (TIME_ZONE not respected by Today and Now widgets in admin) closed by
- fixed: I think we can consider this fixed at r17106, which addressed #2626.
- 12:20 Ticket #17262 (Refactor the implementations of tzinfo classes) created by
-
Since the merge of the time zone support branch,
django.utils.tzinfo
… - 12:14 Ticket #17261 (Refactor parsing of date and times) created by
- Since the merge of the time zone support branch, …
- 12:11 Ticket #17260 (`QuerySet.dates()` is computed in UTC when time zone support is enabled) created by
- Aggregation on dates is performed in UTC (the database timezone) when …
- 10:00 Ticket #17254 (ModelBackend should have a get_anonymous_user method) closed by
- duplicate: This is basically a dupe of #3011 see also: …
- 10:00 Ticket #17254 (ModelBackend should have a get_anonymous_user method) reopened by
- reopening to change resolution
- 09:08 Ticket #15646 (Document that the FileField's path can not be relied on until the ...) closed by
- fixed: In [17113]: […]
- 09:08 Changeset [c8c71057]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
- Fix #15646: Document that a FileField's full path can't be relied upon …
- 08:18 Changeset [549c495]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
- Used symbolic constants for psycopg2 isolation levels. Django used …
- 05:51 Ticket #17259 (error in http post data parser) closed by
- needsinfo: A stack trace isn't a bug report. If you care to provide instructions …
- 05:38 Ticket #16940 (Generic relations should be mentioned on docs index) closed by
- fixed: In [17111]: […]
- 05:38 Changeset [e41e3a5]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 #16940 - Added "Generic relations" to docs index; thanks danielr …
- 04:57 Ticket #17196 (Typo on staticfiles page) closed by
- fixed: In [17110]: […]
- 04:57 Changeset [b4dcbe39]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 #17196 - Typo in docs/ref/contrib/staticfiles.txt; thanks caa …
- 04:53 Ticket #17105 (Grammar errors in documentation) closed by
- fixed: In [17109]: […]
- 04:53 Changeset [c29e0890]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 #17105 - Typos in docs/ref/contrib/csrf.txt; thanks googol for …
- 04:22 Ticket #17250 (Running unit test based on example tests.py not working) closed by
- worksforme: Hi Tobi, I'm going to mark this ticket as worksforme for the moment. …
- 04:22 Ticket #17259 (error in http post data parser) created by
- […]
- 01:06 Ticket #17258 (Move threading.local from DatabaseWrapper to connections dictionary) created by
- It might be a good idea to move the threadlocality of connections from …
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 {{{ …
Note: See TracTimeline
for information about the timeline view.