summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-03-01Updated sites translations from transifex.net. Refs #15300.Jannis Leidel
2011-03-01Updated sessions translations from transifex.net. Refs #15300.Jannis Leidel
2011-03-01Updated redirects translations from transifex.net. Refs #15300.Jannis Leidel
2011-03-01Updated messages translations from transifex.net. Refs #15300.Jannis Leidel
2011-03-01Updated localflavor translations from transifex.net. Refs #15300.Jannis Leidel
2011-03-01Updated humanize translations from transifex.net. Refs #15300.Jannis Leidel
2011-03-01Updated gis translations from transifex.net. Refs #15300.Jannis Leidel
2011-03-01Updated formtools translations from transifex.net. Refs #15300.Jannis Leidel
2011-03-01Updated flatpages translations from transifex.net. Refs #15300.Jannis Leidel
2011-03-01Updated contenttypes translations from transifex.net. Refs #15300.Jannis Leidel
2011-03-01Updated comments translations from transifex.net. Refs #15300.Jannis Leidel
2011-03-01Updated auth translations from transifex.net. Refs #15300.Jannis Leidel
2011-03-01Updated admindocs translations from transifex.net. Refs #15300.Jannis Leidel
2011-03-01Updated admin translations from transifex.net. Refs #15300.Jannis Leidel
2011-03-01Added Azerbaijani and Urdu to list of supported languages and added initial c...Jannis Leidel
2011-03-01Fixed #15300 -- Updated core translations from transifex.net.Jannis Leidel
2011-03-01Reverted 'now' template tag documentation changes so it describes the real co...Ramiro Morales
2011-03-01Fixed #15517 -- Fixed regression in admin search_fields option introduced in ...Ramiro Morales
2011-02-28Fixed #15520 -- Fixed incompatibility with email module shipped with Python 2...Ramiro Morales
2011-02-28Fixed #15365 -- Added a warning to the `contrib.markup` docs reminding users ...Gabriel Hurley
2011-02-28Fixed #15395 -- Documented the modules/import paths for the various decorator...Gabriel Hurley
2011-02-28Fixed #13433 -- Changed default behavior of Django email message wrappers to ...Ramiro Morales
2011-02-27Converted the new contributions docs to unix line endings.Russell Keith-Magee
2011-02-27Fixed #14702 -- Added a "needsinfo" resolution to Trac, and added supporting ...Gabriel Hurley
2011-02-27Fixed #15492 -- Documented the `invalid_date` and `invalid_time` error keys f...Gabriel Hurley
2011-02-27Fix typo in staticfiles docs (not ticketed).Simon Meers
2011-02-27Fixed #15368 - test failures due to regression with RequestContextLuke Plant
2011-02-26Fixed #10918 -- Ensure that the search widget on a raw_id_admin uses the righ...Russell Keith-Magee
2011-02-26Fixed #11447 -- Ensured that ForeignKey widgets in a list-editable admin chan...Russell Keith-Magee
2011-02-26Revert [15653], which was absolutely not ready to be committed.Alex Gaynor
2011-02-26Fixed #15509 -- corrected a typo in the cache docs. Thanks Paul.Alex Gaynor
2011-02-26Beginnings of test conversion.Alex Gaynor
2011-02-26Fixed #15508 -- Corrected a misleading error message in the DetailView generi...Russell Keith-Magee
2011-02-26Fixed #15424 -- Corrected lookup of callables listed in admin inlines' `reado...Ramiro Morales
2011-02-25Fixed #8528 -- Ensure that null values are displayed as a filtering option in...Russell Keith-Magee
2011-02-25Fixed #15493 - csrf_migration_helper.py parsing fix.Luke Plant
2011-02-25Fixed #14401 -- Added a contributing howto guide for new users. Thank you to ...Gabriel Hurley
2011-02-25Fixed #15491 -- Added a CDATA block and closed a stray tag in the comments HT...Russell Keith-Magee
2011-02-25Fixed #15490 -- Added some missing semicolons in admin javascript. Thanks to ...Russell Keith-Magee
2011-02-24Prevented non-admin users from accessing the admin redirect shortcut.Jacob Kaplan-Moss
2011-02-24Fixed #14012 (again) -- Admin app: Don't show the full user edition view afte...Ramiro Morales
2011-02-23Fixed #12004 -- Improved error reporting when an abstract class is registered...Russell Keith-Magee
2011-02-23Fixed #15299 -- Started the process of migrating the auth context processor s...Russell Keith-Magee
2011-02-23Fixed #15375 -- clarified apparent contradiction in Form Wizard documentation...Simon Meers
2011-02-22Fixed #15371 -- Ensure that a superuser created with the createsuperuser mana...Russell Keith-Magee
2011-02-22Removed example CSRF jQuery code from release notes, replacing with link to i...Luke Plant
2011-02-22Fixed #13510 -- Corrected colspan of non-field-specific error messages in adm...Ramiro Morales
2011-02-22Fixed #15257 - Add a link about field lookups to the tutorial; thanks dwillis.Timo Graham
2011-02-21Corrected logging call in CSRF middlewareLuke Plant
2011-02-21Fixed #11058 - list_display_links doesn't allow callables not defined in the ...Luke Plant