summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2014-02-14Updated docs that misreported django.apps.apps.ready as being a method.Simon Meers
2014-02-13Fixed a link in the 1.7 release notes.Tim Graham
2014-02-13Fixed #19496 -- Added truncatechars_html filter.Jeremy
2014-02-13Fixed #21951 -- Updated docs to use __str__ for Python 3Alasdair Nicol
2014-02-12Add reference documentation for operations and stubs for schemaeditor.Andrew Godwin
2014-02-11Fixed #2445 -- Allowed limit_choices_to attribute to be a callable.Christopher Adams
2014-02-10Fixed #21996 -- Used proper encoding for GeoIP contentClaude Paroz
2014-02-10Added 1.6.3 release notes stubClaude Paroz
2014-02-10Fixed #17673 -- Forbid field shadowing.Christopher Medrela
2014-02-10Fixed #21190 -- Added a new ePub theme for documentation.Markus Amalthea Magnuson
2014-02-10Fixed #21994 -- Added form_dict argument to calls of WizardView.done()Julian Wachholz
2014-02-10Fixed #20784 -- Added inverse_match parameter to RegexValidator.Si Feng
2014-02-10Allowed a message to be passed to assertQuerysetEqual to make it consistent w...Chris Bailey
2014-02-09Minor edits to new findstatic functionality; refs #19879.Tim Graham
2014-02-09Removed double word in model docsClaude Paroz
2014-02-09Fixed #19879 -- Have 'findstatic' says on which directories it searched the r...Vajrasky Kok
2014-02-09Fixed #21482 -- Uplifted restriction of collectstatic using symlink option in...Jannis Leidel
2014-02-09Fixed #21969: Fix behaviour of initial_data with migrated appsAndrew Godwin
2014-02-09Fixed inaccuracies in generic mixins documentation.Baptiste Mispelon
2014-02-08Fixed #19373 -- Ported Windows file locking from PyWin32 to ctypesKevin Christopher Henry
2014-02-08Fixed #21674 -- Deprecated the import_by_path() function in favor of import_s...Berker Peksag
2014-02-08Removed extra backquote in field docsClaude Paroz
2014-02-08Fixed #16192 -- Made unique error messages in ModelForm customizable.Loic Bistuer
2014-02-06Updated 1.6.2 release notes for release (and linkified tickets).Jacob Kaplan-Moss
2014-02-06Fixed #17713 -- Renamed BaseDatabaseFeatures.allows_primary_key_0 to allows_a...Vajrasky Kok
2014-02-06Fixed #17005 -- Added CurrentSiteMiddleware to set the current site on each r...Christopher Medrela
2014-02-05Added missing items to 1.6.2 release notes.Tim Graham
2014-02-05Extended the release notes for chainable Manager/QuerySet methods.Loic Bistuer
2014-02-05Added previous commit to 1.6.2 release notes.Baptiste Mispelon
2014-02-05Fixed gendered examples in the docs.Loic Bistuer
2014-02-04Removed the this_is_the_login_form hackClaude Paroz
2014-02-04Fixed #21911 -- Made admin views redirect to login when neededClaude Paroz
2014-02-04Made some PEP8 fixes in docs/ref/forms/widgets.txtTim Graham
2014-02-03Reordered deprecation timeline and added back old info; refs #21920.Tim Graham
2014-02-02Added a note about a possible name clash.Aymeric Augustin
2014-02-02Fixed typo.Aymeric Augustin
2014-01-29Fix typo CRSF -> CSRFIan Foote
2014-01-28Add an extra warning about custom save methods in migrations docs.Andrew Godwin
2014-01-27Fixed #21874 -- Require Django applications to have a filesystem path.Carl Meyer
2014-01-26Added release note stubs for 1.5.6 and 1.4.11.Tim Graham
2014-01-26Added missing items to 1.6.2 release notes.Tim Graham
2014-01-26Fixed #19774 -- Deprecated the contenttypes.generic module.Simon Charette
2014-01-26Fixed #21702 -- get_model('app_label.ModelName').Aymeric Augustin
2014-01-26Fixed typo. Refs #21836.Aymeric Augustin
2014-01-26Moved RequestSite and get_current_site.Aymeric Augustin
2014-01-25Docs correction: apps loaded from eggs do not have appconfig.path None.Carl Meyer
2014-01-25Fixed #17304 -- Allow single-path and configured-path namespace packages as a...Carl Meyer
2014-01-25Fixed #21836 -- Improved transaction docs about autocommit modeChris Jerdonek
2014-01-25Fixed #21829 -- Added default AppConfigs.Aymeric Augustin
2014-01-24Fixed #21869 -- Fixed docs building with Sphinx 1.2.1.Tim Graham