Timeline
07/08/2012:
- 22:31 Ticket #18598 (Django template language comparisons with None) created by
- PEP 8 says: "Comparisons to singletons like None should always be done …
- 20:19 Ticket #18597 (`BaseInlineFormSet` should attempt to get it's queryset from it's ...) created by
-
The newly introduced
prefetch_related
method can be quite handy to … - 18:30 Changeset [8ba78a0d]stable/1.4.x by
- [1.4.X] Fixed #18577 - Clarified middleware initialization. Thanks …
- 18:29 Ticket #18577 (Undocumented lazy middleware initialization) closed by
- fixed: In [590de18add78945344de049c2d3e7021fd46ce53]: […]
- 18:26 Changeset [590de18]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 #18577 - Clarified middleware initialization. Thanks Lukasz …
- 17:38 Changeset [dcede047]stable/1.4.x by
- [1.4.x] Fixed #18173 - Corrected ModelAdmin documentation for …
- 17:36 Ticket #18173 (Modeladmin documentation for get_changelist suggests its an attribute) closed by
- fixed: In [d44aa98184ced66d95ba95d0e4a255d09c15df0c]: […]
- 17:35 Changeset [d44aa981]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 #18173 - Corrected ModelAdmin documentation for get_changelist. …
- 16:30 Ticket #18530 (Inconsistent error handling on admin filter url's) reopened by
- It appears linked to having a list_filter on the tested date such as …
- 16:23 Ticket #18568 (django admin interface not behaving properly in firefox.) closed by
- needsinfo
- 16:19 Ticket #18596 (Documentation of JavaScriptCatalog isn't very clear) created by
- This is the documentation part of #18394. The …
- 16:06 Ticket #18522 (Incosistencies and redundant checks in wizard view) closed by
-
invalid: It's just an optimization to avoid calling
self.get_form_list()
when … - 16:04 Ticket #18554 (Template rendering based on value of hidden BooleanFields) closed by
- worksforme: I can't reproduce this in current master. The following three …
- 15:40 Ticket #18434 (Limit ModelFormSet queryset parameter) closed by
- needsinfo: The intended way to use ModelFormSets is: - 1 - on a GET request, …
- 13:35 Ticket #18595 (Wrong table used in get_query_set when two Models have ManyToMany ...) created by
- Summary: Wrong table used in get_query_set when two Models have …
- 13:24 Ticket #18548 (View changes field when 'unique_together' is not satisfied in a Form) closed by
- invalid: You must have edited the code before posting it. As is it will crash …
- 13:08 Ticket #18590 (Remove workaround for a Python 2.4 bug in Model.__reduce__) closed by
- fixed: In [146aff3bac974e56ec8cb597c2720d1cd4f77b26]: […]
- 13:08 Changeset [146aff3b]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 #18590 - Reverted Python 2.4 workaround for Model pickling …
- 11:25 Ticket #18487 (CachedStaticFilesStorage raises an exception when trying to deal with ...) closed by
- fixed: In [1aa0d8ac4d3149fad6ebe80834d9e6f83021cf55]: […]
- 11:25 Changeset [1aa0d8ac]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 #18487 -- Made sure that protocol-relative URLs aren't processed …
- 11:19 Ticket #18050 (CachedStaticFilesStorage eats @import statement) closed by
- fixed: In [3047981517ffa0c75c97f05446bd0d41865e323b]: […]
- 11:17 Changeset [30479815]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 #18050 -- Fixed a rather glaring bug in the handling of @import …
- 08:19 Ticket #18594 (Passing kwrgs parameter to url function kills django spouriously) created by
-
Consider following urls.py
[…]
url
functions have incorrectly … - 07:08 Ticket #15620 (ClerableFileInput should render initial value in a flexible way) closed by
- duplicate: Sorry, I understand why you are re-opening, but I'm going to close …
- 05:57 Ticket #18430 (CachedFilesMixin crashed when CSS files contains non-ascii utf-8 character) closed by
- fixed: In [3727f6d09681e4cb23d67e14ecc677a364c991bd]: […]
- 05:57 Changeset [effc2ca]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
- Merge branch 'master' of github.com:django/django
- 05:56 Changeset [3727f6d0]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 #18430 -- Use the FILE_CHARSET setting when reading from a file …
- 04:54 Ticket #18374 (ImageField not validating due to missing libraries) closed by
- fixed: In [5e94ef293cb1cfe4dc43cbd5509653c0e0bf66cf]: […]
- 04:53 Changeset [5e94ef29]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 #18374 -- Explained "corrupt image" error Thanks fabian and …
- 04:21 Ticket #18593 (Admin change list swallows unrelated AttributeErrors from callable ...) created by
- If a callable display field on a model or model admin raises either an …
07/07/2012:
- 22:05 Ticket #18592 (Provide failure recovery for undocumented "_last_executed" in ...) created by
- A little bit of context: I'm trying to run django 1.4 on Google …
- 18:07 Ticket #18591 (Missing crucial info in Apache conf (httpd.conf) to serve static files) created by
- Your page: …
- 17:44 Changeset [9a2ca426]stable/1.4.x by
- [1.4.x] Fixed #17978 -- Fixed a minor layout issue when an inline …
- 17:41 Ticket #17978 (Minor layout issue when an inline contains a filter horizontal widget) closed by
- fixed: In [8015593bc1f2f226e7979bfdee8b7e88658d0e74]: […]
- 17:41 Changeset [8015593]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 #17978 -- Fixed a minor layout issue when an inline contains a …
- 16:12 Changeset [fd88fe6]stable/1.4.x by
- [1.4.x] Fixed #18164 -- Precised startapp template context content …
- 16:11 Ticket #18164 (startapp error: no such option) closed by
- fixed: In [249c445446f0811d6396cfd3053aed33edf2e7b3]: […]
- 16:08 Changeset [249c4454]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 #18164 -- Precised startapp template context content
- 10:58 Ticket #18567 (readonly_fields for ModelForms) closed by
- duplicate: Duplicate of #17031.
- 10:55 Ticket #18569 (Enable L expressions in `queryset.extra`) closed by
-
wontfix:
extra
often creates more problem than it solves. The current trend … - 10:50 Ticket #18552 (Django test client should not use MULTIPART_CONTENT for POST-requests ...) closed by
- needsinfo: I don't see how this is a problem either.
- 10:43 Ticket #18589 (Typo in class-based generic views doc) closed by
- fixed: In [d94cfdcfae92fd4409cd1b5e14eebc75033266fd]: […]
- 10:42 Changeset [d94cfdc]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 #18589 -- Typo in generic CBV docs. Thanks cpthomas for the report.
- 10:38 Ticket #18588 (Django-Python instalation error on django-admin.py (init.py options = ...) closed by
- invalid: Trac isn't a support forum — see …
- 10:36 Ticket #18590 (Remove workaround for a Python 2.4 bug in Model.__reduce__) created by
-
Model.__reduce__
contains a workaround for a buggy implementation of … - 10:08 Ticket #18589 (Typo in class-based generic views doc) created by
- On this page: …
- 10:05 Ticket #18588 (Django-Python instalation error on django-admin.py (init.py options = ...) created by
- I am having issues when running the django-admin.py startptoject …
- 09:44 Changeset [bbc59069]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 Django 1.0-specific sections.
- 09:18 Ticket #18158 (Mix FormView with ListView functionality) closed by
- invalid: The generic class based views aren't intended to be arbitrarily …
- 09:05 Ticket #18521 (Add appropriate reST role to templates named in view docs) closed by
- fixed: The pull request was merged in 8855f9380e93d759eea93c32cdf25b76b72e15c4.
- 09:02 Changeset [f1e41656]stable/1.4.x by
- [1.4x] Fixed #18587 -- Typo in management command example Thanks …
- 09:01 Ticket #18587 (Error in example code for custom management commands) closed by
- fixed: In [29ca3d3c4b3d330337cce8713196ef7eea956dc9]: […]
- 09:00 Changeset [29ca3d3c]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 #18587 -- Typo in management command example Thanks Frank Wiles.
- 08:55 Ticket #18468 (Add the ability to define comments in table / columns) closed by
- duplicate: This is a duplicate of #13867, which lingered in DDN for two years …
- 08:49 Changeset [a4bb7dd]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
- Merge branch 'master' of github.com:django/django
- 08:43 Ticket #18254 (Add support for `as <varname>` to the staticfiles {% static %} ...) closed by
- fixed: In [0a68a2994be17ed2669accead331881cb0be41dd]: […]
- 08:33 Ticket #18505 (bad link from definitive guide to Dj web dev done right) closed by
- fixed: I just added a redirect. Thanks for the report.
- 08:30 Changeset [0a68a29]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 #18254 -- Added ability to the static template tags to store the …
- 08:29 Changeset [52a9e157]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 a regression in the user admin page introduced in …
- 08:09 Ticket #18587 (Error in example code for custom management commands) created by
- Pretty self explanatory, but the example code uses 'self' in the class …
- 07:17 Ticket #10504 (Consistency between HttpResponse* params and render_to_response) reopened by
-
In [da200c5e35cd], we didn't address the
render_to_response
… - 06:54 Ticket #18586 (Rewrite unit tests migrated from doctests) created by
- There's quite a lot of unit tests that have been rewritten 1:1 from …
- 06:17 Ticket #18385 (firstof doesn't deal well with empty "safe" values.) closed by
- invalid: according to the documentation of the …
- 06:13 Ticket #10504 (Consistency between HttpResponse* params and render_to_response) closed by
- invalid: In [da200c5e35cd] (in response to ticket #16519 ) mimetype has been …
- 06:06 Ticket #18048 (Test client implicitly assuming data to be querystring) closed by
- duplicate: I committed a fix for #17371 after you opened this ticket, and I …
- 04:35 Ticket #17257 (Comment that contradicts code in django.contrib.syndication.views) closed by
- fixed: In [8dafd04c45a66ff60f0503da1ebea14628322b45]: […]
- 04:34 Changeset [8dafd04]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 #17257 - Removed outdated comment in syndication view Thanks …
- 04:13 Ticket #18488 (add granular permissions) closed by
- invalid: Please post feature requests to the mailing list first. More …
- 04:09 Ticket #18466 (meta-bug: couldn't submit ticket) closed by
- invalid: Thanks for your bug report, but this was fixed in …
- 03:40 Ticket #18143 (Comments are not paginateable using Django's own paginator) closed by
- needsinfo: Feel free to re-open if you have any kind of details about how to …
- 03:28 Ticket #17981 (attr property unexpectedly shared between widgets in MultiWidget) closed by
- duplicate: Yeah, this is just a duplicate of #5851.
- 03:25 Ticket #17977 (post_syncdb is triggered twice, in unittest, even with dispatch_uid) closed by
- wontfix: This seems to be intentional as the two phased test database setup is …
07/06/2012:
- 18:43 DevelopersForHire edited by
- Paul Bielecki changes (diff)
- 15:10 Ticket #18582 (Emails not being sent to bcc addresses) closed by
- invalid: Please do not reopen unless you can provide something new to the …
- 14:46 Changeset [8855f938]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
- Merge pull request #176 from benspaulding/ticket_18521 Add reST role …
- 14:45 Changeset [70ac5701]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
- Merge pull request #183 from rpedigoni/master Fixed typo in 1.5 …
- 14:44 Changeset [4e8084a4]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
- Merge pull request #187 from evildmp/docs_typos Added a missing \ in …
- 14:42 Changeset [7151fbd]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
- Merge pull request #188 from semente/patch-1 Fixed copyright holder …
- 14:17 Ticket #18582 (Emails not being sent to bcc addresses) reopened by
- Actually the real email addresses that should receive BCCs copies …
- 13:24 Changeset [91e4f7e]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
- Fix copyright holder
- 12:01 Ticket #18585 (Tutorial part 4: problem in polls/detail.html) closed by
- fixed: Nevermind... looks like it changed since I started the tutorial.
- 11:54 Ticket #18585 (Tutorial part 4: problem in polls/detail.html) created by
- In Writing your first Django app, part 4: …
- 11:16 Ticket #18538 (type(SimpleLazyObject) returns SimpleLazyObject rather than type(_wrapped)) closed by
- wontfix: I also suspect there is nothing that can be done. Other approaches to …
- 11:04 Ticket #18584 (Ability to fetch urlname from template context) closed by
- wontfix: I don't see any need for this to be in core, it can be added easily as …
- 10:56 Ticket #18582 (Emails not being sent to bcc addresses) closed by
- invalid: BCC works fine for me, tested on Django 1.4 on a live server. We added …
- 09:46 Ticket #18484 (csrfmiddlewaretoken enclosed in redundant invisible div) closed by
- fixed: In [2ba4278cb38f1346d70cf427bbeac71a4d1dc5ad]: […]
- 09:33 Changeset [2ba4278]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 #18484 - 'display:none' on CSRF token div is redundant and …
- 09:20 Ticket #18557 (get_or_create() causes a race condition with MySQL) reopened by
- @akaariai You raise a very good point about it breaking transaction …
- 09:00 Ticket #18584 (Ability to fetch urlname from template context) created by
- Currently to detect what the current urlname is in a template requires …
- 07:59 Ticket #18583 (exclude generates wrong SQL query) created by
- exclude generates a wrong SQL query in a certain setup. Given the …
- 07:32 Ticket #18582 (Emails not being sent to bcc addresses) created by
- First things first: this is the first bug I report, so please excuse …
- 06:59 Ticket #18576 (Missing module in import statement) closed by
- fixed: In [4c417cc9ebd65595128b81cdddc9ea8293cbcbbe]: […]
- 06:58 Changeset [4c417cc9]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 #18576 -- Added missing import in tutorial02 Thanks jaaruiz at …
- 05:25 Ticket #18581 (Admin actions documentation needs a new screenshot) created by
- https://docs.djangoproject.com/en/1.4/_images/article_actions.png …
- 04:43 Ticket #5579 (Trac activation mail is sent from 'webmaster@localhost') closed by
- fixed: Please don't reopen ticket without providing any explanations.
- 04:41 Ticket #18580 (Avoiding SQLite update+annotations "only a single result allowed for a ...) created by
- When executing something like […] SQLite throws an `only a single …
- 04:20 Changeset [86eb606b]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
- Used skipIf decorator to skip image tests when PIL is not available
- 04:10 Changeset [83da36eb]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
- restored a missing \ in uwsgi docs
Note: See TracTimeline
for information about the timeline view.