summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-07-29[1.6.x] Fixed #20823 -- Typo in docs/ref/forms/validation.txtTim Graham
2013-07-29[1.6.x] Misc doc cleanups.minusf
2013-07-29[1.6.x] Allowed overriding variables in docs/Makefile.minusf
2013-07-29[1.6.x] Fixed #20774 -- Mention the new django-localflavor app as a replaceme...Jannis Leidel
2013-07-28[1.6.x] Fixed ReST typo in topics/class-based-views/mixins.txtTim Graham
2013-07-28[1.6.x] Simplified smart_urlquote and added some basic tests.Florian Apolloner
2013-07-26[1.6.x] Fixed #20805 -- Removed an extra colon beside checkboxes in the admin.Tim Graham
2013-07-26[1.6.x] Updated contrib.admin to use Email/URLInputs; refs #16630Tim Graham
2013-07-26[1.6.x] Fixed related model lookup regressionAnssi Kääriäinen
2013-07-25[1.6.x] Added versionadded directive missing from b7bd708.Aymeric Augustin
2013-07-25[1.6.x] Fixed #20769 -- Added "Python compatibility" section to the 1.6 relea...Tim Graham
2013-07-25[1.6.x] Fixed #20679 -- Corrected CachedFilesMixin.post_process docstring.Tim Graham
2013-07-25[1.6.x] Fixed #18315 -- Documented QueryDict.popitem and QueryDict.popmark hellewell
2013-07-25[1.6.x] Fixed ._meta.pk_index() virtual field failureAnssi Kääriäinen
2013-07-25[1.6.x] Fixed #20792 -- Corrected DISALLOWED_USER_AGENTS docs.Brenton Cleeland
2013-07-24[1.6.x] Fixed typo in Custom management commands documentation.Jon Lønne
2013-07-24[1.6.x] Fixed #20794 -- Documented changes to validate_emailDominic Rodger
2013-07-23[1.6.x] Fixed #20791 -- Reworded ForeignKey default error messageersran9
2013-07-23[1.6.x] Fixed #20760 -- Reduced timing variation in ModelBackend.Aymeric Augustin
2013-07-23[1.6.x] Fixed #19019 -- Fixed UserAdmin to log password change.Kirill Fomichev
2013-07-23[1.6.x] Minor change to get_extra_descriptor_filter()Anssi Kääriäinen
2013-07-22[1.6.x] Fixed #20773 -- [gis] Fixed regression in GoogleMap outputClaude Paroz
2013-07-22[1.6.x] Fixed #20781 -- Fixed _has_changed regression with MultiValueFieldClaude Paroz
2013-07-21[1.6.x] Fixed an email validation regressionClaude Paroz
2013-07-21[1.6.x] Fixed #13696 -- ensured inline pk field is renderedKaren Tracey
2013-07-19[1.6.x] Fixed #20765 -- Set small values of `step` using exponential notation.Simon Charette
2013-07-19[1.6.x] LocaleMiddleware isn't default anymore (corrected docs)Sergio Oliveira
2013-07-19[1.6.x] Updated the `databases` documentationMatt Deacalion Stevens
2013-07-19[1.6.x] Fixed Croatia's country code in `localflavor` docsMatt Deacalion Stevens
2013-07-19[1.6.x] Fixed #20772 -- Fixed minor typo in form media docs.Loic Bistuer
2013-07-18[1.6.x] Fixed #20767 -- Fixed ModelAdmin.preserve_filters for namespaced URLs.Loic Bistuer
2013-07-18[1.6.x] Fixed #20762 -- Clarified that add_fieldsets is not a standard ModelA...Tim Graham
2013-07-18[1.6.x] Atom specification URL updatedMatt Deacalion Stevens
2013-07-18[1.6.x] Fixed #20763 -- Typo in tutorial 3.Tim Graham
2013-07-18[1.6.x] Fixed typo in inspectdb docsAlasdair Nicol
2013-07-17[1.6.x] Fixed #20756 -- Typo in uWSGI docs.Tim Graham
2013-07-16[1.6.x] Reworked docs for ModelForm validation.Loic Bistuer
2013-07-15[1.6.x] Fixed some markup in docs/ref/templates/api.txtTim Graham
2013-07-14[1.6.x] Fixed grammatical error in auth docsDavid Binetti
2013-07-13[1.6.x] Fixed #20681 -- Prevented teardown_databases from attempting to tear ...Tim Graham
2013-07-13[1.6.x] Fixed a deprecation warning in a selenium test.Tim Graham
2013-07-13[1.6.x] Fixed #20582 -- Allowed default Form.label_suffix to be translatedClaude Paroz
2013-07-12[1.6.x] Fixed backport of #20740Tim Graham
2013-07-12[1.6.x] Fixed #20740 -- GenericIPAddressField should pass protocol to formfie...Tim Graham
2013-07-12[1.6.x] Fixed #20653 -- Renamed checksetup -> check missed in [03465639]Tim Graham
2013-07-12[1.6.x] Fixed #17528 -- Documented that add() and remove() with a many-to-man...Tim Graham
2013-07-12[1.6.x] Fixed #20735 -- clarified ManyToManyField constructor docChristopher Medrela
2013-07-11[1.6.x] Fixed #20730 -- Fixed "Programmatically creating permissions" error.Tim Graham
2013-07-11[1.6.x] Fixed #20733 -- Typo in docs/ref/class-based-views/generic-display.txtTim Graham
2013-07-10[1.6.x] Added some missing test requirements in the docs; refs #19196Tim Graham