Opened 17 years ago

Closed 17 years ago

#4125 closed (fixed)

datastructures EasyQuerySet (+ small fixes)

Reported by: Chris Beaven Owned by: Adrian Holovaty
Component: Contrib apps Version: dev
Severity: Keywords:
Cc: Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

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 (5)

databrowse_fixes.patch (15.2 KB ) - added by Chris Beaven 17 years ago.
databrowse_fixes.2.patch (14.8 KB ) - added by Chris Beaven 17 years ago.
Oops - base.html, not .htm
databrowse_fixes.3.patch (14.8 KB ) - added by Chris Beaven 17 years ago.
*sigh*, one more try
databrowse_fixes.4.patch (14.2 KB ) - added by Chris Beaven 17 years ago.
Fixing that template glitch
databrowse_fixes.5.patch (14.6 KB ) - added by Chris Beaven 17 years ago.
"x objects" on the main object list page too

Download all attachments as: .zip

Change History (9)

by Chris Beaven, 17 years ago

Attachment: databrowse_fixes.patch added

by Chris Beaven, 17 years ago

Attachment: databrowse_fixes.2.patch added

Oops - base.html, not .htm

by Chris Beaven, 17 years ago

Attachment: databrowse_fixes.3.patch added

*sigh*, one more try

comment:1 by Simon G. <dev@…>, 17 years ago

Triage Stage: UnreviewedReady for checkin

These both sound like useful changes.

comment:2 by Malcolm Tredinnick, 17 years ago

Patch needs improvement: set
Triage Stage: Ready for checkinAccepted

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

by Chris Beaven, 17 years ago

Attachment: databrowse_fixes.4.patch added

Fixing that template glitch

comment:3 by Chris Beaven, 17 years ago

Patch needs improvement: unset
Triage Stage: AcceptedReady for checkin

by Chris Beaven, 17 years ago

Attachment: databrowse_fixes.5.patch added

"x objects" on the main object list page too

comment:4 by Malcolm Tredinnick, 17 years ago

Resolution: fixed
Status: newclosed

(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.

Note: See TracTickets for help on using tickets.
Back to Top