summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2011-05-07Fixed #15941 -- Fixed DateField docs to no longer state that the admin calend...Jannis Leidel
2011-05-07Added missing reference to custom template tag docs.Jannis Leidel
2011-05-07Fixed #15263 -- Added support for format localization to the now template tag...Jannis Leidel
2011-05-06Fixed #6392 -- Made django.contrib.humanize template tags locale aware. Thank...Jannis Leidel
2011-05-06Added TestCase.settings context manager to easily override settings in test m...Jannis Leidel
2011-05-05Fixed typo in deprecation docs.Luke Plant
2011-05-05Fixed #15954 - New IGNORABLE_404_URLS setting that allows more powerful filte...Luke Plant
2011-05-04Fixed #15827 - Documented that OneToOneField in Profile should be named 'user...Timo Graham
2011-05-04Fixed #15960 -- Extended list filer API added in r16144 slightly to pass the ...Jannis Leidel
2011-05-03Corrected the behavior of the SimpleFilter.lookups method to also be able to ...Jannis Leidel
2011-05-03Fixed #14262 -- Added new assignment_tag as a simple way to assign the result...Jannis Leidel
2011-05-03Fixed #13729 -- Renamed UK localflavor to GB to correctly follow ISO 3166. Th...Jannis Leidel
2011-05-03Fixed #5833 -- Modified the admin list filters to be easier to customize. Man...Jannis Leidel
2011-05-03Fixed #15942 - removed duplicate module id in docs; thanks magopian.Timo Graham
2011-05-03Fixed #15952 -- fixed an error in the template builtins docs.Alex Gaynor
2011-05-01Fixed #15887 - Added clarification for required_*() decorators; thanks RoySmi...Timo Graham
2011-04-30Fixed #6581 -- Moved documentation of django.contrib.auth.views.redirect_to_l...Jannis Leidel
2011-04-30Fixed #15876 - Document that test.client.RequestFactory doesn't support sessi...Timo Graham
2011-04-30Fixed small typos in custom template tags docs.Ramiro Morales
2011-04-29Fixed minor doc typo.Jannis Leidel
2011-04-29Fixed #15920 -- Removed COMMENTS_BANNED_USERS_GROUP setting in favor of the e...Jannis Leidel
2011-04-29Fixed #5925 -- Added new lazily evaluated version of django.core.urlresolvers...Jannis Leidel
2011-04-28Fixed #15713 -- Added a form field for validating Polish National ID Card num...Jannis Leidel
2011-04-28Fixed #15637 -- Added a require_safe decorator for views to accept GET or HEA...Jannis Leidel
2011-04-28Fixed #15865 -- correct class name for BaseGenericInlineFormset. Thanks leone...Simon Meers
2011-04-28Fix heading formatting in localflavor docs.Simon Meers
2011-04-28Fixed #15885 -- Update auth view docs re: TemplateResponse. Thanks prestontim...Simon Meers
2011-04-28Fixed #15830 -- Add documentation regarding localflavor i18n. Thanks framos.Simon Meers
2011-04-26Fixed #15889 -- when trying to access to access a serializer that doesn't exi...Alex Gaynor
2011-04-24Fixed #15801 - Incorrect external link for dictConfig; thanks David Niergarth...Timo Graham
2011-04-24Fixed #15853 - typo in m2m_changed signal documentation; thanks elbarto.Timo Graham
2011-04-23Fixed #15875 - typo in F() example; thanks jblaine.Timo Graham
2011-04-22Fixes #15862 -- Error in post_syncdb documentation example. Thanks for the re...Chris Beaven
2011-04-22Fixed #13584 -- Optionally allow empty files with django.forms.FileField. Tha...Chris Beaven
2011-04-22Fixed #15008 -- Replaced all calls in the admin to render_to_response with Te...Jannis Leidel
2011-04-22Fixed a couple of small documentation typos.Ramiro Morales
2011-04-22Fixed #14091 - be more correct about logging queries in connection.queries.Jacob Kaplan-Moss
2011-04-22Fixed #15705 -- Added Croatian (hr) localflavor. Thanks, Zlatko MaĊĦek and Ju...Jannis Leidel
2011-04-22Fixed #15013 -- Added Russian (ru) localflavor package. Thanks, blackraven an...Jannis Leidel
2011-04-22Fixed #12771 -- Added naturaltime filter to humanize contrib app. Thanks, phi...Jannis Leidel
2011-04-22Fixed #12379 -- Added Chinese (cn) localflavor package. Thanks, Xia Kai, Dani...Jannis Leidel
2011-04-22Fixed #11639, #13618 -- Added get_prepopulated_fields method to ModelAdmin an...Jannis Leidel
2011-04-22Fixed #11251 -- Extended Australian localflavor to ship a few model fields ad...Jannis Leidel
2011-04-21Added note about HTML5 to release notes.Luke Plant
2011-04-20Added notes about `select_for_update` to the 1.4 release notes.Jacob Kaplan-Moss
2011-04-20Fixed #2705: added a `select_for_update()` clause to querysets.Jacob Kaplan-Moss
2011-04-20Fixed #15794 -- Corrected an error in the docs which indicated applying decor...Gabriel Hurley
2011-04-20Fixed #15593 -- Added a note that the output of `reverse` is urlquoted. Thank...Gabriel Hurley
2011-04-20Switched to HTML5 doctype in all Django supplied templates.Luke Plant
2011-04-20Fixed #15846 -- Fixed unfinished sentence in django-admin.txt. Thanks, followerAdrian Holovaty