Timeline
11/21/2011:
- 19:10 Changeset [02a1b9a9]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
- Improved the test for #16847. git-svn-id: …
- 19:05 Changeset [e13dc490]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
- Improved release notes about session cookie httponly flag (#16847) per …
- 17:40 Ticket #17220 (github repo may be no more available behind https) closed by
- fixed: In [17139]: […]
- 17:40 Changeset [98f5127f]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 #17220 - Documented git clone command for git < 1.6.6; thanks …
- 17:33 Ticket #16851 (Accessing a forms field value in a template) closed by
- fixed: In [17138]: […]
- 17:33 Changeset [f2d02647]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 #16851 - Added how-to access form field value in template; …
- 16:58 Ticket #17276 (Slow anti-join query against Postgres) created by
- For background on this ticket please see the following two …
- 16:50 Changeset [16e3636a]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 Python 2.5 test failure introduced in r17135. git-svn-id: …
- 16:25 Ticket #16378 (locmem should use pickle.HIGHEST_PROTOCOL to match memcached et. al.) closed by
- fixed: In [17136]: […]
- 16:25 Changeset [0506facd]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 #16378. Locmem now uses pickle.HIGHEST_PROTOCOL for better …
- 16:03 Ticket #16847 (Session Cookies should default to HttpOnly = True) closed by
- fixed: In [17135]: […]
- 16:03 Changeset [4d975b4]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 #16847. Session Cookies now default to httponly = True. …
- 15:17 Ticket #17275 (Fix RuntimeWarning in the Django test suite) created by
-
Django's test suite currently raises a
RuntimeWarning
in several … - 14:34 Ticket #5877 (Force manage.py to output UTF-8 to avoid UnicodeEncodeErrors) closed by
- wontfix: Django doesn't have enforce an output encoding, Python provides …
- 12:57 Ticket #17271 (QuerySet.none() doesn't work well with subclasses of QuerySet) reopened by
-
Replying to lukeplant:
> Special casing the
none()
… - 12:43 Ticket #17249 (cache.set() returns None, even in the case of failure) closed by
- needsinfo: There are a few problems Python usually does not use return values to …
- 12:31 Ticket #17253 (Add foreign object in memory without saving to database) closed by
- wontfix: Formatting fixed, please use 'Preview' to check formatting, thanks. …
- 12:12 Ticket #17271 (QuerySet.none() doesn't work well with subclasses of QuerySet) closed by
-
duplicate: Special casing the
none()
method doesn't seem very compelling … - 11:52 Ticket #15084 (Unnecessary imports lead to ImportError) closed by
- needsinfo: Closing needsinfo in wait of a description of the pre-conditions …
- 08:53 Ticket #17273 (Wrong slice on QuerySet when using Oracle database) closed by
- invalid: This is not a bug. Having some of the same items appear in both …
- 08:01 Ticket #17225 (Salt used for cookie-based sessions isn't consistent with module name) closed by
- duplicate: Actually this was fixed as part of r17101 (#17223).
- 06:42 Ticket #17274 (Regression: "TIME_ZONE = None" fails if "USE_TZ = True") closed by
- fixed: In [17134]: […]
- 06:42 Changeset [43c5d353]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 #17274 -- Accepted TIME_ZONE = None when USE_TZ = True. Thanks …
- 06:25 Ticket #17274 (Regression: "TIME_ZONE = None" fails if "USE_TZ = True") created by
- Until the recent addition of TZ-aware dates, setting "TIME_ZONE = …
- 05:52 Ticket #17273 (Wrong slice on QuerySet when using Oracle database) created by
- I have a model like this: […] and populate it with this code: …
- 04:28 Ticket #16787 ({% load %} doesn't work with libraries in package heierarcy) closed by
- fixed: In [17133]: […]
- 04:28 Changeset [c5a899b1]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 #16787 -- Restored the ability to {% load %} template tags …
- 04:11 Ticket #17114 (Passing a value of int(1) to CheckBox.render doesn't include the value) closed by
- fixed: In [17132]: […]
- 04:11 Changeset [19e54084]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 #17114 -- Handled integer values 0 and 1 for checkboxes like …
- 03:25 Ticket #17272 (Document that non-editable fields do not get validated at a model level) created by
- From the code and behavior it seems that non-editable fields do not …
- 01:08 Ticket #17268 (r17119 broke the cache tests under PostgreSQL on the CI server) closed by
- fixed: In [17131]: […]
- 01:08 Changeset [0a272e42]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 #17268 -- Two failures in the cache tests. git-svn-id: …
- 00:07 Ticket #17269 (Fix model options docs with regard to admin multi-sort) closed by
- fixed: In [17130]: […]
- 00:07 Changeset [aa5230c4]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 #17269 -- Corrected the model options doc to indicate that, …
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 …
Note: See TracTimeline
for information about the timeline view.