Timeline
12/02/2010:
- 18:58 Changeset [57e5ccb]stable/1.2.x by
- [1.2.X] Fixed the Oracle environment variables not getting set …
- 18:54 Changeset [cbf9d6e0]stable/1.10.xstable/1.11.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed the Oracle environment variables not getting set correctly under …
- 18:26 Sprint201012Sydney edited by
- added myself to list of attendees (diff)
- 17:02 Sprint201012Sydney edited by
- (diff)
- 16:38 Changeset [f8d01450]stable/1.2.x by
- [1.2.X] Fixed grammar and tweaked notes about MySQL database/table …
- 16:37 Changeset [bb10a5b]stable/1.10.xstable/1.11.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed grammar and tweaked notes about MySQL database/table collation …
- 15:55 Ticket #14417 (UnicodeDecodeError exception in recent actions) closed by
- invalid: Well, ramiro friendly pointed me to …
- 12:27 Ticket #11161 (Added plural rules for supported languages) closed by
- fixed: Re-closing because GNUTranslations (from which our DjangoTranslation …
- 12:16 Ticket #11161 (Added plural rules for supported languages) reopened by
- Reopening because this ticket is about making these expressions …
- 10:36 Ticket #14823 (Unexpected behavior with core.serializers.register_serializer and ...) created by
-
Almost all the functions in
serializers/__init__.py
begin with … - 10:17 Ticket #14301 (django crashes on email address that passed validate_email() (utf8-tld)) reopened by
- While one part of the problem is fixed, the SMTP backend still needs …
- 09:54 Ticket #9333 (Add Django-localeurl to the translation/i18n documentation) closed by
- wontfix: Fortunately the ecosystem of third party applications is thriving. …
- 09:05 Ticket #14822 (contrib.auth docs should reference to new generic views.) created by
- See: …
- 08:27 Changeset [300a5b3]stable/1.10.xstable/1.11.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Updated example login template to be best-practice and use the url tag …
- 08:26 Changeset [1c9a506]stable/1.10.xstable/1.11.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed a use of old url template tag in an admin template. This was …
- 03:18 Ticket #14821 (Document the differences of formatting syntax in formats.py) created by
- While examining ticket #14663, I realized some confusion can come from …
- 00:11 Ticket #1375 (Escape primary_key values in admin interface) closed by
- invalid: This looks to have been fixed at least as far back as …
12/01/2010:
- 23:58 Changeset [0f87919]stable/1.10.xstable/1.11.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- GeoDjango test suite housekeeping. Moved data into fixtures for …
- 20:00 Changeset [6690e08e]stable/1.2.x by
- [1.2.X] Fixed broken German localflavor test introduced in r14627. …
- 19:55 Ticket #9725 (See more sites... link in home page) closed by
- fixed: The ticket is obsolete. To this day this link works correctly.
- 19:03 Changeset [d7391648]stable/1.2.x by
- [1.2.X] Fixed #8217 -- Correctly sort files in FilePathFields on older …
- 19:02 Changeset [a607d9d3]stable/1.2.x by
- [1.2.X] Fixed #8342 -- Removed code from the admin that assumed that …
- 18:49 Ticket #8217 (Alphabetical sorted FilePathField) closed by
- fixed: (In [14772]) Fixed #8217 -- Correctly sort files in FilePathFields on …
- 18:49 Changeset [fb391b8b]stable/1.10.xstable/1.11.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #8217 -- Correctly sort files in FilePathFields on older Python …
- 18:48 Ticket #11161 (Added plural rules for supported languages) closed by
- fixed: (In [14771]) Fixed #11161 -- Added plural forms to all supported …
- 18:48 Changeset [7421f726]stable/1.10.xstable/1.11.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #11161 -- Added plural forms to all supported languages. Fixed …
- 18:44 Ticket #14735 (Wrong plural formulation in search_form.html) closed by
- fixed: (In [14770]) Fixed #14735 -- Corrected plural formulation in admin …
- 18:44 Changeset [16c21bc4]stable/1.10.xstable/1.11.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #14735 -- Corrected plural formulation in admin search form …
- 18:44 Ticket #8342 (The admin wrongly assumes you can't login with your email) closed by
- fixed: (In [14769]) Fixed #8342 -- Removed code from the admin that assumed …
- 18:44 Changeset [cc64fb5c]stable/1.10.xstable/1.11.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #8342 -- Removed code from the admin that assumed that you can't …
- 18:43 Ticket #5298 (The extra_context keyword argument should be available in the auth app ...) closed by
- fixed: (In [14768]) Fixed #5298 -- Added extra_context to contrib auth views.
- 18:43 Changeset [07705ca]stable/1.10.xstable/1.11.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #5298 -- Added extra_context to contrib auth views. git-svn-id: …
- 18:43 Changeset [3d5bb27]stable/1.10.xstable/1.11.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Added an additional check for the availability of the STATIC_* …
- 18:43 Ticket #9568 (admin/login.html should contain empty nav-global block) closed by
- fixed: (In [14766]) Fixed #9568 -- Hide nav-global div in admin login …
- 18:43 Changeset [a172ed00]stable/1.10.xstable/1.11.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #9568 -- Hide nav-global div in admin login template in case …
- 17:36 Changeset [1f68dc4a]stable/1.10.xstable/1.11.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #11706: Added an Oracle connection option to disable the use of …
- 17:36 Ticket #11706 (Use of RETURNING should be optional) closed by
- fixed: (In [14765]) Fixed #11706: Added an Oracle connection option to …
- 16:59 Ticket #14820 (Use `TextField` instead of `PositiveIntegerField` in docs and examples ...) created by
-
The docs state that the
object_id
field on a generic model that is … - 16:25 Ticket #14809 (Broken login related tests after r14733) closed by
- fixed: (In [14764]) Fixed #14809 -- broken login related tests after r14733.
- 16:25 Changeset [dceaa82d]stable/1.10.xstable/1.11.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #14809 -- broken login related tests after r14733. git-svn-id: …
- 16:12 Ticket #4186 ([boulder-oracle] Error using "SELECT DISTINCT" with TextFields) closed by
- wontfix: This ticket is long overdue to be closed wontfix, so I'm doing that …
- 15:44 Changeset [1155b493]stable/1.2.x by
- [1.2.X] Fixed result ordering assumptions in the select_related tests. …
- 15:35 Changeset [cd847db1]stable/1.10.xstable/1.11.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed result ordering assumptions in the select_related tests. …
- 12:28 Ticket #14467 (AllValuesFilterSpec does not work with Null) closed by
- duplicate: Duplicate of #8528
- 11:54 Changeset [e86e3031]stable/1.2.x by
- [1.2.X] Fixed a bug in date queries with GIS backends introduced in …
- 11:53 Changeset [21f5dc4]stable/1.10.xstable/1.11.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed a bug in date queries with GIS backends introduced in [14715]. …
- 10:25 Ticket #7263 (Don't check that user has entered e-mail instead of username) closed by
- fixed: Replying to sirex: > If there is possibility to customize …
- 09:33 Ticket #7263 (Don't check that user has entered e-mail instead of username) reopened by
- Still this security issue is not fixed. I have my custom …
- 09:17 DevelopersForHire edited by
- Add Computational Systems AD to the list (diff)
- 09:09 Changeset [0d6c9456]stable/1.2.x by
- [1.2.X] Removed reference to potential exception during template …
- 09:06 Changeset [4858a8d]stable/1.10.xstable/1.11.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Removed reference to potential exception during template …
- 08:57 Ticket #14818 (cycle tag is not safe) closed by
- invalid: There is no bug, because the cycle tag is not supposed to escape its …
- 08:12 Ticket #14818 (cycle tag is not safe) reopened by
- It's strange that you don't see the bug. The variable is written to …
- 04:33 Localization edited by
- (diff)
11/30/2010:
- 22:27 Sprint201012Sydney edited by
- Looking forward to it.. (diff)
- 22:12 Ticket #14819 (Superfluous quote in docstring) created by
- A trivial fix to be sure, but it was messing up my editor's syntax …
- 21:30 Ticket #14813 (Order of fieldnames in exclude= (inside ModelForm) can mess things up) closed by
- invalid: You are missing a comma at the end of each 'last_response_created_at' …
- 20:51 DjangoGraphviz edited by
- Remove dead links, add direct link to django-extensions version, … (diff)
- 19:49 Ticket #14818 (cycle tag is not safe) closed by
- invalid: I don't see a bug here. You might be misunderstanding how the cycle …
- 16:16 Changeset [5eb62e1]stable/1.2.x by
- [1.2.X] Ensured that the test suite creates the default DB before any …
- 16:14 Changeset [2fa22a4b]stable/1.10.xstable/1.11.xstable/1.3.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 test suite creates the default DB before any others. …
- 15:39 Changeset [f1d4f713]stable/1.2.x by
- [1.2.X] Small grammar fix in 'user-uploaded files' comment from …
- 15:32 Changeset [61282558]stable/1.2.x by
- [1.2.X] Fixed #14812 -- Made parsing of the If-Modified-Since HTTP …
- 15:27 Ticket #14812 (Wrong processing of If-Modified-Since header) closed by
- fixed: (In [14753]) Fixed #14812 -- Made parsing of the If-Modified-Since …
- 15:27 Changeset [0714b0f]stable/1.10.xstable/1.11.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #14812 -- Made parsing of the If-Modified-Since HTTP header more …
- 15:23 Ticket #14814 (Check for file binding in FieldFile.delete()) reopened by
- 15:21 Changeset [e4b0a8f9]stable/1.10.xstable/1.11.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Tests for utils.text.wrap git-svn-id: …
- 15:18 Ticket #14747 (parse error on HTTP_IF_MODIFIED_SINCE header) closed by
- duplicate: I'm going to close this ticket as duplicate of #14812 because the …
- 14:06 Ticket #14815 (app "labels" are ambiguous and cause bugs in manage.py) closed by
- duplicate: As lrekucki already pointed out, this is a duplicate of #3591.
- 12:41 Ticket #14818 (cycle tag is not safe) created by
- […] This is likely fixed by using _render_value_in_context() in …
- 11:51 Ticket #14817 (...models.sql.where.WhereNode.as_sql docstring is outdated) created by
-
needs to be updated. The method doesn't take
node
argument and …
- 10:38 Ticket #14816 (Error in documentation of InlineModelAdmin options) created by
- On …
- 10:28 Ticket #14815 (app "labels" are ambiguous and cause bugs in manage.py) created by
- In several places in django/db/models/loading.py, apps are looked up …
- 09:30 Ticket #14814 (Check for file binding in FieldFile.delete()) closed by
- invalid: I don't understand the point of this patch. It would simply make …
- 08:26 Ticket #14814 (Check for file binding in FieldFile.delete()) created by
- Atteched patch adds a simple check for file association in …
- 06:46 Changeset [a77fad23]stable/1.10.xstable/1.11.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed ReST error in assertNumQueries docs. git-svn-id: …
- 06:21 Ticket #14813 (Order of fieldnames in exclude= (inside ModelForm) can mess things up) created by
- I've got a ModelForm that goes like this: […] Where …
- 05:32 Ticket #14812 (Wrong processing of If-Modified-Since header) created by
- I have faced with this issue when Opera 10.63 sent requests like that: …
11/29/2010:
- 21:28 Ticket #14811 (Link render_to_response to template loader API) created by
- Add a clarifying note & link to render_to_response that describes what …
- 20:55 Ticket #1002 (Add an option model name arg to [modelmodule] commands) closed by
- wontfix: Given the age of the ticket, the opener's lack of Django use, and the …
- 20:33 PylibmcSupport edited by
- (diff)
- 16:44 Ticket #14810 (Admin inline templates need blocks) created by
- This has been bugging me for years, but I've not spotted a matching …
- 16:29 Ticket #14809 (Broken login related tests after r14733) created by
- There seems to be a urlencoding related issues with the redirect URLs. …
- 15:25 Ticket #14808 (i18n is not safe.) created by
- This was reported to security@, but was considered a regular bug, not …
- 13:44 Ticket #14807 (django.utils.formats localize_input inserts thousands_separator into ...) created by
- formats.localize_input(True) I'm working in an environment where I've …
- 06:29 Sprint201012Sydney edited by
- (diff)
- 05:21 DjangoBranches edited by
- Remove unnecessary and confusing link (diff)
- 01:37 Ticket #14806 (No template tag to support contextual translations) created by
- Implementation of #9988 provides only Python side solution. There is …
- 00:25 Changeset [3d07bb71]stable/1.2.x by
- [1.2.X] Fixed #14777 -- Added docs on working around the Python CSV …
- 00:24 Changeset [5f63c01]stable/1.10.xstable/1.11.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #14777 -- Added docs on working around the Python CSV module's …
- 00:24 Ticket #14777 (The "Generating CSV" doc should mention Unicode issues.) closed by
- fixed: (In [14749]) Fixed #14777 -- Added docs on working around the Python …
Note: See TracTimeline
for information about the timeline view.