Django

Code

Ticket #4125 (closed: fixed)

Opened 2 years ago

Last modified 1 year ago

datastructures EasyQuerySet (+ small fixes)

Reported by: SmileyChris Assigned to: adrian
Milestone: Component: Contrib apps
Version: SVN Keywords:
Cc: Triage Stage: Ready for checkin
Has patch: 1 Needs documentation: 0
Needs tests: 0 Patch needs improvement: 0

Description

Here's a working implementation to make the calendar views work properly.

It also fixes a couple of small annoyances I had:

  • provide base_site.html to override
  • show "X objects for field" when on an object list page

Attachments

databrowse_fixes.patch (15.2 kB) - added by SmileyChris on 04/23/07 00:51:57.
databrowse_fixes.2.patch (14.8 kB) - added by SmileyChris on 04/23/07 01:07:03.
Oops - base.html, not .htm
databrowse_fixes.3.patch (14.8 kB) - added by SmileyChris on 04/23/07 01:08:48.
*sigh*, one more try
databrowse_fixes.4.patch (14.2 kB) - added by SmileyChris on 05/21/07 18:12:59.
Fixing that template glitch
databrowse_fixes.5.patch (14.6 kB) - added by SmileyChris on 05/21/07 18:32:56.
"x objects" on the main object list page too

Change History

04/23/07 00:51:57 changed by SmileyChris

  • attachment databrowse_fixes.patch added.

04/23/07 01:07:03 changed by SmileyChris

  • attachment databrowse_fixes.2.patch added.

Oops - base.html, not .htm

04/23/07 01:08:48 changed by SmileyChris

  • attachment databrowse_fixes.3.patch added.

*sigh*, one more try

04/25/07 06:08:18 changed by Simon G. <dev@simon.net.nz>

  • needs_better_patch changed.
  • stage changed from Unreviewed to Ready for checkin.
  • needs_tests changed.
  • needs_docs changed.

These both sound like useful changes.

04/28/07 11:01:28 changed by mtredinnick

  • needs_better_patch set to 1.
  • stage changed from Ready for checkin to Accepted.

This patch can't be correct: the changes to base.html defines two blocks called "title".

05/21/07 18:12:59 changed by SmileyChris

  • attachment databrowse_fixes.4.patch added.

Fixing that template glitch

05/21/07 18:14:53 changed by SmileyChris

  • needs_better_patch deleted.
  • stage changed from Accepted to Ready for checkin.

05/21/07 18:32:56 changed by SmileyChris

  • attachment databrowse_fixes.5.patch added.

"x objects" on the main object list page too

08/19/07 12:01:55 changed by mtredinnick

  • status changed from new to closed.
  • resolution set to fixed.

(In [5947]) Fixed #4125 -- Added some small fixes to contrib.databrowse: fixed calendar views, added a summary of the number of objects in each list, and added a template entry point for the customisation enthusiasts. Nice work, SmileyChris?.


Add/Change #4125 (datastructures EasyQuerySet (+ small fixes))




Change Properties
Action