summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-10-08Added template syntax highlighting in docs/topics/i18n/timezones.txt.Tim Graham
2016-10-07Fixed #24941 -- Added ModelAdmin.get_exclude().Zach Borboa
2016-10-07Fixed #25475 -- Doc'd how to use a literal % in Func.template.Tim Graham
2016-10-07Updated security team roster.Markus Holtermann
2016-10-07Doc'd that model instances with pk=None don't compare equal.Adam Chainz
2016-10-07Fixed #26327 -- Added JsonAgg to contrib.postgres.Mads Jensen
2016-10-06Fixed #27301 -- Prevented exceptions that fail unpickling from crashing the p...Adam Wróbel
2016-10-06Fixed #27244 -- Changed Greek's thousand separator from space to dot.kappataumu
2016-10-06Fixed docs typos in lines ending with a dash.Tim Graham
2016-10-06Documented AppRegistryNotReady.Aymeric Augustin
2016-10-06Fixed #27300 -- Made makemigrations --dry-run output a string (no bytes)Claude Paroz
2016-10-05Fixed #27262 -- Moved URL checks to resolver and pattern classes.Lucas Lois
2016-10-05Removed unused variable in django/core/mail/backends/smtp.py.Tim Graham
2016-10-05Refs #27218 -- Fixed LogEntry tests on MySQL 5.5.Tim Graham
2016-10-05Fixed #27273 -- Added a construct_change_message() admin utility function.Tim Graham
2016-10-04Refs #11078 -- Doc'd Meta inheritance in proxy models.Jonatas CD
2016-10-04Documented render_to_string()'s `using` parameter.Corey Farwell
2016-10-04Refs #18974 -- Deprecated @models.permalink() decorator.Tim Graham
2016-10-04Fixed #27218 -- Returned LogEntry instances from ModelAdmin.log_*() methods.François Freitag
2016-10-04Fixed #27292 -- Removed unnecessary password assignment in auth backend example.Tim Graham
2016-10-04Fixed #27193 -- Preserved ordering in select_for_update subqueries.François Freitag
2016-10-04Fixed typos in docs/ref/contrib/admin/javascript.txt.aruseni
2016-10-04Fixed typo in docs/ref/contrib/admin/javascript.txt.aruseni
2016-10-04Refs #27118 -- Reallowed using pk in QuerySet.get/update_or_create().François Freitag
2016-10-04Fixed #27279 -- Fixed a migration performance regression related to RenameMod...Simon Charette
2016-10-04Fixed #27309 -- Added CallableBool.__hash__().Reto Aebersold
2016-10-03Fixed #27307 -- Added missing url names in sitemaps docs.Tim Graham
2016-10-02Fixed #27305 -- Removed BaseCommand.can_import_settings unused attributeClaude Paroz
2016-10-01Added stub release notes for 1.10.3.Tim Graham
2016-10-01Fixed #27302 -- Fixed ModelAdmin.construct_change_message() changed field det...Claude Paroz
2016-10-01Added release date for 1.10.2.Tim Graham
2016-10-01Fixed #26541 -- Allowed MySQL transaction detection to work without table cre...Mariusz Felisiak
2016-10-01Refs #26940 -- Re-allowed makemessages without settingsClaude Paroz
2016-09-30Updated translations from TransifexClaude Paroz
2016-09-30Refs #27186 -- Fixed model form default fallback for CheckboxSelectMultiple.Tim Graham
2016-09-30Fixed #27294 -- Documented UserCreationForm's fields.Lewis Cowles
2016-09-30Refs #27210 -- Fixed isolation of test_fail_silently_on_connection_error.Tim Graham
2016-09-30Removed unneeded no_settings_commands hardcoded listClaude Paroz
2016-09-30Confirmed support for PostGIS 2.3.Tim Graham
2016-09-30Updated links to the current version of PostGIS docs.Tim Graham
2016-09-30Updated links to the current version of MySQL docs.Tim Graham
2016-09-29Fixed typos in docs/howto/deployment/checklist.txt.Laurent
2016-09-29Normalized spelling of "Web server/page" in docs.Tim Graham
2016-09-29Fixed import typos in the docs.Frank Wiles
2016-09-28Fixed typo in docs/ref/contrib/gis/install/postgis.txt.Christian Bundy
2016-09-28Fixed #27289 -- Corrected View.as_view() explanation.Tim Graham
2016-09-28Fixed #27217 -- Fixed crash in CreateModel optimization with models that use ...Tim Graham
2016-09-28Fixed #27226 -- Removed patch_response_headers()'s setting of the Last-Modifi...Rinat Khabibiev
2016-09-28Fixed 27283 -- Fixed typo in 1.8 release notes.Alasdair Nicol
2016-09-27Split admin_docs tests into separate files.Tim Graham