summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-08-14Made Options.get_base_chain() always return a list.Valentina Mukhamedzhanova
2015-08-14Moved foreign_object models.py into a module.Tim Graham
2015-08-14Fixed #25268 -- Tweaked wording in docs/ref/forms/api.txtTim Graham
2015-08-14Fixed #25239 -- Corrected makemigrations numbering if a migration has a numbe...Caio Ariede
2015-08-13Fixed #24988 -- Documented passing a dictionary of ValidationErrors to Valida...Adam Brenecki
2015-08-13Fixed #25267 -- Corrected message for admin.E122 system check.Fabrizio Ettore Messina
2015-08-12Fixed #25172 -- Fixed check framework to work with multiple databases.Ion Scerbatiuc
2015-08-12Fixed #25254 -- Added JsonResponse json_dumps_params parameter.Sambhav Satija
2015-08-12Corrected indentation of JsonResponse docs.Tim Graham
2015-08-12Fixed #24257 -- Corrected i18n handling of percent signs.Doug Beck
2015-08-11Updated memcached library links to point to PyPI.Tim Graham
2015-08-11Fixed #25205 -- Removed doc references to deprecated GeoManager class.Brendan Hayward
2015-08-11Fixed #25163 -- Fixed exception handling in nested test client requests.pscottdevos
2015-08-11Fixed typo in docs/ref/contrib/gis/geoquerysets.txtTim Graham
2015-08-10Removed deprecated GeoManager from inspectdb/ogrinspect output.Tim Graham
2015-08-10Removed unnecessary comma in docsClaude Paroz
2015-08-10Fixed #25160 -- Moved unsaved model instance data loss check to Model.save()Tim Graham
2015-08-08Used skipUnlessDBFeature where appropriate.Simon Charette
2015-08-08Refs #25236 -- Discouraged use of ifequal/ifnotequal template tags.Tim Graham
2015-08-08Corrected some inconsistent headings in docs/ref/templates/builtins.txt.Tim Graham
2015-08-08Updated various links in docsClaude Paroz
2015-08-08Refs #25236 -- Removed ifequal/ifnotequal usage.Tim Graham
2015-08-08Updated Wikipedia links to use httpsClaude Paroz
2015-08-08Updated Transifex links in docsClaude Paroz
2015-08-07Fixed #25231 -- Added recording of squashed migrations in the migrate command.mlavin
2015-08-07Fixed #25233 -- Fixed HStoreField.has_changed() handling of initial values.Tim Graham
2015-08-07Refs #25163 -- Added trimmed option to recent blocktrans additionClaude Paroz
2015-08-07Refs #25175 -- Added backwards compatibility for importing postgresql_psycopg...Caio Ariede
2015-08-07Fixed #25175 -- Renamed the postgresql_psycopg2 database backend to postgresql.Caio Ariede
2015-08-07Removed forms.models.save_instance() function.Tim Graham
2015-08-07Fixed #25241 -- Corrected ModelForm.save() error message when saving invalid ...Tim Graham
2015-08-06Refs #14476 -- Added a test for default annotation name access in aggregate.Tim Graham
2015-08-05Fixed #25229 -- Clarified how an iterable works with @permission_requiredTim Graham
2015-08-05Fixed #25226 -- Set the model attribute on ArrayField's base_fieldIon Scerbatiuc
2015-08-05Fixed #22404 -- Added a view that exposes i18n catalog as a JSONSergey Kolosov
2015-08-05Fixed #25213 -- Discouraged use of QuerySet.extra()Tim Graham
2015-08-05Fixed #25212 -- Documented the RawSQL expression.Tim Graham
2015-08-04Fixed #25224 -- Fixed typo in docs/ref/contrib/flatpages.txtTim Graham
2015-08-04Fixed #25222 -- Avoided installing django_bash_completion for python*-config.Ville Skyttä
2015-08-04Fixed #25221 -- Prevented django_bash_completion from leaking variables into ...Ville Skyttä
2015-08-04Fixed password_reset signature in docsAlasdair Nicol
2015-08-04Fixed #25136 -- Documented Count('X', distinct=True) in aggregate topic guide.Caio Ariede
2015-08-04Fixed #25211 -- Added HttpRequest.get_port() and USE_X_FORWARDED_PORT setting.Matt Robenolt
2015-08-04Fixed #25209 -- Removed parallel=True coverage optionPeter Schmidt
2015-08-04Fixed #25191 -- Added string diff to SimpleTestCase.assertXMLEqual() message.Caio Ariede
2015-08-04Used @cached_property for BaseForm.changed_data.Curtis Maloney
2015-08-04Fixed #25215 -- Solved reference to forms.HStoreField in declaration of HStor...Curtis Maloney
2015-08-03Removed unused Field.get_flatchoices() method.Tim Graham
2015-08-03Fixed #25206 -- Fixed error message when checking a ModelAdmin fieldset's fie...Alasdair Nicol
2015-08-03Refs #17914 -- Discouraged using reverese() with callables.Tim Graham