summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-02-23Merge pull request #804 from oinopion/ticket18162Honza Král
2013-02-23Fixed #19402 - Clarified purpose of CustomUser.REQUIRED_FIELDSTim Graham
2013-02-23Fixed 19895 -- Made second iteration over invalid queryset raise an exception...Grzegorz Nosek
2013-02-23Fixed #19579 - Documented that "providing_args" is purely documentational.Tim Graham
2013-02-23Merge pull request #796 from ambv/varyHonza Král
2013-02-23Fixed #19880 - Fixed an error in the form wizard initial_dict example.Tim Graham
2013-02-23Fixed #19775 - Clarified requirements of the "default" database.Tim Graham
2013-02-23Some updates to "how to release Django":Jacob Kaplan-Moss
2013-02-23Fixes #17866: Vary: Accept-Language header when language prefix usedŁukasz Langa
2013-02-23Added a draft document explaining how to release Django.Jacob Kaplan-Moss
2013-02-23Fixed #19698 -- Cleared sites cache with signalsClaude Paroz
2013-02-23One last final fix for 0ad76843. Tested on py3 and py2Honza Kral
2013-02-23Merge pull request #791 from khalas/ticket_19811Honza Král
2013-02-23Proposed fix for #18162.Tomek Paczkowski
2013-02-23Changed %r to %s in get_language_info error message.Konrad Hałas
2013-02-23Fixed errors introduced in 664855b74e1f417384dc7aef35a3df5f86db52d6Florian Apolloner
2013-02-23Fixed errors introduced in 21f333bcefccc151d6439246f8203d609ab6ca79. Refs #17751Florian Apolloner
2013-02-23Fixed #15877 -- Improved exception when ModelForm has no model classClaude Paroz
2013-02-23Fixed #19609: admin Inlines doesn't display help_text for readonly fieldsWiktor Kolodziej
2013-02-23Merge pull request #781 from zsiciarz/ticket_19854Honza Král
2013-02-23Added test runner option to skip Selenium tests (#19854).Zbigniew Siciarz
2013-02-23Minor cleanups in templates test importsClaude Paroz
2013-02-23Fixed #19827 -- Kept stacktrace in defaulttags exception reraisingLennart Regebro
2013-02-23Merge pull request #777 from khalas/ticket_19811Honza Král
2013-02-23Updated example to use staticfiles static template tag, thanks reinout for th...Tim Graham
2013-02-23Merge pull request #775 from HiddenData/ticket-18899Honza Král
2013-02-23Fixed #19811 - Added language code fallback in get_language_info.Konrad Hałas
2013-02-23Fixed regression introduced in 146ed13a.Mathijs de Bruin
2013-02-23Merge pull request #751 from bmispelon/ticket-6271Aymeric Augustin
2013-02-23#18899 FileSystemStorage.save should support any file-like objectsMarcin Biernat
2013-02-23Fixed #19752 - Changed Postgres version numbers to 9.x to avoid having to upd...Tim Graham
2013-02-23Updated static file example in overview to use static template tag, refs #19675.Tim Graham
2013-02-23Fixed #17906 - Autoescaping {% cycle %} and {% firstof %} templatetags.Vladimir A Filonov
2013-02-23Fixed #19675 - Added mention of static files to overview.Tim Graham
2013-02-23Merge pull request #769 from oinopion/ticket19816Honza Král
2013-02-23Fixed #19816: pre-evaluate queryset on m2m setTomek Paczkowski
2013-02-23Fixed #19887 - Noted when callables may be used in ModelAdmin.fields and Mode...Tim Graham
2013-02-23Changed "mysite/mytemplates/" -> "mysite/templates" in tutorial.Tim Graham
2013-02-23Used token.split_contents() for tokenisation in template tags accepting varia...Baptiste Mispelon
2013-02-23Fixed embarrassing typo in last commit.Jannis Leidel
2013-02-23Merge pull request #759 from erikr/masterFlorian Apolloner
2013-02-23Fixed #17094 - Typo in class-based views doc.Tim Graham
2013-02-23Merge pull request #758 from FakoTB/masterJannis Leidel
2013-02-23Fix #17751: Added stripping of whitespace for IPAddressField/GenericIPAddress...Erik Romijn
2013-02-23Removes document_root argument from django.contrib.staticfiles.views.servefako
2013-02-23Fixed #19850 -- Use configured staticfiles storage to find the URL of a stati...Jannis Leidel
2013-02-23Fixed #19758 -- Avoided leaking email existence through the password reset form.Horst Gutmann
2013-02-23Merge pull request #750 from vanschelven/masterAymeric Augustin
2013-02-23Method "save" in BaseModelFormSet is marked as alters_dataKlaas van Schelven
2013-02-23Merge pull request #749 from ecabuk/masterHonza Král