summaryrefslogtreecommitdiff
path: root/django/db
AgeCommit message (Expand)Author
2014-03-06Revert "Fixed #22183: Don't make a table for M2Ms with through="Andrew Godwin
2014-03-06Fixed #22183: Don't make a table for M2Ms with through=Andrew Godwin
2014-03-05Fixed #22207 -- Added support for GenericRelation reverse lookupsGabe Jackson
2014-03-05Fixed #14549 - Removed restriction of single FKs on intermediary tablesAkis Kesoglou
2014-03-05Fixed #22206 -- Passed models.TextField.max_length to forms.CharField.maxlengthChris Wilson
2014-03-04Fixed three small flake8 violations.Alex Gaynor
2014-03-04Merge pull request #2396 from loic/ticket21893Andrew Godwin
2014-03-05Fixed #21893 -- ModelState didn't account for MTI parents inherited from abst...Loic Bistuer
2014-03-04Fixed typo in internal CharField methodChris Wilson
2014-03-03Allowed custom querysets when prefetching single valued relationsLoic Bistuer
2014-03-03Fixed many typos in comments and docstrings.Rodolfo Carvalho
2014-03-03Edited model and field checks for grammar and consistency.Russell Keith-Magee
2014-03-03Edited model check messages for grammar and consistency.Russell Keith-Magee
2014-03-03Edited MySQL-specific check messages for grammar and consistency.Russell Keith-Magee
2014-03-02Restored aliases for two APIs removed by app-loading.Aymeric Augustin
2014-03-01Fixed #22172 -- Allowed index_together to be a single list (rather than list ...Anubhav Joshi
2014-03-01Fixed #22168 -- Fixed migrations failing on sqlite when column names are SQL ...Baptiste Mispelon
2014-02-28Fix keyword agument names in RunPython to be positionalAndrew Godwin
2014-02-25Fixed bad grammar in a comment.Martin Matusiak
2014-02-23Fixed #22095 -- Enabled backward migrations for RunPython operationsAndrew Gorcester
2014-02-18Fixed #22057 -- Ensured reverse_lazy can be used in settingsClaude Paroz
2014-02-17Fixed #22073 - Ensure CreateTable operation handles backwards migration corre...Ben Davis
2014-02-17Fixed #22023 -- Raised an error for values() followed by defer() or only().Artur Frysiak
2014-02-17Merge pull request #2270 from bmispelon/ticket-22030Andrew Godwin
2014-02-15Fixed #22047 -- detecting related_name clash with inheritanceChristopher Medrela
2014-02-15Fixed #19299 -- Fixed Nullification of Foreign Keys To CharFieldsAlbert Wang
2014-02-15Fixed typo in docstring.Rodolfo Carvalho
2014-02-14Fixed #22035 -- reordered migration operationsAnton Baklanov
2014-02-13Fixed #22030 -- Don't assume that all fields have a swappable_setting attribute.Baptiste Mispelon
2014-02-12Fix my slightly hasty autodetector changesAndrew Godwin
2014-02-12Remove redunant code from RunPython operationAndrew Godwin
2014-02-11Fixed #2445 -- Allowed limit_choices_to attribute to be a callable.Christopher Adams
2014-02-10Fixed #17673 -- Forbid field shadowing.Christopher Medrela
2014-02-09Fixed #21763 -- Added an error msg for missing methods on ManyRelatedManager.Robert Stapenhurst
2014-02-09Silence deprecation warnings.Marc Tamlyn
2014-02-09Fixed #21868: Don't die when seeing py3 namespace packages for mig dirsAndrew Godwin
2014-02-09Fixed #21958: Handle dependencies for swappable models in AddFieldAndrew Godwin
2014-02-09Fixed #21844: Move quote_parameter off of Operations and renameAndrew Godwin
2014-02-09Fixed #21842: Remove redundant DatabaseFeatures.max_index_name_lengthAndrew Godwin
2014-02-09Raise (pending) deprecation warning for allow_syncdb.Marc Tamlyn
2014-02-09Fixed #21968: Bad detection of old-style apps to add initial migrationAndrew Godwin
2014-02-09Fixed #21954: Raise nice error when serializing datetimes with timezonesAndrew Godwin
2014-02-09Removed unused imports + other flake8 fixes.Tim Graham
2014-02-09Fixed #21917: Overly cautious SQLite3 backend for null fields + defaultsAndrew Godwin
2014-02-09Fixed #21892: RunPython no longer accepts stringsAndrew Godwin
2014-02-08Fixed #21674 -- Deprecated the import_by_path() function in favor of import_s...Berker Peksag
2014-02-08Fixed #16192 -- Made unique error messages in ModelForm customizable.Loic Bistuer
2014-02-06Fixed #17713 -- Renamed BaseDatabaseFeatures.allows_primary_key_0 to allows_a...Vajrasky Kok
2014-02-05Fix pep8 violation in migration template.Marc Tamlyn
2014-02-04Fixed #21748 -- join promotion for negated AND conditionsAnssi Kääriäinen