Django

Code

Ticket #4337 (closed: fixed)

Opened 1 year ago

Last modified 1 year ago

QueryDict's pop method should accept a default value

Reported by: Gary Wilson <gary.wilson@gmail.com> Assigned to: adrian
Milestone: Component: Core framework
Version: SVN Keywords:
Cc: Triage Stage: Ready for checkin
Has patch: 1 Needs documentation: 0
Needs tests: 0 Patch needs improvement: 0

Attachments

4337.diff (0.9 kB) - added by Gary Wilson <gary.wilson@gmail.com> on 05/18/07 23:47:36.
4337.2.diff (0.9 kB) - added by Gary Wilson <gary.wilson@gmail.com> on 05/19/07 00:02:35.
or to be more like the standard library

Change History

05/18/07 23:47:36 changed by Gary Wilson <gary.wilson@gmail.com>

  • attachment 4337.diff added.

05/19/07 00:02:35 changed by Gary Wilson <gary.wilson@gmail.com>

  • attachment 4337.2.diff added.

or to be more like the standard library

05/19/07 00:03:35 changed by Gary Wilson <gary.wilson@gmail.com>

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

05/19/07 13:30:51 changed by mtredinnick

I've never completely understood the reasons for pop() taking *args in UserDict in the standard library, but I agree that keeping it the same is consistent.

05/19/07 13:34:00 changed by mtredinnick

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

(In [5289]) Fixed #4337 -- Added pop() method to QueryDict?. Thanks, Gary Wilson.


Add/Change #4337 (QueryDict's pop method should accept a default value)




Change Properties
Action