summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-06-17Reverting [16376] in preparation for reverting [16356]. See #16182.Andrew Godwin
2011-06-17Corrected slightly odd wording added in r16420.Jannis Leidel
2011-06-16Fixed #16255 -- Raised minimum PostgreSQL version supported to 8.2.Ramiro Morales
2011-06-16Fixed #8999 -- Removed useless code in handling of `exclude` option in ModelA...Ramiro Morales
2011-06-16Fixed #10802 -- Handle ImportErrors and AttributeErrors gracefully when raise...Jannis Leidel
2011-06-16Fixed #9588 -- Allow passing kwargs to `GenericInlineModelAdmin.get_formset` ...Jannis Leidel
2011-06-16Fixed #12375 -- Added a dict() method to convert a MultiValueDict (such as a ...Jannis Leidel
2011-06-16Fixed #14020 -- Made the `HttpResponse` class slightly more behave like a dic...Jannis Leidel
2011-06-16Fixed #15127 -- Properly copy the choices of choice fields. Thanks, dready an...Jannis Leidel
2011-06-16Stopped the admin JavaScript code from completely removing the `jQuery` objec...Jannis Leidel
2011-06-16Fixed #15908 -- Mention blocktrans in the pluralize filter documentation sect...Jannis Leidel
2011-06-16Fixed #16057 -- Extended deployment documentation with instructions for uWSGI...Jannis Leidel
2011-06-16Fixed #16031 -- Corrected comments template examples. Thanks, teraom.Jannis Leidel
2011-06-16Fixed #16221 -- Corrected doc string example in comments permalink template t...Jannis Leidel
2011-06-16Fixed #16200 -- Stopped TemplateIfParser from returning something in `__init_...Jannis Leidel
2011-06-16Fixed #16264 -- Improved form widget documentation. Many thanks to Bas Peschier.Jannis Leidel
2011-06-16Fixed #16273 -- Fixed typo in staticfiles docs. Thanks, BernhardEssl.Jannis Leidel
2011-06-15Fixed #16275 -- Added __future__ import to support with statement. Thanks to ...Russell Keith-Magee
2011-06-15Fixed #11585 -- Added ability to translate and prefix URL patterns with a lan...Jannis Leidel
2011-06-15Added a few cross references to the i18n docs and documented pgettext and col...Jannis Leidel
2011-06-14Noted new security overview page in the 1.4 release notesLuke Plant
2011-06-14Fixed typo in release notes regarding CSRF with PUT/DELETE etcLuke Plant
2011-06-14Fixed #16183 -- Fixed an ignored auth test. Thanks, desh.Jannis Leidel
2011-06-14Fixed naming of test methods for the sake of consistency.Jannis Leidel
2011-06-14Fixed #16236 -- Added get_form_kwargs method to WizardView as a way to easily...Jannis Leidel
2011-06-14Fixed #16248 -- Corrected a few typos in the security docs. Thanks, buddelkiste.Jannis Leidel
2011-06-14Fixed #16239 -- Removed stale entry in django.test.simple.__all__. Thanks, me...Jannis Leidel
2011-06-13Fixed #16246 -- Fixed GenericIPAddressField tests on PostgreSQL.Jannis Leidel
2011-06-13Removed duplicate entry in introspection PostgreSQL db backend.Jannis Leidel
2011-06-13Shortened some test model names that were introduced in r16366 to fix running...Jannis Leidel
2011-06-13Removed a name clash in a test method. Refs #16246.Ramiro Morales
2011-06-13Fixed #16243 -- Corrected test suite failure in model_forms when PIL isn't in...Russell Keith-Magee
2011-06-13Refs #16234: Avoid GenericIPAddressField clobbering Field default_error_messa...Karen Tracey
2011-06-12Fixed incompatibility (`with` statement usage) with Python 2.5 introduced in ...Ramiro Morales
2011-06-12Fixed incompatibility (usage of class decorator) with Python 2.5 introduced i...Ramiro Morales
2011-06-12Fixed broken test introduced in r16385.Jannis Leidel
2011-06-12Fixed #7836 -- Modified strategy used by the test client to check for session...Ramiro Morales
2011-06-12Fixed #15856 -- Added Macedonian localflavor. Many thanks to vasiliyeah.Jannis Leidel
2011-06-12Fixed docs render warning.Jannis Leidel
2011-06-12Fixed #12875 -- Added get_ordering to ModelAdmin. Many thanks to Manuel Saeli...Jannis Leidel
2011-06-12Fixed #12658 -- Fixed test discovery so ImportErrors aren't ignored when both...Ramiro Morales
2011-06-12Fixed #15764 - Corrected mixin docs for DeleteView?; thanks linovia for the r...Timo Graham
2011-06-11Fixed #15949 - Clarified the docs for password_reset_done view; thanks cyclop...Timo Graham
2011-06-11Fixed #16224 -- Fixed override_settings test utility to correctly work with T...Jannis Leidel
2011-06-11Fixed #16222: Test failures due to more precise cookie timings. Refs [16356].Andrew Godwin
2011-06-11Added file forgotten in r16369.Ramiro Morales
2011-06-11Fixed #11989 -- Allow passing a Template instance to inclusion_tag. Thanks to...Jannis Leidel
2011-06-11Fixed #12847 -- Added name parameter to simple_tag, assignment_tag and inclus...Jannis Leidel
2011-06-11Fixed #9189 -- Added not about urlize only covering .com, .net, and .org doma...Jannis Leidel
2011-06-11Fixed #16075 -- Corrected localize template tag docs. Thanks, Horst Gutmann.Jannis Leidel