summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-01-13Fixed #15057 - documented change in [14992]Luke Plant
2011-01-13Fixed #15025 - template debug fails if there's a callable local var that gene...Luke Plant
2011-01-13Fixed #13668 -- Corrected database router methods invocation for ManyToMany f...Ramiro Morales
2011-01-13Fixed #15024 -- Ensure that choice of L10N format module used is stable given...Ramiro Morales
2011-01-12Added tests demonstrating that filtering lookup expression that involve model...Ramiro Morales
2011-01-122 small optimizations: a) move an import out of a function, b) remove a cache...Alex Gaynor
2011-01-11Fixed #11293 -- fixed using Q objects to generate ORs with aggregates.Alex Gaynor
2011-01-11Fixed #15045 - Typo auto_add_now -> auto_now_add; thanks dr_gone for the report.Timo Graham
2011-01-10Fix wrong attribute name in [15156]. Thanks to Alex Gaynor for spotting this.Andrew Godwin
2011-01-10Fixed #15043 -- Updated the login function to send the user_logged_in signal ...Jannis Leidel
2011-01-09Fixed #14951 -- Made the unique_for_{date,month,year} model field constraints...Ramiro Morales
2011-01-08Fixed #15003 - assorted edits to admin docs; thanks adamv.Timo Graham
2011-01-08Fixed #14888 -- Removing duplicated code in serialisers. Thanks to eric.fortin.Andrew Godwin
2011-01-08Fixed #14929 -- Move gzip_page docstring to the right place. Thanks adamv.Andrew Godwin
2011-01-08Fixed #14995 -- Add FormView import to generic views __init__. Thanks carbonXT.Andrew Godwin
2011-01-08Fixed #12295 -- Issue had already been fixed, but added test. Thanks tomevans...Andrew Godwin
2011-01-08Fixed #9029 -- Allow use of fieldname_id with get_or_create. Thanks to aaron ...Andrew Godwin
2011-01-08Fixed inconsistency in ListView's pagination (short datasets should also trig...Andrew Godwin
2011-01-08Fixed #15035 -- Fixed collectstatic management command to work with non-local...Jannis Leidel
2011-01-05Fixed #15010 -- Added current_app parameter to close gap between TemplateResp...Jannis Leidel
2011-01-05Fixed #12959 -- Added alt text to SelectFilter filter button. Thanks, acdha.Jannis Leidel
2011-01-05Fixed #12957 -- Added scope to the changelist tables for accessibility reason...Jannis Leidel
2011-01-05Fixed #6183 -- Stopped hiding the help text for SelectFilter widgets. Thanks,...Jannis Leidel
2011-01-05Fixed #15023 -- Made US states list a tuple to be a bit more backwards compat...Jannis Leidel
2011-01-05Fixed a few docstrings and other helper texts in the staticfiles app.Jannis Leidel
2011-01-04Corrected a test failure under Postgres caused by PK allocation. Thanks to Al...Russell Keith-Magee
2011-01-04Fixed sending mail on 404s to fail silently.Luke Plant
2011-01-04Fixed #11434 -- Corrected style of arrow buttons located at the center of fil...Ramiro Morales
2011-01-04Fixed #11414 -- Made sure the calendar and clock popup windows in the admin d...Ramiro Morales
2011-01-03Fixed #10078 - Document use of locales in management commands. Thanks gregoir...Timo Graham
2011-01-03Fixed #14999 -- Ensure that filters on local fields are allowed, and aren't c...Russell Keith-Magee
2011-01-03Fixed #14994 - Add attributes to example auth backend which would emit Deprec...Timo Graham
2011-01-03Fixed #15002 - Fix title casing to conform to style guidelines. thanks adamv.Timo Graham
2011-01-03Fixed #15006 -- Removed some stray tabs in python code. Thanks to vanschelven...Russell Keith-Magee
2011-01-03Fixed #14878 -- Clarified the way verbose_name_plural is used in generic list...Russell Keith-Magee
2011-01-03Fixed #14973 -- Tweaked the email log handler so that the log message is actu...Russell Keith-Magee
2011-01-02Fixed #2986 -- Made the JavaScript code that drives related model instance ad...Ramiro Morales
2011-01-02Fixed #6218 -- Made MEDIA_URL and STATIC_URL require a trailing slash to ensu...Jannis Leidel
2011-01-02Fixed #11700 -- Stopped admin actions and list_editable fields to show up in ...Jannis Leidel
2011-01-02Fixed #14998 -- Made use of os.path.join to make sure this works on all platf...Jannis Leidel
2011-01-02Safely join paths in staticfiles finder.Jannis Leidel
2011-01-01Fixed #11124 -- Expanded docstrings of the ModelAdmin has_{change|delete}_per...Ramiro Morales
2010-12-31Fixed #13307 -- Enhanced the generic inlines documentation by mentioning the ...Ramiro Morales
2010-12-31Some small fixes to DB optimization docs.Luke Plant
2010-12-31Fixed the rest of the US localflavor tests that were forgotten in r15058. Ref...Jannis Leidel
2010-12-31Added our own rmtree error handler to make sure we can delete correctly delet...Jannis Leidel
2010-12-31Fixed #14961 -- Revised staticfiles's prefix handling to make sure it runs on...Jannis Leidel
2010-12-31Fixed #14997 - A typo in "Overriding delete". thanks phunehehe for the report.Timo Graham
2010-12-30Fixed #13912 - Fixed AliasMatch regex in modwsgi docs. Thanks SmileyChris for...Timo Graham
2010-12-30Fixed #14990 -- Added sitemaps tests templates to manifest template.Jannis Leidel