summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-08-04[1.6.x] Added a note to the 1.6 release about the new `--keep-pot` option for...Julien Phalip
2013-08-04[1.6.x] Fixed #20860 -- Removed references to defunct chicagocrime.orgTim Graham
2013-08-04[1.6.x] Fixed #20842 and #20845 - Added a note on order_by() and improved pre...Daniele Procida
2013-08-04[1.6.x] Fixed #20855 -- Added documentation of current_app and extra_context ...Justin Michalicek
2013-08-04[1.6.x] Fixed backport error in previous commit; refs #15961Tim Graham
2013-08-04[1.6.x] Moved get_search_results from BaseModelAdmin to ModelAdmin.Loic Bistuer
2013-08-04[1.6.x] Fixed #20858 -- Removed erroneous import in tutorial 2.Tim Graham
2013-08-04[1.6.x] Fixed #20822 -- Set content type of default error pages to 'text/html'.Aymeric Augustin
2013-08-03[1.6.x] Added missing request argument to example in URL dispatcher docsAlasdair Nicol
2013-08-02[1.6.x] Fixed #18923 -- Corrected usage of sensitive_post_parameters in contr...Tim Graham
2013-08-02[1.6.x] Fixed LogEntry.get_admin_url() for non-existent models.Petr Dlouhý
2013-08-02[1.6.x] Fixed #18681 -- GenericInlineModelAdmin.get_formset() no longer bypas...Loic Bistuer
2013-08-02[1.6.x] Fixed #20838 -- Fixed Geodjango spatialrefsys test failure with postg...Harm Geerts
2013-08-02[1.6.x] Tweaked proj string regex in gis testsClaude Paroz
2013-08-02[1.6.x] Fixed #20786 -- Cleaned up docs/ref/exceptions.txtDominic Rodger
2013-08-02[1.6.x] Fixed #18777 -- Localized form fields with as_text/as_hiddenAleksandra Sendecka
2013-08-02[1.6.x] Fixed #17519 -- Fixed missing SQL constraints to proxy models.Tim Graham
2013-08-01[1.6.x] Removed unused model option "admin"Tim Graham
2013-07-31[1.6.x] Added a bugfix in docutils 0.11 -- docs will now build properly.Tim Graham
2013-07-31[1.6.x] Fixed #20779 -- Documented AdminSite.app_index_template; refs #8498.SusanTan
2013-07-30[1.6.x] Fixed #10491 -- Allowed passing lazy objects to HttpResponseRedirect.Baptiste Mispelon
2013-07-30[1.6.x] Added support for IPython.start_ipython in shellMinRK
2013-07-30[1.6.x] Fixed a test that could fail depending on PASSWORD_HASHERS.Aymeric Augustin
2013-07-30[1.6.x] Fixed #20785 -- Corrected exception caught for Oracle LIKE operator d...Shai Berger
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