Custom Query (1173 matches)
Results (247 - 249 of 1173)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #451 | fixed | Convert all mongokit style .find, .find_one, .one calls over to SQLAlchemy queries | ||
| Description |
Right now (esp thanks to Elrond) we managed to have a nice transitional period between Mongo and SQL by having mongokit like queries via .find() .find_one() and .one() reproduction for SQLAlchemy. But it's time to remove those from the codebase. We should start removing all instances of those and replacing them with proper queries. |
|||
| #564 | fixed | Cookie blocking leads to cryptic errors | ||
| Description |
Trying to log in, I received a "403 Forbidden" page with no further information, the GMG log included a "ERROR [mediagoblin.meddleware.csrf] CSRF cookie not present" statement. It took a while until I realized it was my cookie blocker that caused this. Can we capture this specific case somehow and test whether cookie setting is disabled? I know that django tries to set test cookies at some points in time. Perhaps this should be tested in the CSRF meddleware in case of CSRF failure? In any case, we should hand back a nicer error message than 403 forbidden when the user has cookies disabled :-). |
|||
| #5393 | fixed | Corrections to Site Administrator’s Guide | ||
| Description |
On https://mediagoblin.readthedocs.org/en/stable/siteadmin/deploying.html,
|
|||
