Timeline
03/09/2011:
- 22:38 Ticket #15589 (form's field.value not documented) created by
- On http://docs.djangoproject.com/en/dev/topics/forms/ Section "Looping …
- 21:38 Ticket #15588 ("FileField no longer deletes files" unclear) created by
- The new model <-> FileField behavior documentation is unclear. The …
- 21:21 Ticket #15587 (django.forms.BaseModelForm._post_clean updates instance even when form ...) created by
- This method will update the model instance with self.cleaned_data. …
- 21:05 Ticket #15586 (Fields with missing columns populated when querying on PostgreSQL) closed by
- wontfix: It is not completely clear to me what is the behavior you expect here. …
- 20:36 SummerOfCode2011 edited by
- (diff)
- 20:36 SummerOfCode2011 edited by
- Added initial description of Validation functionality revamping idea (diff)
- 19:29 Ticket #11707 (limit_choices_to on a ForeignKey can render duplicate options in formfield) reopened by
- Re-opened due to the fix being reverted, as above. For future …
- 19:21 Changeset [2bb360c9]stable/1.2.x by
- [1.2.X] Fixed #15559 - distinct queries introduced by [15607] cause …
- 19:15 Ticket #15559 (Distinct queries will cause errors with some custom model fields) closed by
- fixed: In [15791]: […]
- 19:15 Changeset [0a3aae8]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 #15559 - distinct queries introduced by [15607] cause errors …
- 19:07 Ticket #15586 (Fields with missing columns populated when querying on PostgreSQL) created by
- With PostgreSQL as backend, when I use CharField field and name it …
- 18:04 Changeset [ec7dd583]stable/1.2.x by
- [1.2.X] Fixed a bunch more tests that were failing in Oracle due to …
- 17:46 Changeset [f17fc566]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 bunch more tests that were failing in Oracle due to false …
- 17:34 Ticket #15577 (inefficient design of inlinemodeladmin) closed by
- invalid: This is what …
- 17:32 Ticket #15585 (Login view should call an empty hook in the authentication form) created by
- In django.contrib.auth.views.login, it'd be really nice if this: …
- 17:26 DjangoResources edited by
- (diff)
- 17:21 Ticket #15584 (Forgotten password link for djangoproject.com no where to be found!!) created by
- I had to search google and trawl through the mailing lists to find the …
- 17:17 Ticket #15583 (Sorting dict by keys within django template) created by
- Currently, there is no way to sort a dict by its keys within a django …
- 16:47 Changeset [317f30a7]stable/1.2.x by
- [1.2.X] Fixed another case-sensitivity bug in Oracle introspection. …
- 16:45 Changeset [23103bdd]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 another case-sensitivity bug in Oracle introspection. This one …
- 13:42 Ticket #15576 (Error displaying "ordering" in the ModelAdmin page as "New in Django ...) closed by
-
invalid: The
ordering
option you're referring to in this case is for … - 13:41 Changeset [76636c81]stable/1.2.x by
- [1.2.X] Fixed a case-sensitivity bug in Oracle introspection that was …
- 13:40 Changeset [5a79b552]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 case-sensitivity bug in Oracle introspection that was …
- 13:22 Changeset [4c152af]stable/1.2.x by
- [1.2.X] Fixed a test that was failing in Oracle due to default …
- 13:20 Changeset [0cf527f]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 test that was failing in Oracle due to default ordering …
- 13:01 Ticket #15582 (Docs don't mention that TestCase.multi_db affects test fixtures) created by
- From reading …
- 12:53 Ticket #15581 (MultipleChoiceInput not validating choices set after field definition ...) closed by
- fixed: Setting the .widget.choices is not proper. Setting .choices is proper …
- 12:49 Ticket #15581 (MultipleChoiceInput not validating choices set after field definition ...) created by
- It appears as though some validation is being done as a Field is …
- 12:03 Ticket #15580 (DB cache backend uses LIMIT / OFFSET query for culling) created by
- As a result, the DB cache backend cannot safely be used with Oracle.
- 09:19 Ticket #14267 (Trac Upgrade Tracking Ticket) closed by
- fixed: Closing since we are now on 0.12.2
- 08:25 Ticket #15579 (Please add support to delete specialization , while preserving base ...) created by
- Example: I got multi-table inheritance: Base(Model) and …
- 08:18 Ticket #15578 (loaddata and processing order of fixtures) created by
- As the documentation for loaddata correctly says: "the order in which …
- 07:05 Ticket #15577 (inefficient design of inlinemodeladmin) created by
- The problem we are trying to highlight is that with larger datasets, …
- 06:34 Changeset [f05aab1]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
- Modified collectstatic management command to not include STATIC_ROOT …
- 05:45 Ticket #15576 (Error displaying "ordering" in the ModelAdmin page as "New in Django ...) created by
- http://docs.djangoproject.com/en/dev/ref/contrib/admin/ Tells us: …
- 02:58 Ticket #15575 (MultipleObjectMixin.paginate_queryset always returns is_paginated=True) created by
- Documentation says: is_paginated: A boolean representing whether the …
- 02:57 Ticket #15574 (IndexError: list index out of range caused by inline formsets) created by
- Note: I originally reported this as ticket #14642 but after discussion …
- 02:14 Ticket #15564 (PROPOSAL: nocache template tag to exclude parts of a template from ...) closed by
- wontfix: Closing as wontfix again since this clearly needs discussion on …
- 02:09 Ticket #15564 (PROPOSAL: nocache template tag to exclude parts of a template from ...) reopened by
- A good example can be found at: …
- 02:02 Ticket #15564 (PROPOSAL: nocache template tag to exclude parts of a template from ...) closed by
- wontfix: Yes, this would be nice to have... but then, so would a magical pony …
- 01:52 Ticket #15562 (include_patterns in staticfiles finder) closed by
- needsinfo: Closing needsinfo -- there might be an interesting idea in here, but …
- 01:48 Ticket #15568 (IntegrityError rises from test test_generic_key_deletion when it runs ...) closed by
- worksforme: I can't reproduce this with my INNODB testbed. One possible problem is …
- 01:39 Ticket #15567 (Wrong error message when user having is_staff=False tries to login to admin) closed by
- wontfix: Please don't reopen a ticket that has been closed wontfix. If you want …
- 00:38 Ticket #15567 (Wrong error message when user having is_staff=False tries to login to admin) reopened by
- Point "because it can be used by an attacker to identify admin …
03/08/2011:
- 22:09 Changeset [6ffe1d1e]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 some dead code, and old/bad constructs from the HttpResponse …
- 18:43 Changeset [1c08ca56]stable/1.2.x by
- [1.2.X] Fixed a number of tests that were failing in Oracle due to …
- 18:39 Changeset [9e637d3]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 number of tests that were failing in Oracle due to false …
- 18:37 Ticket #12682 (testcase not loading fixtures, no error message shown) closed by
- wontfix: Please don't reopen tickets that have been closed wontfix. If you want …
- 16:50 Changeset [05b197db]stable/1.2.x by
- [1.2.X] Added a skip for a test that fails in Oracle. Unlike other …
- 16:41 Changeset [d9e61a43]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 a skip for a test that fails in Oracle. Unlike other backends, …
- 16:11 Ticket #12682 (testcase not loading fixtures, no error message shown) reopened by
- Straw man patch against django 1.2.3 to print fixture errors only once …
- 15:36 Ticket #15573 (runtests.py sets incorrect SITE_ID when using Oracle) created by
- Running the test suite under Oracle currently generates a large number …
- 13:51 Ticket #15558 (QuerySet reference enhancement + reST cleanup) closed by
- fixed: In [15776]: […]
- 13:51 Changeset [40943544]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 #15558 -- Improved QuerySet reference docs and cleaned up …
- 13:38 Changeset [e81e64cd]stable/1.2.x by
- [1.2.X] Fixed field names that were preventing the tests from running …
- 13:26 Changeset [8b22f7c]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 field names that were preventing the tests from running in …
- 13:01 SummerOfCode2011 edited by
- add link to google's page (diff)
- 11:23 Ticket #14139 (Feature Request: distinct() should support field names) closed by
- duplicate: This is a duplicate of #6422.
- 09:35 Ticket #15572 (include with "only" option discards context properties (such as autoescape)) created by
- When including template files with the "only" option set, context …
- 08:14 Ticket #15571 (AdminSite index and app_index methods could include the model_admin in ...) created by
- When sub-classing the "index.html" template for the admin interface, I …
- 07:43 Ticket #15570 ({% cycle ... as foo silent %} is broken in practice) closed by
- fixed: In [15773]: […]
- 07:43 Changeset [c260c533]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 #15570 -- Corrected a flaw in the design of the silent flag on …
- 07:22 Ticket #15570 ({% cycle ... as foo silent %} is broken in practice) created by
- r14439 introduced the 'silent' flag as a way to define a {% cycle %} …
- 02:40 Ticket #15569 (wrong index assigned when creating a new inline) created by
- When I create a new inline in the admin interface and the inline …
- 01:19 Ticket #15568 (IntegrityError rises from test test_generic_key_deletion when it runs ...) created by
- When i ran test cases of multiple_databases model of regressiontests …
- 00:03 Ticket #15567 (Wrong error message when user having is_staff=False tries to login to admin) closed by
- wontfix: This isn't a good idea, because it can be used by an attacker to …
03/07/2011:
- 23:43 Ticket #15567 (Wrong error message when user having is_staff=False tries to login to admin) created by
- Steps to reproduce: * Create a user with is_staff=False * Logout and …
- 21:00 Ticket #15566 (.update queries should affect Date*Field's with auto_now) created by
- Right now, calling Manager.update will update records without …
- 16:55 Changeset [32adde7f]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
- Fix the documentation of BoundField.value() to reference the correct …
- 16:54 Changeset [c47b69b]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
- Fix the docstring of contrib.staticfiles BaseFinder so it's not …
- 11:59 Ticket #12950 (urlresolvers.reverse returns '/$' when including namespaced '^$' ...) closed by
- duplicate: I believe this is a duplicate of #11559.
- 11:00 Changeset [4c411594]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
- Tweaked r15769 to remove reference to "project." git-svn-id: …
- 10:38 Changeset [0d883128]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
- Clearer mile-high description of migrating to staticfiles in 1.3 …
- 05:23 Ticket #15565 (Runserver reloading breaks terminal STDIN when using pdb.set_trace()) created by
- The issue is mentioned here: …
- 02:32 Ticket #15564 (PROPOSAL: nocache template tag to exclude parts of a template from ...) created by
- In many cases, I'd like to just be able to turn caching on for a …
- 02:30 Ticket #15563 (Update the LANG_INFO dict with newly added translations) created by
- .. which can be found in …
03/06/2011:
- 18:31 Ticket #15553 (formats.py for Macedonian language) closed by
- fixed: In [15768]: […]
- 18:31 Changeset [7f363eb6]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 #15553 -- Updated Macedonian locale. Thanks to vasiliyeah for …
- 18:12 Changeset [ee31d712]stable/1.2.x by
- [1.2.X] Fixed #15554 -- Corrected test failure in contenttypes when …
- 18:09 Ticket #15554 (Bad test in django.contrib.contenttypes.tests.ContentTypesTests) closed by
- fixed: In [15766]: […]
- 18:09 Changeset [6bf1c343]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 #15554 -- Corrected test failure in contenttypes when default …
- 13:11 Ticket #15562 (include_patterns in staticfiles finder) created by
- For completeness and also to be able to include only files like *.gif …
- 09:34 DjangoJobs edited by
- (diff)
- 09:33 DjangoJobs edited by
- (diff)
- 01:14 Ticket #14965 ({% include %} tag changes should be mentioned in release notes) closed by
- fixed: In [15765]: […]
- 01:14 Changeset [75cd087]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 #14965 -- Added release notes about changes to builtin template …
- 01:03 Ticket #3094 (XMLField not being validated.) closed by
- fixed: In [15764]: […]
- 01:03 Changeset [20cf3b82]stable/1.2.x by
- [1.2.X] Fixed #3094 -- Updated docs to reflect actual behavior of …
Note: See TracTimeline
for information about the timeline view.