summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-02-24Fixed #15849 -- Made IfChanged node thread safe.Diederik van der Boor
Previously, the ifchanged node stored state on `self._last_seen`, thereby giving undesired results when the node is reused by another thread at the same time (e.g. globally caching a Template object). Thanks to akaihola for the report and Diederik van der Boor and Bas Peschier for the patch.
2013-02-24Fixed creation of html docs on python 3.Florian Apolloner
Thanks to Alan Lu for the report and the patch.
2013-02-24Added a note about Feed.get_context_data to the 1.6 release notes.Jacob Kaplan-Moss
2013-02-24Test case and docs for custom context data in feedsZbigniew Siciarz
Thanks Paul Winkler for the initial patch. (Ref #18112).
2013-02-24Merge pull request #717 from slurms/ticket_19746Florian Apolloner
Fixed #19746 -- Allow deserialization of pk-less data
2013-02-24Loaded cycle and firstof from future in built-in templates. Refs #17906.Aymeric Augustin
This was missing from f49e9a517f2fdc1d9ed7ac841ace77636cbd6747.
2013-02-24Fixes #19763 - LocaleMiddleware should check for supported languages in ↵Łukasz Langa
settings.LANGUAGE_CODE
2013-02-24Fixed #19253 -- Extracted template cache key building logicTomek Paczkowski
Introduced a public function django.core.cache.utils.make_template_fragment_key Thanks @chrismedrela for fruitful cooperation.
2013-02-24Fixed #9084 - Best approach for an OS to atomically rename the session file.Joeri Bekker
2013-02-24Merge pull request #819 from erikr/masterAymeric Augustin
Fixed #16302 -- Ensured contrib.comments is IPv6 capable.
2013-02-24Fixed #16302 -- Ensure contrib.comments is IPv6 capableErik Romijn
Changed the ip_address field for Comment to GenericIPAddressField. Added instructions to the release notes on how to update the schema of existing databases.
2013-02-24Fixed minor rst formatting glitch.Aymeric Augustin
2013-02-24Fixed #19810 -- MemcachedCache now uses pickle.HIGHEST_PROTOCOLBas Peschier
2013-02-24Merge pull request #820 from viciu/11295Honza Král
Fixed #11295: If ModelAdmin.queryset returns a filtered QS don't require a 2nd count call
2013-02-24Fixed #18862 -- Honored script prefix in FlatPage.get_absolute_url.Aymeric Augustin
2013-02-24URL-encoded URLs in FlatPage.get_absolute_url.Aymeric Augustin
2013-02-24Fixed #11295: If ModelAdmin.queryset returns a filtered QS don't require a ↵Wiktor Kolodziej
2nd count call Original patch rewritten, added tests and get_filters_params method for ChangeList class. Thanks Alex for the report.
2013-02-24Fixed a few ResourceWarnings.Florian Apolloner
2013-02-24Merge pull request #817 from rybaktomasz/ticket_5568Honza Král
Fixes #5568 -- DROP INDEX subcommand
2013-02-24Made changes asked in review by HonzaKralTomasz Rybak
Add documentation for new command in django-admin.
2013-02-24Revert "fixes #19263" - Fails if not SQLiteHonza Kral
This reverts commit 2b76f19f2b89ac96bae2a169d71b23553c8101c7.
2013-02-24Add sqldropindexes to manageTomasz Rybak
Change patch from https://code.djangoproject.com/ticket/5568 to work on modern Django. Add special case for MySQL which has different syntax for DROP INDEX. Add unit tests for the new functionality.
2013-02-24Removing unneeded tearDown code.Honza Kral
2013-02-24Fixed #19896 -- Committed after clearing cache in the database.George Song
2013-02-24Merge pull request #815 from zerok/tickets/11971Aymeric Augustin
Fixed #11971 -- Documented the serialization formats
2013-02-24Fixed the usage of the deprecated assertEquals.Florian Apolloner
2013-02-24Added more details about the various serialization formats.Horst Gutmann
2013-02-24Caught warnings in the templates tests. Refs #17906.Aymeric Augustin
This was missing from f49e9a517f2fdc1d9ed7ac841ace77636cbd6747.
2013-02-23Made a small clarification in tutorial.Preston Holmes
refs #19889
2013-02-23Various tweaks and additions to 'how to release Django' document.Carl Meyer
2013-02-23Fixed #15198 -- pass request to AuthenticationFormPreston Holmes
Thanks to Ciantic for the report, claudep and slurms for initial work
2013-02-23Removed superfluous cookie check from auth login.Preston Holmes
This is ensured through the CSRF protection of the view
2013-02-24Sorry, accidental commit, Thanks claudep for catching it!Honza Kral
2013-02-23Merge pull request #813 from HiddenData/ticket-19263Honza Král
fixes #19263 - EmptyResultSet in subquery causes incorrect SQL
2013-02-23fixes #19263Marcin Biernat
2013-02-23Merge pull request #778 from viciu/19609Honza Král
Fixed #19609: admin Inlines doesn't display help_text for readonly fields
2013-02-23Merge branch 'ticket19872' of https://github.com/oinopion/djangoHonza Kral
2013-02-23Fixed #18491 -- deleting a proxy doesn't show warning about cascade deletesHonza Kral
2013-02-23Fixed #19872Tomek Paczkowski
Made cached_property to behave as property when accessed via class.
2013-02-23Merge pull request #809 from asendecka/ticket19526Honza Král
Fixed #19526 - make regexes for css case insensitive
2013-02-23Fixed #19526Aleksandra Sendecka
CSS specifications governs that syntax is case insensitive. This modifies CachedFilesMixin to support that.
2013-02-23Fixed #18829 -- Fixed ModelChoiceIterator lengthKlaas van Schelven
Thanks facundo.olano at gmail.com for the report and thikonom for the initial patch.
2013-02-23Some style fixes for stuff that was clearly brough tover from doctests.Alex Gaynor
2013-02-23Added an example of "default" database dictionary left blank; refs #19775.Tim Graham
Thanks wsmith323 for the patch.
2013-02-23Fixed #19282 -- Restored ability to pass Decimals to intcomma filterHernan Lozano
2013-02-23Merge pull request #804 from oinopion/ticket18162Honza Král
Fixes #18162 -- Specifying choices to Field overrides any form_class argument
2013-02-23Fixed #19402 - Clarified purpose of CustomUser.REQUIRED_FIELDSTim Graham
Thanks pydanny for the report and ptone for the patch.
2013-02-23Fixed 19895 -- Made second iteration over invalid queryset raise an ↵Grzegorz Nosek
exception too When iteration over a queryset raised an exception, the result cache remained initialized with an empty list, so subsequent iterations returned an empty list instead of raising an exception
2013-02-23Fixed #19579 - Documented that "providing_args" is purely documentational.Tim Graham
2013-02-23Merge pull request #796 from ambv/varyHonza Král
Fixes #17866: Vary: Accept-Language header when language prefix used