Changes between Version 167 and Version 168 of SprintIdeas


Ignore:
Timestamp:
Sep 20, 2007, 3:27:32 AM (17 years ago)
Author:
Simon G. <dev@…>
Comment:

removing completed tickets

Legend:

Unmodified
Added
Removed
Modified
  • SprintIdeas

    v167 v168  
    116116 * #5415 - Every SQL query should send a signal if possible
    117117 * confirm #2493 - Error "reset"ing app with self-referencing ForeignKey
    118  * confirm #2549 - django.db.models.fill_table_cache will dead loop if with circular Foreign Keys
    119118 * confirm #4609 (Content type names are not translated in Recent Actions listing) exists on newforms-admin
    120119 * is #4515 (django.views.static.serve() redirects (HTTP code 302) to the wrong location when the path to the static file is "normalized") still an issue? It may have been fixed incidentally with #987
     
    126125If you believe you've successfully dealt with a ticket, post it here so a core dev can have a look at it.
    127126Please order by ticket ID. '''Note:''' Don't close the tickets until they've been checked in.
    128  * #231 made various models.filefields honor max_length param
    129127 * #285 (also #1516, #3414) handling SCRIPT_NAME and PATH_INFO in a manner which is mostly correct and mostly consistent across deployment scenarios
    130128 * #399 Bigint field object needed
     
    173171 * #5418 Add assertNoBrokenLinks() to test system
    174172 * #5419 Fuzz testing assertions created along with some documentation
    175  * #5457 move permission checking to the auth backends.
    176173 * #5475 Add a Luhn function for various localflavor usages (e.g. #3961)
    177174 * #5494 Fixed a bug in javascript message catalog search.
Back to Top