Timeline
09/27/2011:
- 23:18 Ticket #16611 (Contrib.auth.UserManager should allow filtering active/inactive users) reopened by
- Right up front: appologies if re-opening is not the correct etiquette, …
- 23:05 Ticket #7469 (Provide a link for many-to-one relations in the admin interface) closed by
- duplicate: Closing as dupe of #7469 which has a much more recent and …
- 22:41 Tutorials edited by
- Adding my tutorial, removing broken TOC tag. (diff)
- 21:26 Changeset [c340f6a]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 incorrect pluralized argument in Files docs git-svn-id: …
- 21:17 Ticket #16946 (core.files.File assumes name attribute on file-like objects) created by
- The django.core.files.File object is a wrapper to add some …
- 18:56 Ticket #16945 (Extend LazyObject to accept constructor parameters) created by
- It would be very useful to extend LazyObject to accept constructor …
- 18:41 Ticket #16944 (multiple inheritance issue) closed by
- duplicate: I think this is #12002.
- 16:32 Ticket #16944 (multiple inheritance issue) created by
- Django's support for multiple inheritance from several non-abstract …
- 16:25 Ticket #16943 (In crypto.salted_hmachmac.new expects bytes as a value not str.) created by
- the function hmac.new expects bytes as the msg parameter. use the …
- 16:14 Ticket #16942 (utils.htp.int_to_base36 explicit cast to int) created by
- int_to_base36 uses the result of a division as an index into a string. …
- 13:20 Ticket #16941 (naturaltime documentation is misleading) created by
- Currently …
- 11:44 Ticket #16940 (Generic relations should be mentioned on docs index) created by
- Generic relations are a big feature that a lot of people don't seem to …
- 09:12 Ticket #16939 (Inaccurate implementation of {% comment %} presented in custom ...) created by
-
Two sections (see
[1]
and[2]
) of the custom template tag howto … - 08:56 Changeset [aaf8a31e]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
- Brushed up the custom template tag 'howto' guide by moving the …
- 07:15 Ticket #13956 (Indefinite args for simpletags and inclusion tags) closed by
- fixed: In [16908]: […]
- 07:15 Changeset [8137027f]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 #13956 -- Enabled
*args
and**kwargs
support for … - 04:00 Ticket #7438 (Add keyword support to simple_tag and inclusion_tag) closed by
- duplicate: Closing as dupe of #13956, which as a patch that's pretty much ready to go.
- 02:50 Ticket #16938 (django.utils.formats.get_format skips values interpreted as false) created by
-
== Here ==
[…]
it tries to evaluate
getattr
if … - 01:23 DevelopersForHire edited by
- (diff)
09/26/2011:
- 20:21 Ticket #16937 (Prefetch related objects) created by
- Related to #6432, here is a patch that adds a 'prefetch_related' …
- 17:53 Ticket #16599 (Management commands are collected in the wrong order) closed by
- wontfix: Actually, we've never promised anything about the order of evens in …
- 12:20 Changeset [29b8e34d]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 unused parameter 'join_table' in various bits of …
- 06:24 Changeset [0febe3b]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 formwizard docs a bit more. git-svn-id: …
- 05:12 DjangoOnWindowsWithIISAndSQLServer edited by
- (diff)
- 05:11 Ticket #16925 (disconnect signal before checking test success) closed by
- fixed: In [16905]: […]
- 05:11 Changeset [11c1e61]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 #16925 -- Make sure a signal is disconnected if the test fails. …
- 03:57 Ticket #16936 (CSRF with AJAX documentation is out-of-date) created by
- Following the release of Django 1.2.5, we issued new guidelines on …
- 03:40 Ticket #13958 (There is an error, when a source file with backslash-r returns is ...) reopened by
- django.views.debug._get_lines_from_file uses readlines to split the …
- 03:27 Tutorials edited by
- (diff)
- 03:26 Tutorials edited by
- (diff)
- 00:53 Ticket #16935 (Misleading message 'super object has no attribute __getattr__' on ...) created by
- Consider this code: […] This code emulates a situation of any …
09/25/2011:
- 21:33 Ticket #16934 (Tutorial 3: error in html editing) closed by
- invalid: The tutorial appears to be correct. Perhaps you have a typo or …
- 21:02 Ticket #16934 (Tutorial 3: error in html editing) created by
- In the section of tutorial 3 where we edit a new html file with: {% if …
- 20:37 Ticket #16597 (FormWizard doco mentions get_template_names() but does not document it.) closed by
- fixed: In [16904]: […]
- 20:37 Changeset [735fbcfe]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 #16597 -- Added Sphinx cross-reference metadata to the form …
- 17:00 Ticket #16932 (small problem with import django.conf.urls) closed by
- duplicate: Thanks for the report but the tutorial is in fact correct since the …
- 16:58 Ticket #16933 (Make it more obvious on screen which version of the doc is being viewed) created by
- This came up as the same (invalid) doc bug in the tutorial was …
- 16:38 Ticket #16930 (Class names ending with 'y' should be 'ie' in plural) closed by
- duplicate: This is a dupe of a very old ticket, #569, that was closed wontfix. I …
- 16:13 Ticket #16932 (small problem with import django.conf.urls) created by
- In lines (eg in polls/urls.py from your tutorial) where you say "from …
- 15:44 Ticket #16931 ("get_context_data" should follow MRO) created by
- Actually, mixins do not allow to cumulate the context building. For …
- 15:16 Ticket #16930 (Class names ending with 'y' should be 'ie' in plural) created by
- Assuming you have a Class 'History' that is available in the Django …
- 13:11 Ticket #16929 (Document how to extend UserAdmin with extra profile information) created by
- I've been struggling to get this done, failing in the end and …
- 12:08 Ticket #16924 ('date' template filter displays certain timezones incorrectly) closed by
- fixed: In [16903]: […]
- 12:08 Changeset [3ef1762]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 #16924 -- Corrected
date
template filter handling of negative … - 11:55 Ticket #16928 (Django should officially switch to Git/Github for version control) closed by
- invalid: a) This really probably isn't going to happen. b) Were is to, the …
- 10:16 Ticket #16928 (Django should officially switch to Git/Github for version control) created by
- I think there would be a lot more participation in the project if it …
- 01:29 Ticket #16792 (DO NOT TRIAGE: This is a test ticket for Detracify) closed by
- invalid: Apparently, the detracify has been active only on Sept. 9th. Nothing …
- 00:21 Ticket #16927 (Documentation for ifchanged misleading) closed by
- fixed: In [16902]: […]
- 00:21 Changeset [482388cd]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 #16927 -- Corrected the
{% ifchanged %}
template tag's …
09/24/2011:
- 20:34 Ticket #16927 (Documentation for ifchanged misleading) created by
-
The multi-argument version of the template tag
ifchanged
checks if … - 16:54 Ticket #16926 (Custom SQL with Windows or Mac end-of-lines fail with Python 3) created by
-
In
core.managment.sql.custom_sql_for_model
. The execution of custom … - 16:20 Ticket #16925 (disconnect signal before checking test success) created by
- Disconnect the presave signal before calling assertEquals, in the test …
- 15:38 Ticket #16878 (Improve the "intword" filter) closed by
- fixed: Fixed in r16900, thanks! :)
- 15:35 Ticket #11006 (Cannot set initial data with inline model formset) closed by
- duplicate: A patch is awaiting review for this feature in ticket:14574.
- 14:48 Ticket #16789 (use named urls in django.contrib.auth.urls) closed by
- fixed: In [16901]: […]
- 14:48 Changeset [4c457bca]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 #16789 -- Added names to URLs in convenience contrib.auth …
- 14:42 Ticket #16924 ('date' template filter displays certain timezones incorrectly) created by
- the date template filter will display the wrong timezone offset, …
- 12:26 Ticket #9857 (URLfield with verify_exists hangs if given an unresponsive URL) closed by
- fixed: Mainly for security reasons, the verify_exists parameter has been …
- 11:21 Ticket #9538 (modelformset_factory cannot easily be used for only inserting) closed by
- fixed: I think the docs are pretty clear on this matter currently: …
- 10:33 Ticket #8071 (Admin app ignores custom form settings for inline formsets for ...) closed by
- duplicate: This works on current trunk. I'm marking it as a duplicate of #8160 …
- 08:32 Changeset [ce9e3b4]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 a regression introduced in r16897. Thanks to Julien for the …
- 07:41 Ticket #16878 (Improve the "intword" filter) reopened by
- So yeah, after having tested this on Python 2.5 I see the error after …
- 07:25 Ticket #16878 (Improve the "intword" filter) closed by
- worksforme: I don't see how this patch would fix the error we see on the …
- 02:21 Ticket #16923 (Remove dead code: Serializer.get_string_value) created by
- This method isn't used anywhere is the codebase since r10554. It was …
- 01:17 Changeset [f2ed107b]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
- Simplified the admin changelist multi-sort interface specifically by …
- 00:45 Ticket #16878 (Improve the "intword" filter) reopened by
-
The
humanize
tests are failing, most likely because …
Note: See TracTimeline
for information about the timeline view.