2008-3-6
| 23:56 | EyePulp | magus - could I selectively turn off debugging (within certain views for example) and then access and display something from an errors collection on a custom 500 template? (assuming there is an errors collection) |
| 23:56 | Magus- | because it cant! |
| 23:56 | Magus- | YOU will still be telling it what to do |
| 23:56 | Magus- | so why not tell it with alter table? |
| 23:56 | Magus- | you guys act like its impossible to get right |
| 23:56 | Huvet | no, we havn't figured out a way yet |
| 23:56 | Huvet | :) |
| 23:56 | Magus- | EyePulp: no |
| 23:56 | mattmcc | Sure we have. I just gave you one above. |
| 23:56 | Magus- | Huvet: there is no way to do it without requiring your input |
| 23:57 | Sedrik | i'm not prevented from writing my own homegrown process for doing it now. i think it's pretty lame, however, that everyone has to write the same basic app to do deployment is all I"m saying. |
| 23:57 | Magus- | so there's nothing to find |
| 23:57 | EyePulp | Magus-: can I have an ice cream cone? |
| 23:57 | Magus- | Sedrik: they don't - go write or use a 3rd party one |
| 23:57 | Magus- | dur |
| 23:57 | Huvet | of course not, my input is renaming a field, or deleting one |
| 23:57 | Sedrik | sure, but it's a CORE part of the process. |
| 23:57 | Magus- | I disagree |
| 23:57 | Huvet | if I didn't the model woudln't change |
| 23:57 | Huvet | I agree |
| 23:57 | Magus- | and hey look, ALTER TABLE is input for renaming or deleting too :�� |
| 23:58 | Huvet | yes, just like create table :) |
| 23:58 | tesseracter | ok, so im trying to do a lookup, the SQL isnt what i want. im sure theres a better way that actually works. m = models.objects.all; for tag in tag_list: m = m.filter(tags__name__iexact = tag) and i want it to return all objects that have all tags in tag_list...but i get nothing. |
| 23:58 | [530] | and sqlite can't even do it at all |
| 23:59 | Magus- | Huvet: creating is something that CAN be calculated though |
| 23:59 | Magus- | altering is not |
| 23:59 | Magus- | period |
| 23:59 | Huvet | I firmly believe that there is a good way to do this nicely, it's just that we havn't figured out how just yet... but saying "it isn't possible" over and over is going to get people not interested in trying to solve it better |
| 23:59 | Huvet | make it easier for people |
| 23:59 | Magus- | because it isn't possible to make it not require user input |
| 23:59 | Magus- | so why do some custom syntax for changing |
| 23:59 | Magus- | when a perfectly good one already exists |
Page 26 of 26
← Previous
(2,532 total)