Timeline
08/03/2012:
- 21:07 Ticket #18711 (NamedUrlWizardView looses with "url_name" keyword) created by
- following directions at …
- 16:46 Changeset [1d280026]stable/1.4.x by
- [1.4.X] Fixed #15932 - Documented how to supress multiple reverse …
- 16:46 Ticket #15932 (related_name='+' ignored in ManyToManyField validation) closed by
- fixed: In [b496be331c19f41bee3a8f6c79de0722f91d6662]: […]
- 15:42 Ticket #18710 (new encoding (UTF8) is incompatible with the encoding of the template ...) created by
- createdb my_prod -E UTF8 -T template0 createdb: database creation …
- 15:27 Changeset [b496be33]stable/1.10.xstable/1.11.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #15932 - Documented how to supress multiple reverse relations to …
- 13:35 Ticket #18706 (django.utils.http.int_to_base36 raises ValueError instead of TypeError ...) closed by
- fixed: In [d01eaf7104e96b2fcf373ddfbc80ef4568bd0387]: […]
- 11:51 Changeset [d01eaf71]stable/1.10.xstable/1.11.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- [py3] Removed uses of sys.maxint under Python 3. Also fixed #18706: …
- 11:11 Ticket #18709 (Formset with SplitDateTimeField(initial=datetime.datetime.now) doesn't ...) created by
- The following code doesn't work (it's included as a test case in the …
- 11:05 Ticket #18708 (Typo in Naming URL Patterns) closed by
- invalid: You refer to the development version of the documentation, but you …
- 10:16 Ticket #18708 (Typo in Naming URL Patterns) created by
- In …
- 10:14 Ticket #18704 (Distance lookups fail when used with LIMIT statements) reopened by
- Yes, those tests work fine, and like I said in the original …
- 09:21 Ticket #18707 (Test client doesn't allow testing 500 responses content) created by
- The test client is re-raising almost every single exception (as per …
- 09:10 Changeset [129f1ac8]stable/1.10.xstable/1.11.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Remove a temporary variable deletion, it's not a big deal and it …
- 09:05 CaseStudyLeads edited by
- (diff)
- 08:40 Changeset [5aec69e]stable/1.10.xstable/1.11.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Documented the trick used in 9908201d7f.
- 08:18 Changeset [9908201d]stable/1.10.xstable/1.11.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Replaced some byte strings by str() calls This is a useful trick when …
- 08:07 Ticket #18706 (django.utils.http.int_to_base36 raises ValueError instead of TypeError ...) created by
- This behavior seems wrong to me, and unfortunately, …
- 07:49 Ticket #18705 (Tutorial - URL Template Tag Error) closed by
- invalid: You're using Django 1.4 but reading the documentation for the …
- 07:43 Ticket #18705 (Tutorial - URL Template Tag Error) created by
- I'm working through the tutorial, and on the following page: …
- 05:07 Ticket #18704 (Distance lookups fail when used with LIMIT statements) closed by
- worksforme: I was not able to reproduce this error. You can find similar tests …
- 04:27 Changeset [2407c45c]stable/1.10.xstable/1.11.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Removed some pre-1.3.0 postgis compatibility code
- 04:20 Changeset [c8e681f6]stable/1.4.x by
- [1.4.X] Fixed #13904 - Documented how to avoid garbage collection …
- 04:19 Ticket #13904 (Update geo django docs - How to avoid geometry or I/O object garbage ...) closed by
- fixed: In [083a3a4e39bc3ead6090e862935d223d8719c4ce]: […]
- 04:17 Changeset [083a3a4e]stable/1.10.xstable/1.11.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #13904 - Documented how to avoid garbage collection messages in …
- 03:53 Changeset [c5d6f6d6]stable/1.10.xstable/1.11.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Reorganized geoapp gis tests Removed the numbering of tests and moved …
- 02:40 Ticket #18683 (New Galician date and time formats) closed by
- fixed: In [a55cde8ab1dc33723b4bac472b6fac6bb45d725a]: […]
- 02:35 Changeset [a55cde8]stable/1.10.xstable/1.11.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #18363 -- Improved Galician date and time format strings Thanks …
- 02:28 Ticket #18684 (Finnish DATETIME) closed by
- fixed: In [8fbfd217196e6bc49677d348338ded64d3373e9a]: […]
- 02:26 Changeset [8fbfd217]stable/1.10.xstable/1.11.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #18684 -- Added Finnish DATETIME_FORMAT Thanks Guttorm Flatabø …
08/02/2012:
- 18:23 Changeset [e9f4581]stable/1.4.x by
- [1.4.X] Fixed #17704 - Updated the StackedInline section in Tutorial …
- 18:23 Ticket #17704 (Update the StackedInline section in Tutorial 2) closed by
- fixed: In [2a16eb07927c866b4d8e1d318f71bd1038b34cae]: […]
- 18:22 Changeset [2a16eb07]stable/1.10.xstable/1.11.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #17704 - Updated the StackedInline section in Tutorial 2; thanks …
- 16:34 Ticket #18704 (Distance lookups fail when used with LIMIT statements) created by
- To repro, just create a geomanaged model and try the following …
- 13:06 Ticket #18703 (documentation suggetsion) created by
- Django and its documentation are fantastic. Just wanted to make a …
- 10:52 DevelopersForHire edited by
- (diff)
- 09:08 Changeset [b139315f]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Add M2M tests and some unique support
- 07:35 Ticket #18702 (Remove chunked reads from iter(qs)) created by
- The queryset iterator protocol does convert rows lazily to objects …
- 06:59 Ticket #18701 (Class Based VIew docs about JSONResponseMixin misleading) created by
- Maybe I am wrong but the docs suggest to use the JSONResponseMixin …
- 06:55 Changeset [d1ae3c8]stable/1.4.x by
- [1.4.X] Fixed #16941 - Clarified naturaltime output when the time is …
- 06:54 Ticket #16941 (naturaltime documentation is misleading) closed by
- fixed: In [07e10fbe9f1a77fe03cfceeb008e1e56caba3a40]: […]
- 06:54 Changeset [07e10fb]stable/1.10.xstable/1.11.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #16941 - Clarified naturaltime output when the time is more than …
- 06:53 Changeset [445b9663]stable/1.4.x by
- [1.4.X] Fixed #18581 - Updated admin actions screenshots. Thanks Kevin …
- 06:52 Ticket #18581 (Admin actions documentation needs a new screenshot) closed by
- fixed: In [39541be3bc76f937cd8a2182aee4c92c9212c6b7]: […]
- 06:52 Changeset [39541be]stable/1.10.xstable/1.11.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #18581 - Updated admin actions screenshots. Thanks Kevin London.
- 06:29 Changeset [6f229d2d]stable/1.10.xstable/1.11.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Update docs/topics/class-based-views/index.txt Fixed a small typo: …
- 06:16 Changeset [68fd7f56]stable/1.4.x by
- [1.4.x] Fixed #18472 - Added warning regarding set_language / …
- 05:47 Ticket #18472 (`set_language` view documentation improvements) closed by
- fixed: In [d7816c563b58ed53d49956321d549a16e2b2ebc0]: […]
- 05:45 Changeset [d7816c5]stable/1.10.xstable/1.11.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #18472 - Added warning regarding set_language / i18n_patterns.
- 05:38 Ticket #18700 (`set_language` view documentation uses hard-coded URL) created by
-
As reported in #18472, the form
action
should use URL reversal. - 05:27 Changeset [c59fff70]stable/1.10.xstable/1.11.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Reinstated Pinax link that was still in use by others.
08/01/2012:
- 23:43 Ticket #18699 (Branch Policy documentation needs updating) created by
- https://docs.djangoproject.com/en/dev/internals/contributing/writing-co …
- 22:31 Ticket #18698 (Package inputenc Error: Unicode char \u8:≥ not set up for use with LaTeX.) created by
- Package inputenc Error: Unicode char \u8:≥ not set up for use with …
- 20:46 DevelopersForHire edited by
- Updated URL (diff)
- 18:47 Ticket #18697 (django.contrib.admin.AdminSite should not pass a sequence as the ...) created by
- This appears to be a simple coding error. I have code (mobile-admin) …
- 17:55 Ticket #18693 (Minor bug in tutorial part 3) closed by
- invalid: Actually, this looks correct to me. On the 1.4 branch the Choice …
- 17:02 Ticket #18696 (A mistake in the title of article "Creating a WizardView class") created by
- It seems the title must be "Creating a WizardView subclass". The …
- 16:33 Ticket #18677 (Tutorial Part 3 to Part 4 Instruction Failure) closed by
- worksforme
- 15:06 Changeset [c718b4a0]stable/1.3.x1.3.3 by
- [1.3.x] Bump version numbers for bugfix release.
- 13:50 Ticket #18494 (Positional arguments not passed to view functions in included urlconfs) reopened by
- @SmileyChris, thanks for pointing that out. However, the …
- 11:51 SchemaEvolution edited by
- WeddingAnnouncement was not a wikilink but reference to example code (diff)
- 09:21 DevelopersForHire edited by
- (diff)
- 07:02 Changeset [a276bde]stable/1.4.x by
- [1.4.X] Fixed #16168 - Added note regarding type requirements when …
- 07:00 Ticket #16168 (Form validation is bypassed on Admin Inline ModelForms that define ...) closed by
- fixed: In [ebbc414d1729f24e395ee050a62276229c59d75d]: […]
- 06:59 Changeset [ebbc414d]stable/1.10.xstable/1.11.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #16168 - Added note regarding type requirements when overridng …
- 06:57 Changeset [751a34e4]stable/1.4.x by
- [1.4.x] Fixed #18122 - Clarified section title regarding applying …
- 06:54 Ticket #18122 (Title is unclear at ...) closed by
- fixed: In [964979e8ecec3ceccb2119ccb7270111b953611e]: […]
- 06:51 Ticket #17195 (Unexpected missaccuracy on the Tutorial Chapter 3 -Django) closed by
- needsinfo: Absent a patch from the original reporter, I don't think there's much …
- 04:03 Ticket #18692 (Django 1.3.2 breaks Python 2.4 compatibility) closed by
- fixed: In [d0d5dc6cd76f01c8a71b677357ad2f702cb54416]: […]
- 04:01 Changeset [d0d5dc6c]stable/1.3.x by
- [1.3.x] Fixed #18692 -- Restored python 2.4 compatibility. Thanks to …
07/31/2012:
- 22:47 Ticket #18693 (Minor bug in tutorial part 3) created by
- Brand new to Django and I'm going through your excellent tutorial, and …
- 18:30 Ticket #18494 (Positional arguments not passed to view functions in included urlconfs) closed by
- wontfix: This is not a bug -- the docs specifically cover the current …
- 18:13 Ticket #18690 (Typo in Testing documentation response.context) closed by
- invalid: The response returned by a test client is not the same class of object …
- 17:23 Ticket #13693 (error_messages for fields in Model don't carry over to ModelForm) closed by
- worksforme: I am new to Django but I also think the DRY mantra should be aplicable …
- 17:20 Ticket #18692 (Django 1.3.2 breaks Python 2.4 compatibility) created by
- The recent URL scheme restriction change assumes Python 2.5+ accessors …
- 17:15 Ticket #18686 (Models with same name and common subpackage name clash) closed by
- duplicate: This is a result of the models being associated with an implicit …
- 15:46 Ticket #18691 (No timezone support for TimeField) closed by
- wontfix: This is a design decision and it's explained in the documentation. In …
- 15:41 Ticket #18691 (No timezone support for TimeField) created by
- Django 1.4 does not store aware times for TimeField, it only does for …
- 15:13 Changeset [964979e8]stable/1.10.xstable/1.11.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #18122 - Clarified section title regarding applying permissions …
- 14:16 Ticket #18685 (Managements commands in multiple submodules in the same virtual ...) closed by
- duplicate: Duplicate of #18603 which has a more complete patch.
- 11:48 Ticket #18690 (Typo in Testing documentation response.context) created by
- Here …
- 09:41 Ticket #18689 (Error in code example) closed by
- invalid: Duplicate of at least a dozen other tickets -- you aren't reading the …
- 09:33 Ticket #18689 (Error in code example) created by
- At the bottom of part 3 of the tutorial …
- 06:42 Ticket #18688 (Broken link on Download page) closed by
- fixed: Fixed (31 instead of 30 in the URL). Thanks!
- 06:35 Ticket #18688 (Broken link on Download page) created by
- On the down load page, https://www.djangoproject.com/download/, …
- 00:57 Ticket #18687 (Randomly failing test: test_performance_scalability) created by
-
TestUtilsCryptoPBKDF2.test_performance_scalability
fails randomly in …
Note: See TracTimeline
for information about the timeline view.